Re: [U2] SB+ question

2012-10-23 Thread Lunt, Bruce
That did the trick. Thanks! 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki
Foerthmann
Sent: Tuesday, October 23, 2012 12:30 AM
To: U2 Users List
Subject: Re: [U2] SB+ question

I always leave one input field usually containing the line number set as
controlling the other fields but don't allow changes to the field.
You obviously need an input field for the cursor so you can use page up
or down.

On 23/10/2012 00:46, Lunt, Bruce 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
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] SB+ question

2012-10-23 Thread Martin Braid
Yes. You need CAIDE (use the F3) on an input controlling field and
paging is automatic. Martin

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Mecki
Foerthmann
Sent: 23 October 2012 08:30
To: U2 Users List
Subject: Re: [U2] SB+ question

I always leave one input field usually containing the line number set as
controlling the other fields but don't allow changes to the field.
You obviously need an input field for the cursor so you can use page up
or down.

On 23/10/2012 00:46, Lunt, Bruce 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


Click
https://www.mailcontrol.com/sr/MZbqvYs5QwJvpeaetUwhCQ==
WuZAUpI7tSremuGzpV7zxTq0S2vc9r44DuURD1dro2FIg==  to report this email as
spam.


Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB 
This e-mail and any attachments to it are confidential and is for the use of 
the intended recipient(s) only. If you have received this e-mail in error, 
please notify the sender immediately and then delete it. If you are not the 
intended recipient, you must not use, disclose or distribute this e-mail 
without the author's prior permission. We have taken precautions to minimize 
the risk of transmitting software viruses, but we advise you to carry out your 
own virus checks on any attachment to this message. We cannot accept liability 
for any loss or damage caused by software viruses. Any views and/or opinions 
expressed in this e-mail are of the author only and do not represent the views 
of Epicor Software (UK) Limited or any other company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] SB+ question

2012-10-23 Thread Mecki Foerthmann
I always leave one input field usually containing the line number set as 
controlling the other fields but don't allow changes to the field.
You obviously need an input field for the cursor so you can use page up 
or down.


On 23/10/2012 00:46, Lunt, Bruce 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


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"  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


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


[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

2006-08-15 Thread Stuart . Boydell
Hi Marc,
You can put the select process in as a default expression in the Process
Before.
In the field Process Before the expression would look like:
D:(P(bS*MYSELECTb))
This will run the lookup by default if there is nothing in the field.
Optionally you can append b[M]b (mandatory flag) at the end to make the
lookup process occur every time.
Generally I would recommend you to try to make the distinction between a
bdefault processb and bprocess beforeb explicit where possible. Sometimes
the distinction Is subtle but they have distinct behaviours especially
relating to MV fields. I think that the pay-off will come if you ever
compile the process (which you should do), try to upgrade or switch to GUI,
or when the next version of SB comes out as a web app.
Cheers,
Stuart



We have a field (dictionary item) that when then value is blank and we
come to it, to be able to mimic an F3 key being hit when it gets to that
field. We tried putting the program name in there as the "process
before" and it brings up the selection screen, but does not return the
value that they select.
 
** 
  
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this email in error please notify the Spotless IS Support Centre (+61 3 9269 
7555) immediately, who will advise further action. This footnote also confirms 
that this email message has been scanned for the presence of computer related 
viruses.
  
** 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SB+ Question

2006-08-15 Thread Caminiti, Marc
Kevin

Thanks for the info.  It works great.

Thanks
Marc 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin King
Sent: Tuesday, August 15, 2006 12:26 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] SB+ Question

>Does anyone know how to mimic the intuitive help (F3 button) to
automatically pop up?

This question is probably better addressed from the SBSolutions list.
To subscribe to the SBSolutions email list, send an email to
[EMAIL PROTECTED] with one of the following in the BODY of
the message:

* subscribe sbsolutions (for individual delivery)
* subscribe sbsolutions-digest (for a once-daily delivery)

To answer your question directly, create a process called DATA.F3 and
call it from the Process Before on the field where you want the F3 to
popup automatically.  This process is a paragraph with this single
line: 

DATA "@24"

Once this process is in place you can then create wrapper processes to
use that functionality, such as:

IF fieldname = "" THEN
  EXEC 'DATA.F3'
END

...and then use this process as your PB.

This technique should work all the way back to version 1 of SB+.

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 
** Check out scheduled Connect! (SB+/U2) training courses at
http://www.PrecisOnline.com/train.html.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] SB+ Question

2006-08-15 Thread Kevin King
>Does anyone know how to mimic the intuitive help (F3 button) to
automatically pop up?

This question is probably better addressed from the SBSolutions list.
To subscribe to the SBSolutions email list, send an email to
[EMAIL PROTECTED] with one of the following in the BODY of
the message:

* subscribe sbsolutions (for individual delivery)
* subscribe sbsolutions-digest (for a once-daily delivery)

To answer your question directly, create a process called DATA.F3 and
call it from the Process Before on the field where you want the F3 to
popup automatically.  This process is a paragraph with this single
line: 

DATA "@24"

Once this process is in place you can then create wrapper processes to
use that functionality, such as:

IF fieldname = "" THEN
  EXEC 'DATA.F3'
END

...and then use this process as your PB.

This technique should work all the way back to version 1 of SB+.

-Kevin
[EMAIL PROTECTED]
http://www.PrecisOnline.com
 
** Check out scheduled Connect! (SB+/U2) training courses at
http://www.PrecisOnline.com/train.html.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] SB+ Question

2006-08-15 Thread Caminiti, Marc
Even though this is a universe forum, I was wondering if anyone could
answer this hopefully simple SB+ question.  Does anyone know how to
mimic the intuitive help (F3 button) to automatically pop up?

We have a field (dictionary item) that when then value is blank and we
come to it, to be able to mimic an F3 key being hit when it gets to that
field.  We tried putting the program name in there as the "process
before" and it brings up the selection screen, but does not return the
value that they select.

The SB+ version that we run is an older version, Release 4.5, but we run
Universe 10.0.9.

Thanks in advance
Marc

Marc Caminiti   Nashbar Direct, Inc
IS Manager  Bike Nashbar
330.533.1989, ext 336   6103 State Route 446
330.702.9733, fax   Canfield, OH 44406
[EMAIL PROTECTED]  http://www.nashbar.com

One thing vampire children have to be taught early on is, don't run with
a wooden stake. - Jack Handy
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/