Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getfile with keyboard stuffed?
Message
From
10/09/1999 03:53:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Getfile with keyboard stuffed?
Miscellaneous
Thread ID:
00263274
Message ID:
00263274
Views:
58
this little snippet works a treat in FP2.6(DOS)

WAIT WINDOW 'Locating Report. Please Wait...'nowait
IF NOT EMPTY(REP)
KEYBOARD REP
ENDIF

m.repname = UPPER(ALLTRIM(GETFILE('FRX','Report form')))


it brings up the getfile dialogue and providing the parameter 'rep' has been passed, navigates its way to the report filename the user selects from the reports database (i.e "rep"). They can then confirm that choice or choose another report if they prefer.

I can't get anything like this working in vfp. The getfile window seems to 'clear typeahead' so that no amount of keyboard strokes make any difference at all.

Is there a way to make file selection friendlier in vfp?

Harry
Next
Reply
Map
View

Click here to load this message in the networking platform