Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proj Hook to update a table when .vcx is saved
Message
From
24/05/2004 10:28:38
 
 
To
22/05/2004 12:29:39
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00906240
Message ID:
00906517
Views:
12

Is ist possible to create a project hook which will do the following:

when I open a vcx from the proj manager and select a form to modify it want to update a table or form property with the current datea and time and some comments if possible WHENEVER I close the form.

Has anybody done that and is willing to share?

Peter


Try to use:
QueryModifyFile event && <== with this you can control the open of the VCX class
But ProjectHook Class have not a Before/AfterSaveFile event.

You can try to use the TIMESTAMP field of the VCX table for get the time of the last update event.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform