Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Issue
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00890055
Message ID:
00890126
Views:
30
Thank you very much for quick turn around.

>>I was able to reproduce it. I just sent an email to aleksey_v@attbi.com.
>>
>
>
>Hi Jayesh,
>
>Thank you for the good repro code.
>
>CursorAdapter is at fault here. To workaround the problem, execute empty command in AfterInsert/AfterUpdate/AfterDelete event handler.
>
>Ex:
>
> PROCEDURE AfterUpdate
> LPARAMETERS cFldState, lForce, nUpdateType, UpdateInsertCmd, DeleteCmd, lResult
> SQLEXEC(this.DataSource,"")
> ENDPROC
>
>Thanks,
>Aleksey.
- Jayesh
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform