Symbolics (OpenInsight Specific)
At 08 MAR 1999 04:09:58PM S. Berger wrote:
I have a symbolic 'ED_TCONSENT_RSN' that is filled based on the value of 'ED_CONSENT_RSN' if I actually type the data into 'ED_CONSENT_RSN' the symbolic updates fine. But when I attempt to use the included code (see below) which SHOULD clear out the field, nothing happens. I have tried setting and losing focus on 'ED_CONSENT_RSN' but…no luck.
CASE consent=Y'
Set_Property('PROT_ACCESSION.ED_CONSENT_DT','ENABLED','1')
Set_Property('PROT_ACCESSION.ED_CONSENT_RSN','ENABLED','0')
Set_Property('PROT_ACCESSION.ED_TCONSENT_RSN','ENABLED','0')
Set_Property'PROT_ACCESSION.ED_CONSENT_RSN','TEXT',
) Set_Property'PROT_ACCESSION.ED_TCONSENT_RSN','TEXT',
)Set_Property('PROT_ACCESSION.ED_CONSENT_DT','FOCUS','1')
Send_Event('PROT_ACCESSION.ED_TCONSENT_RSN','CALCULATE')
Help
S
At 09 MAR 1999 12:55AM Don Bakke wrote:
Try using the DEFPROP property instead of TEXT.
dbakke@srpcs.com
At 09 MAR 1999 12:55PM S Berger wrote:
It's working. Thanks.