` Printed Icetips Article

Icetips Article



Par2: Disabling Edit In Place on the fly
2003-05-04 -- Ignacio Moreno
 
> If I have 3 column in EIP Browse, column1, column2 and Column3,
> Is it possible to Enable or Disable column2 At Run Time, based on what is
> entered at column1 ?
>
in the TakeEvent embed for column2, priority 1000 (before generated code):

IF YourConditionOnColumn1ToDisable = TRUE
    Return EditAction:Forward
END



Printed May 2, 2024, 8:15 am
This article has been viewed/printed 35114 times.