Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some questions about SQL server 2000/ VFP 7.0
Message
 
 
To
02/10/2002 02:53:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00706710
Message ID:
00707697
Views:
19
In addition to what M.L. and C.F. had given you, here is an example of the AERROR() function:
If SQLExec(nConnHandle,'your_sp_here') < 0
    AERROR(cArr)
    MessageBox(cArr(2)) */ display the message description
Endif
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform