Hi,
I have am using FromsV6 with an Oracle9i database. I have a check box that when clicked inserts a date into a date field. But I am having a few problems. When I load the form if the date field is null I want the check box to be unchecked. If a date exists in the field I want the check box to be checked? In Access you would set the value property, but the check box does not appear to have a value property? It has a value when checked and a value when unchecked, which I have set to Y and N respectively. Also I want this to run when the form loads, so I have chosen to put the code in a triger at the datablock level called when_new_form_instance? Is this the best approach, and does this trigger do what I expect it to do?
Kind Regards - Rob
I have am using FromsV6 with an Oracle9i database. I have a check box that when clicked inserts a date into a date field. But I am having a few problems. When I load the form if the date field is null I want the check box to be unchecked. If a date exists in the field I want the check box to be checked? In Access you would set the value property, but the check box does not appear to have a value property? It has a value when checked and a value when unchecked, which I have set to Y and N respectively. Also I want this to run when the form loads, so I have chosen to put the code in a triger at the datablock level called when_new_form_instance? Is this the best approach, and does this trigger do what I expect it to do?
Kind Regards - Rob