Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ideas for a Trigger
Message
 
To
06/10/1998 13:20:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00144206
Message ID:
00145175
Views:
33
...snip ... You can do this from the validation rule though...
>
>Make the table's record validation rule
>
>TimeStamp()
>
>and make a stored procedure in the dbc:
>
>PROC TimeStamp
>REPLACE tbl_lstChange WITH DATETIME()
>RETURN .T.
>ENDPROC

Hi Erik

I've got the equivalent in the code behind my save button. My tables are never browsed and it means I don't have to have enter a validation rule for every table. However I'm sure you've considered these issues --- so is it cleaner etc to do it through the database?
Sarah King
pcpropertymanager.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform