Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open general field
Message
 
 
À
19/11/2009 04:59:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01435533
Message ID:
01435548
Vues:
53
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform