Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid with checkboxes
Message
De
16/04/2012 10:36:48
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Database:
Visual FoxPro
Divers
Thread ID:
01541643
Message ID:
01541652
Vues:
44
Poifeckt!

had it on column1, but not column2

thanks muchly

>
>Column.Sparse = .F.
>
>>
>>Ok, decided to do the whole checkbox in a grid thing. And then the customer decides they want a 'Yes' and a 'No' Checkbox. Ok, says I, no problem; so of COURSE there's a problem.
>>
>>I'm defining the grid in the Load of the Form with AddObject(), and defining the checkboxes as follows:
>>
>>
>>      .Top = 47
>>      .Left = 17
>>      .Height = 17
>>      .Width = 60
>>      .FontSize = 10
>>      .Picture = "Uncheck.bmp"
>>      .DownPicture = "check.bmp"
>>      .Alignment = 0
>>      .Caption = ""
>>      .Style = 1
>>      .BackColor = Rgb(212,208,200)
>>      .ReadOnly = .F.
>>      .Name = "Check1"
>>
>>
>>The first checkbox show up just fine and dandy. The second shows only on the current row and as soon as you move off that row, the checkbox disappears. What am I doing wrong?
>>
>>Thanks
>>D
"You don't manage people. You manage things - people you lead" Adm. Grace Hopper
Pflugerville, between a Rock and a Weird Place
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform