Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display Locfile() dialog with _screen=OFF
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00437609
Message ID:
00437734
Vues:
20
>>
>>ok, almost got it.
>>
>>with thisform.olecontrol1
>> .filename = 'whatever.exe'
>> .defaultext = '.exe'
>> .showopen()
>>
>> messagebox(.filename) &&gives me the return
>>endwith
>>
>>However, the .defaultext property doesn't seem to work for me. The "files of type" drop down list in the dialog box is empty. I also tried .defaultext='exe' but got the same results.
>
>The filter property is what you're looking for here. Check the doc on that. It allows you to specify both the extension and description that appears.

Thanks, that works. Now back to my original issue. Can I instantiate this control in a .prg (using createobject() or newobject()) and if so, which OCX is the commondialog in so I can reference that file when creating the object? This activeX control doesn't appear in the "ActiveX controls overview" secion in VFP help, which is the only way I know of to determine which OCX an ActiveX class belongs to.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform