View Issue Details

IDProjectCategoryView StatusLast Update
0004027JEDI VCL00 JVCL Componentspublic2007-02-16 04:03
ReporterultimoAssigned Toobones 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
Product Version3.20 
Target VersionFixed in Version 
Summary0004027: JvDBGrid - CheckIfBooleanField
DescriptionOracle database with core labs component don't recognize none of datatype listed on EditWithBoolBox procedure.
Can you add ftFloat as a datatype for boolean field ?
Thanks
TagsNo tags attached.

Activities

ultimo

2006-12-21 05:12

reporter   ~0010469

CheckBox are designed on jvdbgrid ONLY if OnCheckIfBoolean event is assigned, also if event is empty

Informatix

2007-01-09 06:19

developer   ~0010556

Checkboxes are displayed and work even if OnCheckIfBoolean is not assigned or empty (I don't use this event in my apps).
I'm not sure to understand your problem with Oracle and Core Labs components. Both can handle integer and char types, so why do you want to use a float type ? That would be a bad DB design idea.
Example of creating a boolean data with Oracle:
CREATE TABLE BoolTable (MyBool CHAR(1) CHECK (MyBool IN ('Y', 'N')));

Fred

obones

2007-02-16 04:03

administrator   ~0010888

Use the event.

Issue History

Date Modified Username Field Change
2006-12-21 05:06 ultimo New Issue
2006-12-21 05:12 ultimo Note Added: 0010469
2007-01-09 06:19 Informatix Note Added: 0010556
2007-02-16 04:03 obones Status new => resolved
2007-02-16 04:03 obones Resolution open => no change required
2007-02-16 04:03 obones Assigned To => obones
2007-02-16 04:03 obones Note Added: 0010888