P
Paul
Hi Folks
I have created a macro which is being used on the "On Exit" event of a
object on a tabular form. The macro has a number of conditions with an action
on each condition that changes the visibility of a different object of the
form.
Condition : Action : Item : Expression
[roomid] = 1 : setvalue : [familyroom]. visible : No
[roomid] = 2 : setvalue : [familyroom]. visible : Yes
However, when I change the value of a record on the tabular form, which
makes the object invisible then it affects all the records on the form
including those which should still be visible. How can I get the macro to act
on the current record without affecting other records which are also present
Any help would be gratefully received. I've not not used Macro's a great deal
Thanks
Paul
I have created a macro which is being used on the "On Exit" event of a
object on a tabular form. The macro has a number of conditions with an action
on each condition that changes the visibility of a different object of the
form.
Condition : Action : Item : Expression
[roomid] = 1 : setvalue : [familyroom]. visible : No
[roomid] = 2 : setvalue : [familyroom]. visible : Yes
However, when I change the value of a record on the tabular form, which
makes the object invisible then it affects all the records on the form
including those which should still be visible. How can I get the macro to act
on the current record without affecting other records which are also present
Any help would be gratefully received. I've not not used Macro's a great deal
Thanks
Paul