Hi Everybody,
I've Strange Problem with Custom Form Type Card.
In the Table are stored Six Record but I Can't go to Next Record from the card that seems Blocked when I Try to slide the records.
There aren't Filters.
Do you know why don't work?
Thanks
0
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
@krikri : Yes, I have a code OnNextRecord Trigger but It's only a Function that
manage my fields with property EDITABLE = FALSE.
How many records are you seeing in the List from ?
NAV Developer
It's Very Interesting bug.
Hi
"This trigger is executed in place of the default next record behavior.", meaning if there is anything, a comment, a blank line, or actual code in that trigger the default behavior will be overridden. There are quite a few triggers like this actually (OnLookup for example)
The OnNextRecord trigger allows you to manipulate the standard behaviour. To do this, they need to turn of this standard behaviour first, and how can it know if what you put in it is correct.