View Issue Details

IDProjectCategoryView StatusLast Update
0001986JEDI VCL04 Feature Requestpublic2004-08-24 10:21
ReportercpallAssigned Toremkobonte 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001986: TJvDBDateTimePicker - TDBCtrlGrid Usage
DescriptionI am a big fan of the TDBCtrlGrid, and many of the jVCL DB controls don't have this property set. Therefore they can't be used. I don't which ones will work properly, but I will post them as I use them. TJvDBDateTimePicker is my first candidate.

To make the control function on a tDBCtrlGrid, you need to add the following line to the constructor: (for TJvDBDateTimePicker this is line 110ish)

  ControlStyle := ControlStyle + [csReplicatable];

That is it!
TagsNo tags attached.

Activities

remkobonte

2004-08-24 10:21

developer   ~0005082

This is implemented in rev 1.21.

Note that besides including the csReplicatable flag in ControlStyle, you also have to implement the drawing of the control.

Issue History

Date Modified Username Field Change
2004-07-20 15:34 cpall New Issue
2004-08-24 10:21 remkobonte Status new => resolved
2004-08-24 10:21 remkobonte Resolution open => fixed
2004-08-24 10:21 remkobonte Assigned To => remkobonte
2004-08-24 10:21 remkobonte Note Added: 0005082