Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to add a task before Save event
Message
From
24/09/1999 16:05:34
Pierre Richard
Méthotech Canada Limitée
Kirkland, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Want to add a task before Save event
Miscellaneous
Thread ID:
00268756
Message ID:
00268756
Views:
51
I have a procedure in the stored procedures of my database that I want to execute just prior to saving the form's record.

I had originaly in the MyForm.Save event:
*bof
=MyProcedure()
dodefault()
*eof

but it complained about some parameters to be passed. My procedure doesn't need any parameters passed so it has to be the save event itself.

BTW the procedure executes OK if placed in the LostFocus event of a txtcontrol but i would mucho prefer to have it before the save of the form's record.

Can someone tell me how to code the Form.Save event correctly ?

TIA

Pierre Richard
Next
Reply
Map
View

Click here to load this message in the networking platform