Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build combo
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059401
Message ID:
01059488
Views:
11
>>hi all,
>>
>>would you help,idea
>>i build my combo fields via my table,
>>when i run myform at the first time i see another data form another table at my combo,if i exit
>>and run it second time i see my true table,
>>
>>thanks
>* Here is some sample code from a combo's init event
>
this.AddItem([00-Select all])
>this.AddItem([01-January])
>this.AddItem([02-February])
>this.AddItem([03-March])
>this.AddItem([04-April])
>this.AddItem([05-May])
>this.AddItem([06-June])
>this.AddItem([07-July])
>this.AddItem([08-August])
>this.AddItem([09-September])
>this.AddItem([10-October])
>this.AddItem([11-November])
>this.AddItem([12-December])
>this.Value=([00-Select all])
Terry,

Why not use meta-data for something like this?
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform