Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListView - header's icon alignment
Message
From
31/08/2005 15:51:31
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01045162
Message ID:
01045661
Views:
39
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform