Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move a toolbar by dragging on child control vs. border/t
Message
De
31/05/2005 09:13:33
 
 
À
31/05/2005 09:08:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01018452
Message ID:
01018671
Vues:
12
Hello,

yes the functions are from my fll ..

you'll have to initialize the fll at startup of your app.

e.g.

SET LIBRARY TO vfp2c32.fll ADDITIVE
IF !InitVFP2CLibrary(0xFFFFFFFF)
LOCAL laError[1]
AErrorEx('laError')
MESSAGEBOX('VFP2C32 Library initialization failed:' + CRLF + ;
'Error No: ' + TRANSFORM(laError[1]) + CRLF + ;
'Function: ' + laError[2] + CRLF + ;
"Message: '" + laError[3] + '"',48,'Error')
QUIT
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform