Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change all Triggers with Code
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00860373
Message ID:
00860388
Views:
9
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>Is there any way to write code, or some tool to use, that will update all triggers in a DBC? I am considering adding a " .and. Foo()" to all my triggers in a Database for all Tables.
>
>TIA,
>Cris

ADBObjects() to get list of all tables in DBC. Then use DBGETPROP to get the current trigger for the table. Then see VFP Help on
Delete Trigger and Create Trigger.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform