Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query HELP how to present unique result in textboxes in
Message
From
19/10/2005 10:40:58
 
 
To
19/10/2005 10:23:13
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01060041
Message ID:
01060273
Views:
14
Juan,

we give you tips, we don't write your code. :-) You must replace field1 with the name of your first field, and so on. Since we don't know the structure of your table and/or we don't want to know, we answer in more generic terms.

>""If you just want to store the values of the fields in textboxes:
>
>Select * from proyecto ;
> where tipomed = m.type_p and numero = m.numero ;
>Into cursor ResultSet
>
>thisfirm.text1.Value = ResultSet.Field1
>thisfirm.text2.Value = ResultSet.Field2
>etc.
>Is that what you want?""
>
>well...
>
>when i use I get this error:
>
>Variable 'FIELD1' is not found
>Variable 'FIELD2' is not found
>Alias 'RESULTSET' is not found
>
>:(
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform