cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically changing field values while debugging in script

Former Member
0 Kudos

Hi all,

How to Dynamically change field values while debugging in script as we do in normal debugger.

Thanks in advance..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

u can activate the script debugger. and then put a break point in your driver program wherever u want to change it.

now when u run ur form use normal F5,F6,F7,F8 key's. only difference is in normal executable program when u debug F5 key moves horizontally but in form it comes to that line and moves vertically finishes everything on the line and comes to the next line.

it more of R&D work so just try the same keep in mind F5 when comes to a line it moves vertically if there are more fields in the line...

let me know if u have any doubts

Answers (0)