Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open general field
Message
 
 
To
19/11/2009 04:59:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01435533
Message ID:
01435548
Views:
52
Mohammed,

I checked a similar discussion on a Russian website.

Here is a link that may help you (I didn't try this approach myself):

http://support.microsoft.com/kb/894819/EN-US/

another link from that thread http://www.foxite.com/archives/export-general-field-to-jpg-file-0000035830.htm

The thread itself (in Russian): http://forum.foxclub.ru/read.php?29,396197,page=1


>hi all,
>
>any help to open general field as below
>
>LPARAMETERS nColIndex
> *lcNew=(mytable.fieldname)&&error Operation is invalid for a General field 
> *lcNew=(mycur.fieldname)  &&error Operation is invalid for a General field 
> ? lcNew
>
>IF NOT EMPTY(SYS(2000,m.lcNew))
>   declare long ShellExecute in "shell32.dll" ;
>           long hwnd, string lpszOp, ;
>           string lpszFile, string lpszParams, ;
>           string lpszDir, long nShowCmd
>   ShellExecute(0,'Open', m.lcNew, 0,0,1)
>ELSE
>   MESSAGEBOX("EMPTY")
>ENDIF
>
>
>thanks
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform