Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getfile with keyboard stuffed?
Message
De
10/09/1999 03:53:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Getfile with keyboard stuffed?
Divers
Thread ID:
00263274
Message ID:
00263274
Vues:
59
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform