Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkboxes and selecting all of them
Message
De
11/01/2000 16:41:02
 
 
À
11/01/2000 11:11:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00316165
Message ID:
00316496
Vues:
13
Jason:

Not certain about Active Web Pages, but on a regular VFP form,

thisform.SetAll("Value",.T., "Checkbox")

should "check" all checkboxes on the form. You should check in the help or Hacker's Guide for the exact syntax.

The 3rd parameter "Checkbox" MUST match the name of your checkbox. We sub-classed an mvCheckbox, so we have to use that "name" instead.

Barbara Paltiel (pardon my spelling), suggested this months or a year ago, when trying to set DynamicColors for getting the "row" on a grid to show the current one as highlighted instead of just the field in the selected column.

HTH
Mike
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform