Options

Error when running RTC Page.

RoelofRoelof Member Posts: 377
edited 2010-10-05 in NAV Three Tier
I'm getting the following error when running a page in the RTC. The page and linked pages did compile without errors:


Error compiling dynamic control epxression: '<TRUE>' at index '6'.
Unexpected end of expression.

Anyone any suggestion?
Roelof de Jonghttp://www.wye.com

Comments

  • Options
    MagnoMagno Member Posts: 168
    did you ever find out what the problem was?
    There are no bugs, only random undocumented features...
    ---
    My Blog: http://NAV-Magno.be
  • Options
    BeliasBelias Member Posts: 2,998
    maybe you overwrote the standard enabled property (that was set to <TRUE> by default) and you wrote <TRUE> manually...but i'm just guessing, i don't even think you'll be able to compile something like this...
    try to do this:
    repeat
    "save your page";
    "delete some fields",
    "retry to run the page";
    until "you find the bad guy"
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    MagnoMagno Member Posts: 168
    actually i changed the <TRUE> to a function to fetch if the field needs to be visible.
    But apparently that is impossible
    There are no bugs, only random undocumented features...
    ---
    My Blog: http://NAV-Magno.be
  • Options
    BeliasBelias Member Posts: 2,998
    search includeindataset in mibuso and you'll find the answer
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    MagnoMagno Member Posts: 168
    you can not include a function in a dataset
    and i do not intend to create a separate boolean for each field on my form, because an array can not be used in a dataset :)
    I did try a lot of things :)
    There are no bugs, only random undocumented features...
    ---
    My Blog: http://NAV-Magno.be
  • Options
    BeliasBelias Member Posts: 2,998
    create one boolean only and assign to it the value of the function
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.