` Printed Icetips Article

Icetips Article



ABC: Conditionally disable EIP on a column
2002-03-19 -- Dennis E. Evans
 
Newsgroups: softvelocity.products.c55ee

Hi all,

"Tony York"  wrote in message

> I want to conditionally disable a column in a EIP browse. How do I go
> about it.

   In the GetEdit method,

   if ( Self.Column = where(BrwX.Q, BrwX.Q.Field) ) and (your condition)
     return false
  end


  Dennis



Printed May 8, 2024, 6:03 am
This article has been viewed/printed 35128 times.
Google search has resulted in 9 hits on this article since January 25, 2004.