Thank you, Javier.
I have to play around with the Choose idea because I've never used it before.
Thank you for laying it all out for me. I think I understand.
Patti
From: Javier Valencia <[email protected]>
To: [email protected]
Sent: Monday, April 3, 2017 12:18 PM
Subject: RE: [RBASE-L] - Mark all that apply
#yiv7632432442 #yiv7632432442 -- _filtered #yiv7632432442
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv7632432442
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv7632432442
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv7632432442
{font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv7632432442
#yiv7632432442 p.yiv7632432442MsoNormal, #yiv7632432442
li.yiv7632432442MsoNormal, #yiv7632432442 div.yiv7632432442MsoNormal
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv7632432442 a:link,
#yiv7632432442 span.yiv7632432442MsoHyperlink
{color:blue;text-decoration:underline;}#yiv7632432442 a:visited, #yiv7632432442
span.yiv7632432442MsoHyperlinkFollowed
{color:purple;text-decoration:underline;}#yiv7632432442 p
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv7632432442
span.yiv7632432442EmailStyle18 {color:#1F497D;}#yiv7632432442
span.yiv7632432442SpellE {}#yiv7632432442 .yiv7632432442MsoChpDefault
{font-size:10.0pt;} _filtered #yiv7632432442 {margin:1.0in 1.0in 1.0in
1.0in;}#yiv7632432442 div.yiv7632432442WordSection1 {}#yiv7632432442 Patti,
You can use something like this:CHOOSE voptions FROM #LIST
+'1,2,3,4,5,6,7,8,9,10' +CHKBOX 10 +TITLE 'Select options...' CAPTION
'Available Options' +LINES 11 +OPTION Themenane Longhorn And it will allow you
to select as many options as you need up to 10 as indicated by CHKBOX and the
variable will contain the selected values separated by commas. You can build
the list of options at run time and use a variable instead of the list of
items; the option must be in a comma separated format like this: SET VAR vOne
TEXT = '1'SET VAR vTwo TEXT = '2'SET VAR vThree TEXT = '3'SET VAR vFour TEXT =
'4'SET VAR vList TEXT = (.vOne + ',' + .vTwo + ',' + .vThree + ',' +
.vFour)CHOOSE vOptions FROM #LIST .vList +CHKBOX 10 +TITLE 'Select options...'
CAPTION 'Available Options' +LINES 5 +OPTION Themenane Longhorn Lots of ways
to do what you want. Javier, Javier Valencia, PE14315 S. Twilight Ln.Olathe,
KS 66062Home: 913-397-9605Office: 913-829-0888Cell: 913-915-3137 From: 'Patti
Jakusz' via RBASE-L [mailto:[email protected]]
Sent: Monday, April 03, 2017 9:54 AM
To: [email protected]; RBASE-L; RBASE-L
Subject: [RBASE-L] - Mark all that apply Hello, Is there a form control I can
use for questions that have "Mark All That Apply" type answers? If I have a
question that has 10 possible answers, I've always created 10 columns and had
10 checkboxes on by form. But what I would be happy with is a text field that
gives me a column that looks something like:32,6,7,101,8etc. I don't really
want to spend a lot of time doing it. Most of the time, I don't even use this
data for anything other than passing though to our funding source. I have
dozens of these things and hate creating hundreds of columns for nothing.
Thank you. --
You received this message because you are subscribed to the Google Groups
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.--
You received this message because you are subscribed to the Google Groups
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.