Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 version of PreVFP historic code
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
VFP6 version of PreVFP historic code
Miscellaneous
Thread ID:
00922398
Message ID:
00922398
Views:
70
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
___________________________________________
Next
Reply
Map
View

Click here to load this message in the networking platform