Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox (or grid)
Message
From
23/05/2001 16:44:40
 
 
To
23/05/2001 16:24:11
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00510593
Message ID:
00510603
Views:
13
SELECT auth.id,auth.organization, person.name ;
FROM auth ;
JOIN person on auth.id = person.id ;
WHERE auth.authtype = authtype.authtype ;
INTO CURSOR temp

Should give you the name field in the same cursor.

>SELECT auth.id,auth.organization FROM auth where auth.authtype = authtype.authtype INTO CURSOR temp
>
>This is what I have as of now in a listbox. I need help with how to link the auth.id to person.id to display person.name.
>
>Chuck
Thanks,
Dan Jurden
djurden@outlook.com
Previous
Reply
Map
View

Click here to load this message in the networking platform