Now i start develop RTC page.
When i change page property CardFormID= XXXX ( customize page)
then when i double click list page the error message prompt (error2.png)
Hope the master here can help. Thanks
This usually happens when you're trying to access a record which does not exist or more probably falls out the filters. example:
you have a list with records
A1
A2
A3
A4
you double click on record A1 to access its card page.
in the onopenpage trigger of the card page you do:
SETFILTER("no.",'B*');
or also, in the sourcetableview of the cardpage you have NO=FILTER(B*) or something like that...
check out code and properties under your list and card pages.
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
When i change page property CardFormID= XXXX ( customize page)
then when i double click list page the error message prompt (error2.png)
Don't use an image attachment to display your error message. In NAV, you can use Ctrl-C on a error message, to capture the error in text format, so you can paste that in your posting.
Why?
a) to conserve disk space
b) people with the same error can't use search to find your topic, as you can't search in images
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
you have a list with records
A1
A2
A3
A4
you double click on record A1 to access its card page.
in the onopenpage trigger of the card page you do: or also, in the sourcetableview of the cardpage you have NO=FILTER(B*) or something like that...
check out code and properties under your list and card pages.
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Why?
a) to conserve disk space
b) people with the same error can't use search to find your topic, as you can't search in images