Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting multiple files in common dialog control
Message
From
14/10/2004 09:31:51
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00950392
Message ID:
00951378
Views:
6
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform