ReadOnly/Disabled checkboxes in QuoteForm

That was the trick. Thanks.

--- In vantage@yahoogroups.com, "bw2868bond" <bwalker@...> wrote:
>
> add within enabled changed event handler(s):
>
> If EpiCheckBox01.Enabled = True
> EpiCheckBox01.Enabled = False
> End If
>
> Regardles of how you set up the properties of the control, when the
> dataview is loaded the control inherits the enabled state of the
field -
> at least by my reckoning.
>
> bw
>
> --- In vantage@yahoogroups.com, "bob_hickshp" <bhicks@> wrote:
> >
> > Anybody have a "foolproof" way to disable checkboxes completely-
all-
> the-
> > time? I've added several QuoteDtl.CheckBoxXX fields to the Misc
> Charges
> > tab on the QuoteForm and can't find any way to keep them
disabled.
> Any
> > suggestions?
> >
>
Anybody have a "foolproof" way to disable checkboxes completely-all-the-
time? I've added several QuoteDtl.CheckBoxXX fields to the Misc Charges
tab on the QuoteForm and can't find any way to keep them disabled. Any
suggestions?
add within enabled changed event handler(s):

If EpiCheckBox01.Enabled = True
EpiCheckBox01.Enabled = False
End If

Regardles of how you set up the properties of the control, when the
dataview is loaded the control inherits the enabled state of the field -
at least by my reckoning.

bw

--- In vantage@yahoogroups.com, "bob_hickshp" <bhicks@...> wrote:
>
> Anybody have a "foolproof" way to disable checkboxes completely-all-
the-
> time? I've added several QuoteDtl.CheckBoxXX fields to the Misc
Charges
> tab on the QuoteForm and can't find any way to keep them disabled.
Any
> suggestions?
>