Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formatting listbox from a cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00177002
Message ID:
00177278
Vues:
61
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform