Hi all
I want to leave a column inactive by default and according to a condition of the record activate it.
Code:
Object oNmNvedad_Unidades is a cWebColumn
Entry_Item NmNvedad.Unidades
Set psCaption to "Unidades"
Set piWidth to 80
Set pbResizable to False
Set pbEnabled to False
End_Object
I have tried with the following instruction
Code:
Set pbEnabled of oNmNvedad_Unidades to (NmCncpts.Semejanza="C")
In Refresh procedures, OnChangeCurrentRow but not working for me.
This method I have in WINDOWS without problems.
suggestions?
Edgar