Hi, I am facing problems in making a paging grid in SAIL form. My code is in att

Hi, I am facing problems in making a paging grid in SAIL form. My code is in attachment, could you help me?
I even don't know what to insert in "selected" field. Thanks a lot...

pagingGrid.sail74

OriginalPostID-106849

OriginalPostID-106849

  Discussion posts and replies are publicly visible

Parents
  • The issue is because your local variable, local!pagingInfo, is actually being populated as a gridSelection. For your rule I suspect you need to pass in a pagingInfo versus a gridSelection, so without changing the names of your variables you would have to populate the rule as follows:

    rule!getCODEP(local!pagingInfo.pagingInfo)

    This passes in the pagingInfo versus the whole gridSelection.
Reply
  • The issue is because your local variable, local!pagingInfo, is actually being populated as a gridSelection. For your rule I suspect you need to pass in a pagingInfo versus a gridSelection, so without changing the names of your variables you would have to populate the rule as follows:

    rule!getCODEP(local!pagingInfo.pagingInfo)

    This passes in the pagingInfo versus the whole gridSelection.
Children
No Data