Hi,
We have a SQL server based system we use to manage our business. We produce our own Crystal Reports to satify our reporting needs.
We have a lot of paper based documents that we must complete as part of our sales process (head office requirements). These consume a lot of time. Most of the data is alread in our sql database.
I'm trying to develop a tool (application or ASP based) that a user can 'load in' an image of the document (jpeg, tiff, bitmap, whatever) - and then the image is displayied on the screen & the user can select database fields and place them over the image.
When the document is used, the data is pulled from the database, but the user has a chance to correct any data on the form - before printing it or saving it out as a file.
We have a few forms that have some simple maths on them, such as total plus taxes plus delivery - which is not held in the database, so the form must dynamically calculate it.
What I think I'm looking for is a 'user interactive' version of Crystal Reports - that users can amend data in BEFORE it's is printed?
Anyone know of anythign like this? Or can recommend a book or website for working with forms & embedding textboxes into images?
I've tried this with PDF's, but Adobe licensing is very restrictive about interactive forms.
I've tried it using a Crystal Report with parameters and pass it to the reports at runtime, but the user cannot interact with it - nor is it easy to setup new forms, as each form has to be developed and custom programmed separately...
Advice welcome...
Paul