Home » Developer & Programmer » Forms » How to Hide a Button while Runtime (Oracle 6i, WindowsXP)
icon9.gif  How to Hide a Button while Runtime [message #549395] Fri, 30 March 2012 02:10 Go to next message
stalin4d
Messages: 226
Registered: May 2010
Location: Chennai, Tamil Nadu, Indi...
Senior Member
We have a Form for viewing some datas, now i need to create a new button and Hide that button while runtime for All Users except one user, how to set this option.

Addl.info: This Button should be displayed only for a single user login not for all the users using that form.

how to make this option?

Thanks in Advance...

Stanlee

[Updated on: Fri, 30 March 2012 02:13]

Report message to a moderator

Re: How to Hide a Button while Runtime [message #549397 is a reply to message #549395] Fri, 30 March 2012 02:45 Go to previous messageGo to next message
Littlefoot
Messages: 21813
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
if user <> 'ONE_USER' then
   set_item_property('button_name', displayed, property_false);
end if;
Re: How to Hide a Button while Runtime [message #549403 is a reply to message #549397] Fri, 30 March 2012 04:44 Go to previous message
stalin4d
Messages: 226
Registered: May 2010
Location: Chennai, Tamil Nadu, Indi...
Senior Member
Thank you littlefoot.
it works...
Previous Topic: sequence number to be diplayed in form
Next Topic: Java timeout connection Error
Goto Forum:
  


Current Time: Fri Jul 05 23:29:35 CDT 2024