4. Error - More than one data record in scroll ???
Re: More than one data record in scroll ???
I'm getting this error in app designer and am unsure what it means....
More than one data record in scroll -- make fields from non-primary record related display: CSH_OFF_RCPT_T.TENDER_KEY. (15,22)
Explanation:
A scroll bar can only contain data from one data record. You may access other records within the scroll, provided that they are related display fields. (Related display fields will not be updated as part of Save processing.)
To correct this problem, reorder the fields so multiple records are not under one scroll, or, if multiple records are required under a scroll, make fields from records other than the primary one non-updatable related display fields. It means you have two records contained on one scroll level. You can only have one table/view record per scroll, per page. You can retrieve other data from other records and make them related display fields that are based on fields within your main record, but they are then display-only. Either that or you will need to move one of the records to a different scroll level if that's possible depending on your key structure.
I suppose you could create a secondary page with your second record on it and link to that page from this page as well.
No comments:
Post a Comment
Queries and suggestions are welcome