General question

S

sonmic

Hi,

I have a scheme, at present still in PDF-formaat, in an access 2003
database, which I can call.
This scheme is a workflow, meaning, when I click one item that has been
finished then I can go to the following item.
Is this possibly in Access or in another tool.

Tx
 
J

John W. Vinson

Hi,

I have a scheme, at present still in PDF-formaat, in an access 2003
database, which I can call.
This scheme is a workflow, meaning, when I click one item that has been
finished then I can go to the following item.
Is this possibly in Access or in another tool.

A PDF file is just text and images. I know of no way to take a *picture* of a
workflow and change it into a relational database.


John W. Vinson [MVP]
 
J

James A. Fortune

sonmic said:
Hi,

I have a scheme, at present still in PDF-formaat, in an access 2003
database, which I can call.
This scheme is a workflow, meaning, when I click one item that has been
finished then I can go to the following item.
Is this possibly in Access or in another tool.

Tx

Try:

NetBeans (not easy, price: very inexpensive):

http://www.netbeans.org/index.html

or

Windows Presentation Foundation using SharePoint (easy way, price:
expensive):

http://www.microsoft.com/sharepoint/default.mspx

Workflow can also be done without SharePoint by using Visual Studio
(harder, price: moderate).

I think Workflow can also be done without Visual Studio by using the
..Net framework, perhaps by using MSBuild (hardest, price: very inexpensive):

http://channel9.msdn.com/wiki/default.aspx/MSBuild.HomePage

Note: I am not using Workflow so I have not tried to implement it with
any of the tools shown above.

James A. Fortune
[email protected]
 
Top