Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListView - header's icon alignment
Message
De
31/08/2005 15:51:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01045162
Message ID:
01045661
Vues:
37
>Forgot to mention, that readme is not updated.
>
>>>What is the new function declaration?
>>
>>I think the readme file has reflected the new changes, no ??

Yup, somehow I zipped the wrong file. I even missed two more files for the example. It's what I got when do things in rush . I'm sorry for that :-(

The filter files doesn't work like VFP GetFile() but works as standard GetOpenFileName API, here is the filter example:
#Define c0  chr(0)

lc_Filter = ' All Files (*.*)' + c0 + '*.*' + c0 + ;
   ' Text Files(*.txt)' + c0 + '*.txt' + c0 + ;
   ' Batch Files (*.bat)' + c0 + '*.bat' + c0 + ;
   ' Bitmap Files (*.bmp, *.jpg)' + c0 + '*.bmp;*.jpg' + c0 + c0
Btw, I tested more on WinME & XP-SP2. I failed to reproduce what you see. Can you post that code ? Also you can see the full example in form "Frm_ComDialog".
Herman
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform