Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RI question
Message
 
To
23/11/2005 20:42:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01071716
Message ID:
01071850
Views:
18
>>Working on an archiving scheme, using Delete triggers to move data to history tables. How can I add my archive funtions on a parent table without the RI Builder overwriting them? Or is it time for another builder that respects my code?
>
>If your Delete trigger looks like this:
>
>
>ri_MyTable_delete() && Note: I don't remember the exact name.
>
>
>change it to:
>
>
>ri_MyTable_delete() and MyTable_SaveToHistory()
>
>
>If it is empty, just put your function into the Delete trigger.
>
>In either case, the RI builder will respect that. If the RI function is added, the AND will be added before your function.
>
>On the other hand, alternative RI builders offer additional functions. I use TaxRI, which also creates much more compact, and readable, code. But you don't really need that for your particular problem.

Are there any problems TaxRI may have to work with VFP 9.0 databases? When was it last updated?
Allen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform