Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETFILE() - Select Multiple Files
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
GETFILE() - Select Multiple Files
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01351917
Message ID:
01351917
Views:
197
How do you select multiple files while Open File Dialog box is opened?

After we select them, we want to be able to pass them to SQL


EXAMPLE
----------------------------------------
l_newPicture = GETFILE()

IF EMPTY(l_newPicture ) or !FILE(l_newPicture )
RETURN
ENDIF


Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform