Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in running form
Message
 
To
04/11/2005 13:00:51
Chandan Chakraborty
Bangiya Gramin Vikash Bank
Raiganj, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01065508
Message ID:
01065563
Views:
16
>yes I have used the command in commandgroup.
>
>By enable=.f., I want to disable other command buton in commandgroup. Please tell me what is the correct code.

Put this code in click event of command1 button
This.Parent.command2.Enabled = .f.
mdate=ctod("  /  /  ")
issue.text1.value=""
issue.text2.value=""
issue.text3.value=""
issue.text4.value=""
issue.text1.setfocus
issue.text1.value=mdate
Put this code in click event of command2 button
This.Parent.command1.Enabled = .f.
insert into chequett(date,acno,cheque,cheque1);
values(val(issue.text1.value),val(issue.text1.value),val(issue.text1.value),val(issue.text1.value))
....
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform