Hello everybody,
i want to display a message each time i get a record. I put the code dipsalying this message in the trigger OnAfterGetRecord() of the form. The problem is that the message is dispalyed two times when i run the form, if i go to another record the message is displayed only one time. What should be the problem?
0
Comments
It's it a bug?There's no solution then :?
If the current record is different from the one in the global variable, you give a message (and save the record in the global variable), otherwise no message.
The code will be something like this:
global variable recMyRecord AS record of table X.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!