Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browsing a table in a form with showwindow property set to 1
Message
From
10/09/2003 04:17:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Browsing a table in a form with showwindow property set to 1
Miscellaneous
Thread ID:
00827760
Message ID:
00827760
Views:
50
i want to open the browse window every time my user press the F2 key when textbox1 got the focus. and display the selected record in the textbox.

so i put this in textbox's keypress event

if nkeycode=-1
use employee
brow
endif

this textbox is contained in a form whose showwindow is set to "in top level"

but if i press the F2 key, i don't see any browse window in my screen..

what should i do?
Next
Reply
Map
View

Click here to load this message in the networking platform