Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SCRIPT

Former Member
0 Likes
508

hi

i create script it gives error message.start_form is missing.

can any one give me the reason

praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
488

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

5 REPLIES 5
Read only

Former Member
0 Likes
489

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

Read only

0 Likes
488

hi

i done all the functions but it shows some records, and it can,t shows some records.

Praveen

Read only

0 Likes
488

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

Read only

0 Likes
488

hi

my problem solved

praveen

Read only

Former Member
0 Likes
488

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á