Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Incorrect values in comboboxes
Message
From
29/04/1999 02:20:43
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/04/1999 16:24:23
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00211679
Message ID:
00213330
Views:
33
>
>Hi Cetin,
>This is the properties of my combobox
>RowSourceType= 6
>RowSource = "myLookUpTable.field1"
>ControlSource = "myDataView.myField"
>
>I have a THISFORM.Refresh in my activate method of my page.
>
>Thanks!
Sorry for the delay. I meant using 6-fields might be dangerous if more than one object rely on that table (rec pointer movement). Instead I would use 3-SQL for Rowsourcetype and :
Rowsource = "select distinct field1 from mylookuptable into cursor crsCombo1"
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