‎2006 Sep 04 12:54 PM
Can any one help me out with how to debug the smart forms?
cheers,
‎2006 Sep 04 12:55 PM
‎2006 Sep 04 12:55 PM
‎2006 Sep 04 1:00 PM
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.
‎2006 Sep 04 1:07 PM
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.