Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Common Dialog Box Foundation Class
Message
 
À
29/03/2004 10:39:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00890382
Message ID:
00890442
Vues:
18
loComDialog = createobject("mscomdlg.commondialog")
loComDialog.Filter = "Text Files(*.txt)"
loComDialog.MaxFileSize=40
loComDialog.filename="n*.txt"   && skeleton
loComDialog.ShowOpen()
>Yuri
>
>I can't seem to set this correctly to load a file skeleton. The filter I set gets loaded but the file list isn't filtered. Do you know how I would do that ?
>
>
>Thanks
>
>
>
>
>>See message #715104
>>>Hi
>>>
>>>I'm using this class to open files. I want to be able to load file skeletons so I'm not using GETFILE(). How can I make the File open dialogue open where I want rather than top left hand corner.
>>>
>>>
>>>Thanks
>>>
>>>
>>>Nick Mason
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform