displaying a message at bottom of form
789736Aug 27 2010 — edited Aug 27 2010hello everyone. I currently made a form and on a create record trigger the user was displayed with the message:
'This function cannot be performed here' at the bottom of the screen. This was fine. I am now in the process of putting all my code into a library and i used the exact same code for the trigger:
message('This function cannot be performed here');
however now when the user presses the create record button the message is displayed in a forms box where the user has to press an ok button to get rid of it. What I would like is the message to appear at the bottom left of the screen like it originally did. is this possible?
Thanks.