CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Working with Checkboxes in CCS?

Print topic Send  topic

Author Message
.
Posted: 09/06/2002, 8:41 AM

In a form with 2 checkboxes, I want to set it up so that if the first one is deselected, the second one is too.

In old CC, you could just do this in the Before Insert event:

if fldBlah = 0 then
fld Blah2 = 0
end if

Super easy. But I can't figure out how to do this in CCS!
.
Posted: 09/06/2002, 8:46 AM

Never mind. Figured it out...

If Staff.Active.Value = 0 then
Staff.TrackTime.Value = 0
end if

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.