Has any of you ever wrote or are in the process of creating an application that uses a RichTextBox. If you had. How did you do to print?
A while ago I wrote an access application that display a list of Orders entered in BusinessVision (accounting package) after you select one of them you are presented with all the information pertaining to the selected order and gives you the opportunity to enter instructions for production, in this case I used a regular text box which has no formatting capabilities - boldness, colors etc and I used access reports to print three different reports.
Now I was asked to add formatting capabilities to the software. Then I decided to move it to VB6 using pervasive SQL 2000i as the backend. Now I have the following problems:
1) I don't know how to save the rich text contents into the pervasive DB. I tried using longvarchar and longvarbinay but doesn't work.
2) How do I do to print? Can I use CR? I have v8.5 dev edition but I don't see how to add a RTF box to the canvas report. If I use PrintForm I am limited to the size of the form and this work order program sometimes needs more than two pages of instructions.
Any enlighting will be very well appreciated!!!!!
please help!
A while ago I wrote an access application that display a list of Orders entered in BusinessVision (accounting package) after you select one of them you are presented with all the information pertaining to the selected order and gives you the opportunity to enter instructions for production, in this case I used a regular text box which has no formatting capabilities - boldness, colors etc and I used access reports to print three different reports.
Now I was asked to add formatting capabilities to the software. Then I decided to move it to VB6 using pervasive SQL 2000i as the backend. Now I have the following problems:
1) I don't know how to save the rich text contents into the pervasive DB. I tried using longvarchar and longvarbinay but doesn't work.
2) How do I do to print? Can I use CR? I have v8.5 dev edition but I don't see how to add a RTF box to the canvas report. If I use PrintForm I am limited to the size of the form and this work order program sometimes needs more than two pages of instructions.
Any enlighting will be very well appreciated!!!!!
please help!