Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to browse in a In Top Level Screen form.
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00528244
Message ID:
00528383
Views:
18
I did find my solution with this code:

lcThisFormName = thisform.name

DEFINE WINDOW wBrowse ;
FROM 0,0 TO 37,84 ;
NAME frmBrowse ;
IN WINDOW &lcThisFormName ;
NOFLOAT ;
GROW ;

select myTable

browse in window wBrowse NORMAL

DEACTIVATE WINDOW wBrowse

Thanks for the feedback everyone.
Previous
Reply
Map
View

Click here to load this message in the networking platform