Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
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)
Today is November 21, 2024, 8:40 am This article has been viewed 35226 times.
|
|