View Issue Details

IDProjectCategoryView StatusLast Update
0004298JEDI VCL00 JVCL Componentspublic2008-12-22 04:34
ReportermooreAssigned ToAHUser 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004298: Feature request DBTimeEdit
DescriptionIt was nice to introduce JvTimeEdit into JVCL Edits, I hope someone could introduce JvDBTimeEdit..
TagsNo tags attached.

Activities

AHUser

2007-11-30 12:41

developer   ~0014035

There is no need for a JvDBTimeEdit, because this is already implemented into TJvTimeEdit by the DataConnector property. Add a TJvDataSource to your form and assign it to the TJvTimeEdit.DataConnector.DataSource property.

moore

2008-01-11 05:46

reporter   ~0014142

Last edited: 2008-01-11 13:30

The problem is that TJvTimeEdit (or TJvIPAddress) cannot be used in a DBCtrlGrid with the DataConnector even if you assign a JvDatasource to the DBCtrlGrid, this grid accepts only DB aware controls..
Is there a way to have a TimeEdit (or other edits) with this grid?

I think there is a real need for at least TJvDBTimeEdit and TJvDBIPAddress..

obones

2008-07-23 07:24

administrator   ~0014443

Then please try to provide the sources for them

ZENsan

2008-11-03 08:41

reporter   ~0014963

There is no requirement for such component!
Use TJvDateTimePicker. Set TrimValue = False and then select Kind = tkTime:

object JvDBDateTimePicker1: TJvDBDateTimePicker
  Kind = dtkTime
  TrimValue = False
end

And then this control will work like a DBTimeEdit.

obones

2008-12-22 04:33

administrator   ~0015138

As ZENsan said, there is no need for it

Issue History

Date Modified Username Field Change
2007-11-29 20:25 moore New Issue
2007-11-30 12:41 AHUser Status new => resolved
2007-11-30 12:41 AHUser Fixed in Version => 3.33
2007-11-30 12:41 AHUser Resolution open => fixed
2007-11-30 12:41 AHUser Assigned To => AHUser
2007-11-30 12:41 AHUser Note Added: 0014035
2008-01-11 05:46 moore Status resolved => feedback
2008-01-11 05:46 moore Resolution fixed => reopened
2008-01-11 05:46 moore Note Added: 0014142
2008-01-11 13:30 moore Note Edited: 0014142
2008-07-23 07:24 obones Note Added: 0014443
2008-11-03 08:41 ZENsan Note Added: 0014963
2008-12-22 04:33 obones Note Added: 0015138
2008-12-22 04:33 obones Status feedback => resolved
2008-12-22 04:33 obones Fixed in Version 3.33 =>
2008-12-22 04:33 obones Resolution reopened => no change required