Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ludmart
  • Content: Threads
  • Order by date
  1. ludmart

    Merging all overlapping time periods in a table

    This is a simplified example of my actual table: CREATE TABLE TimePeriods( TimePeriodID int IDENTITY (1, 1) NOT NULL , StartDateTime datetime NOT NULL , EndDateTime datetime NOT NULL ) ON [PRIMARY] StartDateTime will always be less than EndDateTime. The table may contain...
  2. ludmart

    TDateTimePicker, Check Box when showing time.

    When I set a TDateTicker's Kind := dtkTime and ShowCheckBox := True, then, at runtime, if I select the hours, minutes or seconds, and try to increment or decrement it using the up-down control on the right, it only works once. It looks like the focus shifts to the checkbox. Any work-arounds for...
  3. ludmart

    I need a ComboBox with Height less than 19 pixels.

    I want to use a TComboBox as an in-place editor on another control. It needs a drop down list. Such a combobox does not allow me to set the height to less than 19. Is there a quick-fix for this, or will I have to create my own component.

Part and Inventory Search

Back
Top