Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alternative to GetFile() that allows multiselect?
Message
De
11/09/2014 09:33:55
 
 
À
06/12/2013 11:54:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01589308
Message ID:
01607403
Vues:
122
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform