G
Guest
I have code I need to put after user chooses to save
the record at run time.
What is the best place to put code?
I tried on Form -> After Insert, I get error 'Index key violation' as I am
generating value for Primary Key in
after insert.
I don't want to user Form -> Before Insert as I don't want
to generate the number before user completes the form
and is ready to save.
Another question is how can I implement
'Do you want to save ? '
At present I have this on Form -> Before Update.
Thanks for your help!
-Me
the record at run time.
What is the best place to put code?
I tried on Form -> After Insert, I get error 'Index key violation' as I am
generating value for Primary Key in
after insert.
I don't want to user Form -> Before Insert as I don't want
to generate the number before user completes the form
and is ready to save.
Another question is how can I implement
'Do you want to save ? '
At present I have this on Form -> Before Update.
Thanks for your help!
-Me