Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find which views were modified recently
Message
 
 
À
04/03/2005 07:16:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
00992646
Message ID:
00992712
Vues:
24
>>Hi everybody,
>>
>>I was working on a very big classlibrary for Advanced Search. I made lots of changes and also made some changes in the views and added few new. How can I find out, which views did I change or added today?
>>
>>Thanks in advance.
>
>Dbc Events is master road,
>but you have to write all.
>
>A basic example:
>
>* enable dbc events and add this
>PROCEDURE dbc_AfterModifyView(cViewName, lChanged)
>IF m.lChanged
>	DBSETPROP(m.cViewName,"VIEW","Comment","Last Update :"+TTOC(DATETIME()))
>ENDIF
>ENDPROC
>
>You can uses the DBC's User field.
>You can add fields to dbc table, but you go into a mined field.
>
>The best is write a *.prg and link this to the dbc events interface.

That's very interesting idea. I've never used DBC events before.

Unfortunately, it would not help my immediate problem. I guess, I just have to recall everything I did.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform