S
Sebastiaan
I have a 'transaction type' field which uses a drop down list. Depending on
which transaction type is chosen, I would like to lock certain fields, or
have them dissapear. For instance if the delivery type is delivery, I do not
want the supplier field to be accessible to whomever is inputting the data on
the form. I have tried using a macro with the condition
[transactiontype]="delivery"
and then in the Item
[supplier].[visible]
and in the expression I have written
no
One of the problems seems to be that the OnCurrent even property does not
appear when I go to the events property box.
How do I fix this?
Regards
Sebastiaan
which transaction type is chosen, I would like to lock certain fields, or
have them dissapear. For instance if the delivery type is delivery, I do not
want the supplier field to be accessible to whomever is inputting the data on
the form. I have tried using a macro with the condition
[transactiontype]="delivery"
and then in the Item
[supplier].[visible]
and in the expression I have written
no
One of the problems seems to be that the OnCurrent even property does not
appear when I go to the events property box.
How do I fix this?
Regards
Sebastiaan