Could you please tell me if the following scenario is possible:
create a form style document for data entry on paper using the editable property ( medical/gov style forms) and collect the data after it has been entered in the page.
Usage question
Usage question
Hello.
Yes, it is possible, why not?
You can assign Image of that form to the Page.Watermark property of the Page in report. Then to define all necessary textboxes with appropriate names on that Page and assign names for them in according with the names in the database. Editable property of them must be also set in true.
Then you can retrieve information from these textboxes as was described in the following topic:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=1227
And there is another way possible.
Instead of placing edit components on the page, you can use a form for entering of those necessary for printing fields and store them in Click event on the Form's 'OK' button. But first method has an advantage. You can see the length of the entered word right after entering it into the editable text component.
Thank you.
Yes, it is possible, why not?
You can assign Image of that form to the Page.Watermark property of the Page in report. Then to define all necessary textboxes with appropriate names on that Page and assign names for them in according with the names in the database. Editable property of them must be also set in true.
Then you can retrieve information from these textboxes as was described in the following topic:
http://forum.stimulsoft.com/Default.aspx?g=posts&t=1227
And there is another way possible.
Instead of placing edit components on the page, you can use a form for entering of those necessary for printing fields and store them in Click event on the Form's 'OK' button. But first method has an advantage. You can see the length of the entered word right after entering it into the editable text component.
Thank you.