View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001986 | JEDI VCL | 04 Feature Request | public | 2004-07-20 15:34 | 2004-08-24 10:21 |
Reporter | cpall | Assigned To | remkobonte | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001986: TJvDBDateTimePicker - TDBCtrlGrid Usage | ||||
Description | I 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! | ||||
Tags | No tags attached. | ||||
|
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. |
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 |