Re: Force Cursor to Top of the screen during Data Entry
Posted: November 25th, 2016, 1:58 am
Hi Expert
For setcapturetype and setcapturepos function:
Can I set it on entire form for all fields within it ? I tried but no affect at all.
Thanks
Yanin
For setcapturetype and setcapturepos function:
Can I set it on entire form for all fields within it ? I tried but no affect at all.
Thanks
Code: Select all
PROC FORM1
setcapturetype(FORM1,1);
setcapturepos(FORM1,600,20);