‎2007 Apr 20 6:35 AM
hi
i create script it gives error message.start_form is missing.
can any one give me the reason
praveen
‎2007 Apr 20 6:37 AM
Hi,
In the Driver program that u r using to run the script, the function OPEN_FORM, START_FORM, END_FORM and CLOSE_FORM must be used.
Since u might have missed the function START_FORM, this error is getting displayed
Regards,
Himanshu
‎2007 Apr 20 6:37 AM
Hi,
In the Driver program that u r using to run the script, the function OPEN_FORM, START_FORM, END_FORM and CLOSE_FORM must be used.
Since u might have missed the function START_FORM, this error is getting displayed
Regards,
Himanshu
‎2007 Apr 20 6:43 AM
hi
i done all the functions but it shows some records, and it can,t shows some records.
Praveen
‎2007 Apr 20 6:45 AM
Hi,
When it is showing some of the records, then where is the error.
Some records might be skipped because window size is small and all the data cant fit into the window.
Regards,
Himanshu
‎2007 Apr 20 7:24 AM
‎2007 Apr 20 6:38 AM
Hi!
In your printer program the function element "START_FORM" is not called. You have to write this into your printer program, after the OPEN_FORM function element and before the first WRITE_FORM function element:
CALL FUNCTION 'START_FORM'...
And all of the parameters...
Regards
Tamá