Paul,

I realized what I had done in the past.
I had placed Checkbox - not a Variable Checkbox or a DB Checkbox on my 
detail line
and assigned it a componentid and marked it as checked. 

Then in my on before generate eep for the section 
IF vLineOOT = 'Y' THEN
PROPERTY LineOOT VISIBLE 'TRUE'
ELSE
PROPERTY LineOOT VISIBLE 'FALSE'
ENDIF

 Jan


-----Original Message-----
From: "Paul InterlockInfo" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Tue, 29 Jun 2010 17:41:08 -0400
Subject: [RBASE-L] - RE: Check Box


Is it possible to use a variable value in the expression used in ‘Before 
Generate Custom EEP on a ‘Detail’ line?  When using a ‘Db CheckBox.
 
 
 
Before Generate Custom EEP:
    IF v_Serial_Unique = '1' THEN
       PROPERTY myVarCheckBox1 CHECKED 'TRUE'
    ELSE
       PROPERTY myVarCheckBox1 CHECKED 'FALSE'
    ENDIF
 
The variable is text and is 1,2,3,4   (the reason for text is a long one, at 
first it is a integer way back.)
 
 
All my attempts have failed.  I tried tracing it and watching the values 
(all is displayed and looks good)but my thought are running out.  Any 
thoughts?
 
 
 
Sincerely,
Paul D 
www.SystemNets.com
 
"We cannot solve the problems we have created with the same rhinking that 
created them in the first place"  Albert Einstein

Reply via email to