RTC Page double Click Issue

tonypangtonypang Member Posts: 101
edited 2012-04-05 in NAV Three Tier
Hello master,

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
NAV

Comments

  • krikikriki Member, Moderator Posts: 9,112
    [Topic moved from 'NAV/Navision Classic Client' forum to 'NAV Three Tier' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • BeliasBelias Member Posts: 2,998
    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
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
    tonypang wrote:
    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
Sign In or Register to comment.