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

Click here to load this message in the networking platform