Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql statement
Message
From
03/10/2001 13:12:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00563723
Message ID:
00563728
Views:
17
>Hi,
> I am trying to populate a combo box with 2 fields from a table. How do I the 2 fields into 2 records. Can I use sql statement and how ? thanks.
>sherry

Sherry,
You mean filed1 to first line, field2 to 2nd ? If so simpliest would be :
.AddItem(mytable.field1)
.AddItem(mytable.field2)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform