Prompt a message if multiple rows are selected on a table field.

2012-03-16 Thread Raj
Hello All,
I would like to prompt a message if multiple rows on a table field is
selected.
Currently, this table field is on a display only form.
I am trying to make sure that the User selects only one row to perform
other actions in that display only form.
Currently, when he selects Row - 1 and then Row-2 on that table field,
then clicks on a button on that form, the additonal action which is
being perfomed on table field acts only on the first row selected.
Although, I know I can do a table loop(Active Link Guide) to make that
action being performed on multiple rows, but at this point I would
like to prompt a message.
How can I do this?
Please advise,
Regards,
Raj

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Prompt a message if multiple rows are selected on a table field.

2012-03-16 Thread Grooms, Frederick W
Not sure about the prompt, but you could always just set the Single Row 
Selection only option for the table to prevent it.

Admin Tool - on the Advanced Display tab
Dev Studio - Display - Row Selection attribute

Fred


-Original Message-
From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Raj
Sent: Friday, March 16, 2012 3:14 PM
To: arslist@ARSLIST.ORG
Subject: Prompt a message if multiple rows are selected on a table field.

Hello All,
I would like to prompt a message if multiple rows on a table field is
selected.
Currently, this table field is on a display only form.
I am trying to make sure that the User selects only one row to perform
other actions in that display only form.
Currently, when he selects Row - 1 and then Row-2 on that table field,
then clicks on a button on that form, the additonal action which is
being perfomed on table field acts only on the first row selected.
Although, I know I can do a table loop(Active Link Guide) to make that
action being performed on multiple rows, but at this point I would
like to prompt a message.
How can I do this?
Please advise,
Regards,
Raj

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Prompt a message if multiple rows are selected on a table field.

2012-03-16 Thread Paul Blasquez
Raj,

If your intent is simply to restrict multiple selection on that table, you
can just go into the table properties and set the Single Selection Only
flag.

Regards,

Paul Blasquez
On Mar 16, 2012 1:14 PM, Raj ravi6...@gmail.com wrote:

 Hello All,
 I would like to prompt a message if multiple rows on a table field is
 selected.
 Currently, this table field is on a display only form.
 I am trying to make sure that the User selects only one row to perform
 other actions in that display only form.
 Currently, when he selects Row - 1 and then Row-2 on that table field,
 then clicks on a button on that form, the additonal action which is
 being perfomed on table field acts only on the first row selected.
 Although, I know I can do a table loop(Active Link Guide) to make that
 action being performed on multiple rows, but at this point I would
 like to prompt a message.
 How can I do this?
 Please advise,
 Regards,
 Raj


 ___
 UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
 attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are


Re: Prompt a message if multiple rows are selected on a table field.

2012-03-16 Thread Raj
Thanks a lot for your prompt reply.
It worked like a charm.

On Mar 16, 1:18 pm, Grooms, Frederick W frederick.w.gro...@xo.com
wrote:
 Not sure about the prompt, but you could always just set the Single Row 
 Selection only option for the table to prevent it.

 Admin Tool - on the Advanced Display tab
 Dev Studio - Display - Row Selection attribute

 Fred







 -Original Message-
 From: Action Request System discussion list(ARSList) 
 [mailto:arsl...@arslist.org] On Behalf Of Raj
 Sent: Friday, March 16, 2012 3:14 PM
 To: arsl...@arslist.org
 Subject: Prompt a message if multiple rows are selected on a table field.

 Hello All,
 I would like to prompt a message if multiple rows on a table field is
 selected.
 Currently, this table field is on a display only form.
 I am trying to make sure that the User selects only one row to perform
 other actions in that display only form.
 Currently, when he selects Row - 1 and then Row-2 on that table field,
 then clicks on a button on that form, the additonal action which is
 being perfomed on table field acts only on the first row selected.
 Although, I know I can do a table loop(Active Link Guide) to make that
 action being performed on multiple rows, but at this point I would
 like to prompt a message.
 How can I do this?
 Please advise,
 Regards,
 Raj

 ___ 
 
 UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
 attend wwrug12www.wwrug12.comARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: Where the Answers Are