Re: Unchecked checkbox windows form



Ralph:

Open your form in design view. Right click your dataset and View Schema.
Find the table in question and select the field in question. It's type is
probably Boolean if the field is of type Bit in your DB. Go to the property
inspector and under the category Misc, place a 0 in the setting for Default.
This will pass a 0 to your proc and will set the value to False in your DB
when a new record is added and the checkbox in unchecked.

HTH

Bob


.



Relevant Pages

  • Re: Checkbox
    ... > If I click on End, tehn go fourth with checking the checkbox, no error ... >> box's title bar says Form - not Section, ... >> design view window, at the junction of the vertical and horizontal ...
    (microsoft.public.access.forms)
  • Re: Checkbox
    ... If I click on End, tehn go fourth with checking the checkbox, no error comes ... > in design view, when you open the Properties box, make sure the Properties ... >> I cannot locate OnCurrent event procedure. ... >>> hth ...
    (microsoft.public.access.forms)
  • Re: Unchecked checkbox windows form
    ... Open your form in design view. ... Right click your dataset and View Schema. ... when a new record is added and the checkbox in unchecked. ... HTH ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: multiple cascade paths
    ... You should not have them if your schema is designed properly. ... make you understand that I tried to show that a proper design can have ... am a SQL Server MVP, for crying out loud - you can safely assume that I ...
    (comp.databases.ms-sqlserver)
  • Re: WinQCad vs. EagleCAD
    ... just because I once copied a voltage regulator out of a design which aparently was made by some third party with a cracked version." ... quote "This evil schema part creaped into quite some of my designs with which the only option I have now is to recapture their schemas from scratch!" ... rightful owner UNLESS you could have suspected you bought stolen goods ... AFAIK in pretty much any other Western country you'd be required to hand over the stolen goods. ...
    (sci.electronics.design)

Loading