` Printed Icetips Article

Icetips Article



Par2: Dynamically disabling Edit in Place
2005-07-22 -- Dennis Evans
 
> can any body know how to disable one or more colom in browse if we use 
> idit
> in place in my browse in run time. Example: I have col A,B,C AND COLOM D. 
> IF
> MY level user 1 i want disable colom A, IF mylevel user 2 i want to 
> disable
> colom B, C
> ANY BODY CAN HELP ME?? TANK'S FOR BEFORE


 EipManager,  InitControls method, before the parent call,

   get(self.eq, column  number)
   if (condition = disable)
     self.eq.control &= null
   else
     self.eq.control &= what ever eip instance you want
   end
   put(self.eq)



Printed May 1, 2024, 7:24 pm
This article has been viewed/printed 35119 times.