Oh, good.  This is another way to do it.  Thank you.  I'll try on Monday, when 
I'm next at work.Patti

      From: Buddy Walker <[email protected]>
 To: [email protected] 
 Sent: Thursday, September 29, 2016 1:50 PM
 Subject: RE: [RBASE-L] - Check boxes on reports
   
#yiv0439670439 #yiv0439670439 -- _filtered #yiv0439670439 
{font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv0439670439 
{panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv0439670439 
{font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;}#yiv0439670439 
#yiv0439670439 p.yiv0439670439MsoNormal, #yiv0439670439 
li.yiv0439670439MsoNormal, #yiv0439670439 div.yiv0439670439MsoNormal 
{margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv0439670439 a:link, 
#yiv0439670439 span.yiv0439670439MsoHyperlink 
{color:blue;text-decoration:underline;}#yiv0439670439 a:visited, #yiv0439670439 
span.yiv0439670439MsoHyperlinkFollowed 
{color:purple;text-decoration:underline;}#yiv0439670439 p 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv0439670439 
p.yiv0439670439msonormal0, #yiv0439670439 li.yiv0439670439msonormal0, 
#yiv0439670439 div.yiv0439670439msonormal0 
{margin-right:0in;margin-left:0in;font-size:12.0pt;}#yiv0439670439 
span.yiv0439670439EmailStyle19 {color:windowtext;}#yiv0439670439 
.yiv0439670439MsoChpDefault {font-size:10.0pt;} _filtered #yiv0439670439 
{margin:1.0in 1.0in 1.0in 1.0in;}#yiv0439670439 div.yiv0439670439WordSection1 
{}#yiv0439670439 Patti  I’ve used the variable checkboxes in the past and the 
way I had it working was on the on before generate detail band (assuming you 
have the check box in the detail band) create the if statements that will check 
the variable.     IF varName IS NULL THEN       PROPERTY chkboxComponetID 
CHECKED ‘FALSE’   ELSE      PROPERTY chkboxComponetID CHECKED ‘TRUE’  ENDIF  
Buddy    From: 'Patti Jakusz' via RBASE-L [mailto:[email protected]] 
Sent: Thursday, September 29, 2016 1:23 PM
To: RBASE-L Mailing List <[email protected]>; [email protected]
Subject: [RBASE-L] - Check boxes on reports  Hello,  I'm using check boxes for 
the first time on a report in Rbase 9.5 - both Database check boxes and 
Variable check boxes.  I was kind of expecting that if my database column or 
variable was null, the box would be blank and if it had data in it, there would 
be a checkmark in my checkbox.  But that doesn't seem to be happening - all I 
get are blank boxes.  Exactly what makes the checkmark appear in the box?  
Thanks,Patti-- 
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.

Reply via email to