Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find which views were modified recently
Message
 
 
To
04/03/2005 07:16:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00992646
Message ID:
00992712
Views:
23
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform