Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referential Integrity Disabling
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00643457
Message ID:
00643552
Views:
8
Hi Tommy,

You can delete triggers like:
f xnetwork=.F.
   DELETE trigger on clint FOR UPDATE
Endif
Run code here. When done you can restore the trigger like:
If xnetwork=.F.
   ri_update="__ri_update_clint()"
   Create trigger on clint FOR UPDATE AS &ri_update
Endif
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform