Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formatting listbox from a cursor
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00177002
Message ID:
00177278
Views:
63
Hi Jamens,

>You have made reference several times to using a popup as a row source. I can see a number of interesting uses for suce a feature. Have you written an article about it, if not, how can I learn more about this feature?

There's actually not much to learn if you come from FoxPro 2.x. *s* Just define a popup in the Init of a combobox or listbox and set the RowSource and RowSourceType properties according. Try the following. Put a listbox onto a form an in its Init method write the following code:
Define Popup Junk
Define Bar 1 of Junk Prompt "10 point" Font "Arial",10 Style "I"
Define Bar 2 of Junk Prompt "24 point" Font "Arial",24 Style "B" Color ,RGB(0,255,0,255,255,255)
Define Bar 3 of Junk Prompt "48 point" Font "Arial",48 Color ,RGB(255,0,0,255,255,255)
This.RowSource = "Junk"
This.RowSourceType = 9
This.Height = 150
This.Width = 250
This.Requery
Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform