Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move a toolbar by dragging on child control vs. border/t
Message
From
31/05/2005 09:13:33
 
 
To
31/05/2005 09:08:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01018452
Message ID:
01018671
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform