Print Page | Close Window

Database Fields retrieve in Checkbox

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=607
Printed Date: 15-Mar-2025 at 11:47am


Topic: Database Fields retrieve in Checkbox
Posted By: Saravanan
Subject: Database Fields retrieve in Checkbox
Date Posted: 13-Dec-2007 at 1:09am
 hello sir,
 
how to database table  fields retrived to checkbox?
how to create dynamic checkbox?
 
 
 
 



Replies:
Posted By: davidklitzke
Date Posted: 13-Dec-2007 at 10:09pm
I am not sure what you are asking?  There is a tutorial named "Working with Checkboxes".  Does this answer any of your questions?


Posted By: HFloyd
Date Posted: 01-Aug-2008 at 4:20pm
Where is this tutorial "Working with Checkboxes" located? A Google search of the ideablade.com site didn't turn anything up...

What I am wondering is if I want to track boolean values in a database with a tinyint (not a bool), how can I get DevForce to put a checkbox on my form when using the "Autopopulate Controls" functionality?

Thanks!

Heather


Posted By: davidklitzke
Date Posted: 01-Aug-2008 at 4:44pm

Heather,

It is in theIntermediate Tutorials.  All you have to do is change the algorithm to substitute a tinyint for a string value.  Use the Custom Property for the CheckBox.
 
 
 
 



Print Page | Close Window