Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alternative to GetFile() that allows multiselect?
Message
From
11/09/2014 09:33:55
 
 
To
06/12/2013 11:54:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01589308
Message ID:
01607403
Views:
121
>1) what is the actual name of the .ocx that each of these is installed in? and are they both installed by default on Win 7 or 8?

OLEObject = C:\Windows\SysWOW64\MSCOMCTL.OCX

On my Win7 system this was installed and on a Win8 system that I support. Not sure if this is always the case.

>2) where did you get your documentation so that you could use them effectively?

I have not created any documentation -- use as is. They return an object with two properties:
loFileNames = CREATEOBJECT("Empty")
ADDPROPERTY(loFileNames, "Count", 0)
ADDPROPERTY(loFileNames, "List[1]", "")
The List[] property is a listing of the selected files with full path; Count is the size of the array.
Previous
Reply
Map
View

Click here to load this message in the networking platform