Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger starts in VFP7 when using sdtmrg.update
Message
From
31/12/2001 10:42:06
 
 
To
27/12/2001 23:08:26
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00598663
Message ID:
00599377
Views:
26
Hi Keith.

>I'm using Stonefield 5.1G with VFP7 to push updates out from my development environment to my production tables. When reindexing starts the debugger get invoked.

You must be instantiating DBCXMgr in "debug" mode (see the SDT manual for details). When that's the case and an error occurs, SDT displays the VFP debugger (hence the term "debug mode"). So, pass .F. for the appropriate parameter when you instantiate DBCXMgr, then after calling Update, check oMeta.aErrorInfo for information about what error is occurring while trying to update the table.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform