Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Warning message
Message
From
26/10/2005 08:25:23
 
 
To
26/10/2005 07:59:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01062175
Message ID:
01062179
Views:
12
>hi all,
>
>any idea,help
>
>i need to fetch for the excell sheet name if found ,get show warning message(found). at this code under.
>thanks
>
>SET DEFAULT TO "\\cctfil01\hrd-spdata\SMD\Projects\Customer satisfaction Measurments\1214 Call Center Satisfaction\2005 1214 Servcie II\customer database\Treated data"
>=MESSAGEBOX("Pl's Rename The Home Sheet  ")
>
>gcDelimName = ALIAS( ) + '.xls'
>
>gcDelimFile = PUTFILE('excel_file:', gcDelimName, 'xls')
>
>IF EMPTY(gcDelimFile)
>   CANCEL
>
>ENDIF
>
>COPY TO (gcDelimFile) XLS
>=MESSAGEBOX("DON")
>
Change "Cancel" into "Return" or something else. Cancel means stop the program, only used for debugging!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform