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

Debugging smartforms

Former Member
0 Likes
395

Can any one help me out with how to debug the smart forms?

cheers,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

In the flow logic, add program lines and add Break-Point.

3 REPLIES 3
Read only

Former Member
0 Likes
369

In the flow logic, add program lines and add Break-Point.

Read only

Former Member
0 Likes
368

Hi U can Debug the smartform by just puttting BREAK-POINT in any of the flow-logic node. OR

U can use FM generated by the Smartform and then display it and put the break point where require.Here in this code u can find any String let say u want to debug from DATA c1 type c.

So find out this string in the main program and put the break point.

Hope u this will solve ur problem.

Read only

Former Member
0 Likes
368

Hi.

in a program line just write break-point.Save and activate.Now when u run the form u can debugg the smartform.

hope this help u.