Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RI question
Message
 
À
23/11/2005 20:42:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01071716
Message ID:
01071850
Vues:
19
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform