commit problem [message #206911] |
Sat, 02 December 2006 03:44 |
arcangulac
Messages: 16 Registered: October 2006 Location: izmir
|
Junior Member |
|
|
i have pre insert trigger that i controled null item... if item has not a data i showed message besides i have key_commit that has message if form_success then but it doesnt work .when i put the null data in item message work after that second message shows if form_success then message('') .. can anybody help me
|
|
|
|
Re: commit problem [message #207053 is a reply to message #206911] |
Mon, 04 December 2006 00:45 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Do VALIDATION in the VALIDATION triggers. Leave Pre-Insert for key field data population. This is what the documentation says was the purpose for their creation.
Just move your 'IS NULL' validation to either the When-Validate-Item trigger of the field in question or to the When-Validate-Record trigger of the block.
Yes. Please use punctuation and the spell checker.
David
[Updated on: Mon, 04 December 2006 00:47] Report message to a moderator
|
|
|