Jump to content

bugrakorkmaz

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Everything posted by bugrakorkmaz

  1. Hello All, I am designing a software with Delphi 7 and I have forms on it. My forms are connected to my MSSQL Server 2005 tables over AdoConnections and AdoTables. On my form I have DBedits which are directly connected to a table in my database through DataSource. A ss of my From is below; As you can see I have DbDateTimepickers attachted on my form.What I am trying to do is; A ss of what I want ; I dont want to use Dbdatetimepickers.I want to seperate the date, the time and the schedule in to 3 parts.First section is to fillng the DATE second is the Schedule from the Schedule icon and the 3rd part is the time section. My questions: How could I separete the datetime value coming from my database in to 3 parts? When the user fills the required values into these 3 sections, when the user clicks on Ok/SAVE. How can I get those 3 values,combine and save to my database? I will appriciate your interest of helping me.. Thanks.
×
×
  • Create New...