Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting multiple files in common dialog control
Message
De
14/10/2004 09:31:51
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00950392
Message ID:
00951378
Vues:
7
Thisform.oleDialog.DialogTitle = 'Some title'

Thisform.oleDialog.Filter = "All Files (*.*)|*.*|Text Files (*.txt)|*.*.txt|INI Files (*.ini)|*.ini|Images (*.bmp;*.jpg;*.gif)|*.bmp;*.jpg;*.gif"

Thisform.oleDialog.FilterIndex = 1
Thisform.oleDialog.Flags = 512 + 262144

It doesn't work, in this case the control only sets the first flag, the second is ignored. If I reverse the order occurs the same. The only flag that the control sets is cdlOFNAllowMultiselect.

This also happen with hexadecimal numbers.

What I'm missing?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform