[U2] SB+ question

2012-10-22 Thread Lunt, Bruce
Hi All,

I have a question that relates to how to display multiple pages of data
on an entry screen that does not allow the lines in question to be
modified. What we have is a screen that displays the current status of a
customer. There are 6 different multivalued fields that are all related
but they are just being displayed. There are 2 fields above the
line-item section that do allow modification but the request is for me
to allow the user to page up or down to review all of the line-items. On
inquiry screens this is fairly simple but I don't know how to drive the
pagination when the 6 fields are never even accessed by the screen. I
tried to bump the @CNT field but that didn't work. Can someone suggests
how I should handle this?

All suggestions are greatly appreciated.

Thanks in advance,
Bruce Lunt
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] SB+ question

2012-10-22 Thread Wols Lists
On 23/10/12 00:46, Lunt, Bruce wrote:
 All suggestions are greatly appreciated.

Are the related fields ASSOCiated? That's an INFOism, however, so SB+
might not recognise that.

Whenever I've done anything like that, ASSOCiated fields are supposed to
move in lock-step.

Cheers,
Wol
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] SB+ question

2012-10-22 Thread Israel, John R.
Set all the fields to display only and associate the five trailing fields to 
the first one?

Or

Load into WORK variables and do the same as above?

John Israel

Sent from my iPhone

On Oct 22, 2012, at 7:46 PM, Lunt, Bruce bl...@shaklee.com wrote:

 Hi All,
 
 I have a question that relates to how to display multiple pages of data
 on an entry screen that does not allow the lines in question to be
 modified. What we have is a screen that displays the current status of a
 customer. There are 6 different multivalued fields that are all related
 but they are just being displayed. There are 2 fields above the
 line-item section that do allow modification but the request is for me
 to allow the user to page up or down to review all of the line-items. On
 inquiry screens this is fairly simple but I don't know how to drive the
 pagination when the 6 fields are never even accessed by the screen. I
 tried to bump the @CNT field but that didn't work. Can someone suggests
 how I should handle this?
 
 All suggestions are greatly appreciated.
 
 Thanks in advance,
 Bruce Lunt
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users