I've got a nice one... .
1. Open a default CRONUS database.
2. Go to Object Designer, and Open form 201 (Job Journal) ... I've got 3 lines in my default CRONOS ... if you haven't, just insert some lines... .
3. Go to Designer, and go to "OnFindRecord"
4. Insert 1 comment line (e.g. "//***")
5. Run the form again ... .
IT DISPLAYS NO LINES ANYMORE (the lines are still present in the database though ...)
6. Remove the line in the "OnFindRecord" triger, and add it in the "OnNextRecord"
7. Run the form again ... .
ONLY ONE LINE IS DISPLAYED... (the lines are still present in the database though ...)
8. Remove the line ... .
Everything is correct again.
Somebody got an explanation?
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
0
Comments
sorry ... :whistle:
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
It is normal behaviour ;-)
The system is executing any code in these triggers INSTEAD of default one. If you have just a comment, then the comment is executed...
thanks!
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog