Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 3:31 am This article has been viewed 35230 times.
|
|