Board index » cppbuilder » Database aware date-time picker

Database aware date-time picker


2006-08-16 09:47:27 PM
cppbuilder110
Has anyone created a date-time picker that can be placed on a TDBCtrlGrid?
 
 

Re:Database aware date-time picker

JVines wrote:
Quote
Has anyone created a date-time picker that can be placed on a TDBCtrlGrid?
Maybe, but not me. But why do you need one that is data aware? You
just need to send it a date and have it return a date, it's just that
you'll be sending the date from a cell and returning it to the cell on
click. You can use visible, enabled and positioning properties to
place it next to the cell when the user clicks on the cell and if you
want to neaten your code you could extend the TDBGrid to contain this
functionality.
Regards
Odd
 

Re:Database aware date-time picker

Hi,
Quote
Has anyone created a date-time picker that can be placed on a TDBCtrlGrid?
The TRzDBDateTimeEdit in Raize Components supports being placed on a
TDBCtrlGrid. You can find more information about Raize Components at
www.raize.com/DevTools/RzComps
Ray
 

{smallsort}