Application Development 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: 

Smartforms

Former Member
0 Kudos
77

How many ways we debugg the samrtforms?

regards,

anji

1 ACCEPTED SOLUTION

Former Member
0 Kudos
54

You can place a break point inside the program lines of the smart form.

SMART Form generates a function, so you can debug that right from the begning.

Regards,

Ravi

Note - Please mark all the helpful answers

2 REPLIES 2

Former Member
0 Kudos
55

You can place a break point inside the program lines of the smart form.

SMART Form generates a function, so you can debug that right from the begning.

Regards,

Ravi

Note - Please mark all the helpful answers

Former Member
0 Kudos
54

Hi

->You can place a breakpoint in the driver program.

->You can place a breakpoint in the generated funtion module.

Regards

Surya.