Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All

i am on the project to develop the small package for Scan Center(Medical). My client uses to create a Scan Report for each and every patient for the day. I already halfway through for this project. I have finished Patient Registration,Visit posting etc... Now i want to do a system for report preparation. I got report templates in word format for all the test list ECG,ECho,Abdemon Test etc. Now i need to call the relevant word template file in front end and user type results then post the data into the database.
Note: I am using - VB6,Access2003,Crystal Report4.5.
I have tried RichTextbox for importing RTF File. But That was not fare enough. My template files are having tables,columns & alignment. Richtextbox was not showing correct alignment.

If anybody have the solution for my above issue, i will be helpful.
solution urgently required...

Thanks in advance
Posted

1 solution

You will not be able to use Word docs for RTF editing in this way. It will not be pleasant to use RTF to allow the user to enter data and try to save that in a database.

Your solution, given your current technology, will likely have to be creating new forms for each of the required reports to save the data to the database. Then use CR to redesign the reports, ultimately consuming the data your client is saving.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900