Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter - BeforeInsert
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00916893
Message ID:
00917386
Views:
8
Mark, see the results :
cInsertCmd =
cFldState  = 33444
lForce     = .F.
>Are you sure it is empty? Put an ACTIVATE SCREEN command before the ?cInsertCmd line of code. Or better yet, use the command:
>
>DEBUGOUT [cInsertCmd = ] + cInsertCmd
>
>instead of the ? cInsertCmd
>
>Then run with the Debugger open to see what displays in the Debugout window.
>
>>I am testing CA Class With SQL Server 2000. I am using ADO and it is working very well. It inserts, It deletes and It Updates.
>>
>>I Wrote this code in the BeforeInsert Method for listing the parameters received :
>>
>>
>>PROCEDURE Object.BeforeInsert
>>LPARAMETERS cFldState, lForce, cInsertCmd
>>
>>?cInsertCmd
>>
>>Return .T.
>>
>>
>>The value of cIsertCmd is empty. Why is this happening ?
>>
>>TIA
Paulo Cesar Carneiro
desenvolvimento@controplan.com.br


"My God, what have we done?"
-- Capt. Robert Lewis, co-pilot of the Enola Gay, recalling the moment the atomic bomb exploded over Hiroshima

At 8:15 a.m. on August 6 1945
Previous
Reply
Map
View

Click here to load this message in the networking platform