o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Help on Date/Time Picker.. -

Hi, I have 3 textboxes and a date/time picker. I need help on something, basically there is a date in the first textbox and the second and third textboxes are empty.

When the user selects a date it gets inserted into the second textbox, and in the third textbox there is a date 7days on from the date in the second textbox, however in the first textbox there is already a date. The user must select a date which is equal to or after the date in the first textbox, is that possible? I would prefer a message box to appear if the date is not equal to or greater.

Any help or suggestions please?

(I have the second and third textbox working as the correct dates get inserted but how would I validate that date for it to be after the date in the first textbox)

 

Date Time Picker -
Has anyone found a good date time picker? I looked at some company's web sites and I didn't found any. The maskedit control (VB6) is giving me a lot of problem and the date time picker from VB6 is not the control I need neither. I'd need a date control that works well and is som


DateTime picker format -
Hi. I am using a datetime picker for mobile device (.NET CF 2.0) but I guess the same thing can be done on the full framework .NET 2.0 I have made a customformat on this datetime picker to show me the date and time together: dd/MM/yyyy HH:MM:ss when it comes to binding values


A quick date Picker Question. -
Hello In my VB6 program I have a text box that is populated by a date picker. When the form loads the date picker is set to Now. On the change event, of the date picker, I let the text box = date picker.value, however if the user clicks on todays date within the picker, which


Date Picker Problm -
Hi All I'm facing a problem with datepicker I've got a form with a date picker control on it and aslo a timer control. when I select a date in the date picker control the validations fire correctly. But when I drop down the date picker control and click on the month arrow it k


Date Time Picker in Datagrids -
Anyone know how to add a date time picker to a datagrid. I have 3 columns in my datagrid, I would like one of them to be datetime picker. Is this possible? I know you can add a boolean and a textbox, anyone tried adding a date time picker? Any help appreciated


Date Time Picker >> fuction to calculate a specific date -
I have two Date Time Picker controls. What needs to happen is when user selects a date in DTPicker1 then a date 7 months later, on the following tuesday is displayed in DTPicker2. Any help with this would be great.


[2005] Date Time Picker -
hey all im new here but anyway.. my main problem is that i'm tryin hard to do my VB project for school. im okay with most of the VB stuff except that.. i need help with programmin the date time picker. basically my project is a Airline Ticketing program and the design is that i have a


Date Time Picker is not picking properly! -
I have set the format of Date Time Picker to Custom - dd/MM/yyyy In Control Panel/Regional Settings, the short date format is set to dd/MM/yyyy. When I select a date from the Date Time Picker, even though i see the required format, in queries the format - MM/dd/yyyy is considered.


Date Time Picker validation -
hi guys. Just want to ask how do i make my program and check if the Date Time Picker date is a saturday? I don't think that i need to enter all the saturday date and check if it is satuday or not. There must be some code that checks the date time picker current date is Saturday or n


diplay no date in the date time picker -
anyone know how to display no date or have the date time picker come up with no date in it when starting up a program. My program comes up with fields displayed but blank and disabled. I would like to use the time picker and have the field come up disabled and blank. Any ideas??????


Date Time Picker control -
Hello everybody Is the Date Time Picker control data aware? By this I mean : Can I have the DATE read off a DATE field from a database table? thx, in advance George Papadopoulos


[02/03] Date Time Picker format -
An embarassing but annoying question, how do I change the format of my date time picker from date to date and time? I set the Format to custom and set the CustomFormat to "dd/MM/yyyy hh:mm" but still it defaults to todays date and 12:00 as the time. Thanks in advance


Checking date problem!!! -
I have 2 date time picker for the date and 2 date time picker for the time. we name those date time pickers as departureDate, arrivalDate, DepartureTime, and ArrivalTime. What is the code to check if the user enter the valid departureDate and arrivalDate? What I mean is there is no


How to lock a Date Picker -
I have found that one of the programs I inherited is letting the user change the date in a date picker that is being loaded correctly when the program initializes. In short, it should have never been a date picker in the first place. I really don't want to redesign the form, not to m


Formatting Date Picker to 24 hour format -
Hello All I am stuck in a problem I have placed the date picker and changed the format to 2-dtpTime. Now it is showing 12:00:00AM.I want to set the date picker to show time in 24 hour format.Please tell me how do i do this? Thanks in advance Regards


saving dates to ms access questoin -
Hi guys!! Im using date time picker(format = short) to select a date and i want to store the date into my MS access Date Field(Data Type = Date/TIme). When i tried to save it, there is an error saving the date field. I don't know why buy i think the problem is the date time picker c


Commit edit to Date Time Picker control (RESOLVED) -
Hello everybody I have a Date Time picker control on my form. The problem is that, sometimes a user may choose to edit only the day and not the month. So after he/she edits the day, and without moving on to the month component, he/she can press a button on the toolbar which attemp


Help on Date/Time Picker.. -
Hi, I have 3 textboxes and a date/time picker. I need help on something, basically there is a date in the first textbox and the second and third textboxes are empty. When the user selects a date it gets inserted into the second textbox, and in the third textbox there is a date 7day


How is an OCX carried into the compiled code. -
We are using the MSCOMCT2 date picker in our program. About a month ago we sent out an update and it bombed on every target computer. We narrowed it down to the date picker. If a form has a date picker on it, it will throw a 50003 error when it loads. The question is: Does an exe


[2005] [date time picker for asp.net] -
Hi Friends, i want to use datetime picker for my asp.net page .. anyone know the web site for free download of datetime picker.. Thanks & Regards manju


Date Picker/Month View Tandem -
Here is a question that I'm sure is easy to answer, but I can't figure it out. Anyway I have a month view calendar and an up/down date picker on a form. I want them to work in tandem. When the month view date is selected it will change the date picker date. And visea-versa, when


How to get a date and time picker to display current date -
hello! how would i get my data and time picker to display the current date when my form is opened? and i also need to grey out any dates that have passed so they can not be selected! cheers! iain


Date Time Picker Problem -
If the user selects Any day via a date time picker, is there a way to display the day previous to that. For instance, on form_Load, if the following code was used: dim temp as date temp = DateTimePicker1.Value.Date Can i do something like: temp = temp - 1 msgBox(temp)


Tab Controls and Option group help -
Database: MS Access 2003 I have a tab control on a form. There are three tabs. In one of the tabs I have an Option Group control. I placed a Text box inside the option control by selecting it from the toolbar and then clicking inside the option group control. No problem at this


Date Picker Control -
I understand that it is called the Date Picker, but does it not have an option to select the time? If not is there another object that would allow you to select the time? Something similar to the one used when you setted the System clock in MS Windows.


Easy date/time picker question -
Hi, When my form loads the date time picker states the day as 12 April 2008, however is it possible to change this to 12/04/2008? Thanks


Date and Time Picker -
I am creating an application that I want to use a calendar in. I found Date and Time picker in the help files but I cannot find any instructions on how to load it or where to find it.


[2005] Querying A Table -
Hi, i'm using the date picker to try and allow the user to select two dates and the let them run a table query to find all the records between the two dates. I got the date picker outputing the strings date1 & date2 and these are getting displayed in text boxes. 1.) How do i


Error using date picker - looking for fix -
Hello, I am using the date picker control that comes with the Microsoft common controls (mscomct2.ocx version 6.0.88.4 ) in VB 6.0. The error I am having is this. I have connected the date pickers up via ADO and am running SQL queries on my data. Everything works fine. Except when


validating a date picker in vb6.0 -
Hallo guys, I'm still knew in vb and would like to know how to validate a date picker. For example I have a date picker in one of my forms and would like it not to allow the user to choose a date before last year. A typical example I'd not want the user to choose 18


handling date picker values -
this date picker is bugging me a lot .i have two date pickers dt1 dt2.when user selects a date in dt1 the day value in dt2 should increase by 15 days . i tried something like dt2.day = dt1.day + 30 the msdn help was too complex for me to understand suggestions plz...


Datetime Picker checkbox problem -
When form loads i set the value of datetimepicker to a date value which i extract from thr database. But what i want to do is that i want uncheck the box of the date time picker so that the user itself selects it. if the user doesnot selects it then it means he doesnt want to set that


Date and Time Picker Control!!!! -
I am using the Windows Date and Time Control in my ASP pages. When I return to a page containing the dtpicker, I get the following error: An error occurrd in call to the windows Date and Time Picker Control. Here is the line of code where the error appears: FORM1.DtPicker1.val


dt picker how you get it to display nothing -
How do i get the date time picker to display no date or a 00/00/00 or something; that format is kind of bad due to the fact the 2000 is displayed as 00. I just want the box to appear blank when the user first opens the program thanks!!!


[03] Databinding with datetime picker -
Hi all Am trying to databind a date field from SQL Server(smalldatetime) to a date time picker in Vb form..... dpStatusDate.DataBindings.Add("Value", m_EmpDT, "PplDate") There is no values in the database just now for the date field, am getting a DBNull err


[Access 2k] MS Date time picker should I -
Hi, I am building an app in 2k and i was about to use the Date time picker. i was wondering if anyone has used it in muti user enviroment and if it was a success ? i usual just allow free hand entry of dates an validate using code i was hoping that the DTpicker will reduce the amou


How to call date time picker -
Hi all, How can I make date time picker visiable when the checkbox is checked? I tried datatimepicker = true. (but it's not correct) "datetimepicker" that is what I saw from "MSDN search" Thank you


Problem with date picker -
hi, in my application i am seeting the datepicker value in the form load as dtpDate = now and the format of date picker is custom format(MMMM,YYYY) i.e date picker displays as (may,2006 ) now my problem when the system date is 31(month end) and if i try to change the


Date picker format...please reply -
I am VB 6.0 developer i am facing problem with Date picker depending on the user format i want to configure the date picker Even i specify BRITISH format it takes american format DTpick.Value = Format(Format(Date, LCase(myDateFormat)), LCase(goLocale.DateFormat)) Fo


Missing Date Time Picker -
For some reason the computer on my laptop doesn't have a Date Time picker in VBA for Access 2002. I brought a project home from work to work on, and it wont work :/ Anyone know how I can add the DTPicker into Access? *edit* I also don't have a timer.. its not listed anyw