Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem in running form
Message
 
To
07/11/2005 12:32:01
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:
01066324
Views:
18
This message has been marked as the solution to the initial question of the thread.
>Thanks Vladimir. I have solved this problem.Now I am putting to you another two questin.
>In a form Label1=acno ,label2=name.And have text1,text2 corresponding text. I want to automatically put Name in the Text2. In prg we use this type of code:
>
>mno=0
>@10,12 say "acno" get mno
>read
>use mbal
>index on acno to mn
>seek mno
>if found()
>@14,12 say name
>endif
>
>
>mbal.dbf has acno and name unique. How I can have same in a form?
>
>Chandan
mno=0
@10,12 say "acno" get mno
read
use mbal
index on acno to mn
seek mno
if found()
   @14,12 say name
   ThisForm.Text2.Value = mbal.Name
endif
_______________________________________________________________
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
Reply
Map
View

Click here to load this message in the networking platform