Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TABLE trigger
Message
 
 
To
25/05/2001 02:41:59
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00511353
Message ID:
00511446
Views:
15
>How can I implement trigger if there are ri already in the table eg.
>
>Daily table already have update trigger : __ri_update_daily()
>
>And I like to perform other tasks at the time this table is updated.
>
>TIA.

You could just compund the trigger statement

__ri_update_daily() AND __my_other_function_here()

Both functions would have to return .T. for the trigger to not fail. If you ORed them together, then only one would.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform