Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checkboxes and selecting all of them
Message
From
11/01/2000 16:41:02
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00316165
Message ID:
00316496
Views:
14
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
Previous
Reply
Map
View

Click here to load this message in the networking platform