Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 version of PreVFP historic code
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
VFP6 version of PreVFP historic code
Divers
Thread ID:
00922398
Message ID:
00922398
Vues:
69
Hi all

I have just created the following code to get a selection of the data folder form the user as below. though it is working I just wanted to know if there was a more sophisticated way to do it.
WAIT CLEAR
CLEAR TYPEAHEAD

DEFINE POPUP DF MESSAGE "Select Data Folder" ;
	PROMPT FIELD cName + " " + cExtra + STR(iID, 10) SCROLL
	
DEFINE WINDOW DF AT 6, 6 SIZE 10, 74 NONE NOCLOSE NOFLOAT NOGROW NOZOOM

ACTIVATE WINDOW DF

lcPrompt = cName + " " + cExtra + STR(iID, 10)

@ 0, 0 GET lcPrompt FUNCTION "&T" POPUP DF SIZE 9, 64

READ MODAL

RELEASE WINDOW DF
RELEASE POPUP DF
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform