Hi All,
I am facing a problem. I want to apply tab to all fillins in a window from a trigger in MFG.
{xxwowomt.p}
The code is like this :
{mfdtitle.i}
on go anywhere
do:
if frame-name = "a" then
do:
apply tab to (all fillins) in frame a.
value = fillin :frame-value.
end.
end.
{gprun.i ""wowomt.p""}
I am not able to get the frame handle or fillin handle so that i can apply tab.
Please suggest how to do this.
Bye,
Alok
I am facing a problem. I want to apply tab to all fillins in a window from a trigger in MFG.
{xxwowomt.p}
The code is like this :
{mfdtitle.i}
on go anywhere
do:
if frame-name = "a" then
do:
apply tab to (all fillins) in frame a.
value = fillin :frame-value.
end.
end.
{gprun.i ""wowomt.p""}
I am not able to get the frame handle or fillin handle so that i can apply tab.
Please suggest how to do this.
Bye,
Alok