Home » Developer & Programmer » Forms » Text box disable and enable
Text box disable and enable [message #231002] Fri, 13 April 2007 12:18 Go to next message
oracleproblem
Messages: 47
Registered: May 2006
Location: Dhaka
Member
Sir,
I have a form ,this form contains three textbox,
when this form run first, text box one only enable,
second and trird text box that time disable,
when i write anything first text box that time second text box will be
enable .same thing when i write anything second text box that time third text box will be enable


please help me with example.....urgent.
Masud(Dhaka,Bangladesh)
Re: Text box disable and enable [message #231049 is a reply to message #231002] Fri, 13 April 2007 15:13 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
I think you can try this.
At design time, enable only first text box.

In the when-validate-item of the first text box,
IF the values is not null then
enable the second text box using set_item_property
end if

In the when-validate-item of the second text box,
do the above process for third text box.

By
Vamsi
Re: Text box disable and enable [message #231301 is a reply to message #231002] Mon, 16 April 2007 05:42 Go to previous messageGo to next message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
oracleproblem wrote on Fri, 13 April 2007 19:18
please help me with example.....urgent.
What's the urgency? Did you start too late?

MHE
Re: Text box disable and enable [message #231489 is a reply to message #231002] Tue, 17 April 2007 04:59 Go to previous messageGo to next message
psix666
Messages: 51
Registered: April 2007
Location: Azerbaijan
Member

Here it is.
  • Attachment: enable.fmb
    (Size: 48.00KB, Downloaded 992 times)
Re: Text box disable and enable [message #232574 is a reply to message #231489] Sat, 21 April 2007 06:29 Go to previous message
oracleproblem
Messages: 47
Registered: May 2006
Location: Dhaka
Member
Hi,
thanks for your better solution.
Previous Topic: How can i create LOV
Next Topic: Parameters
Goto Forum:
  


Current Time: Mon Mar 10 05:23:50 CDT 2025