Calender/Date Calculation Question...
Hello All,Hope I state this in a way that makes clear what I'm trying to do. This is more of a pure programming question.Do any of you know an algorithm which will yield all the possible dates when the given criteria is, say, the second Tuesday of April?? In the example, I would need to know all the days in April which could be the second tuesday (5,6,7 - like that). I know there are seven of them. I know I can LOOK at all the possible April's and figure it out, but, now I'm trying to code it.Sidebar: Is Thanksgiving defined as the 4th thursday in November or what??This is for an Almanac program I'm working on.Thanx In Advance,->Noah
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Date From Calender
Dear Guys,
In a form, i want to pick a date from calender. User should not type any date, and that date to be stored in access field...
Please guide me !!
Calender Date Help Plz!!!
Hey guys,
I am currently working on a database with the ability to input dates with clicks on the built in calender.
There are rules which the program must abide by for this program when the user clicks on a date.
1. - an input date must be 7 days in advance
2 - an input date must also be within 2 months.
Here's my code for this feature:
VB Code:
Private Sub Calendar1_Click()datetxt.Text = Calendar1.Valuedate1 = datetxt.TextIf date1 < (date + 7) Then MsgBox "Please book at least 7 days in advance"If date1 > (date + 60) Then MsgBox "You cannot book more than 2 months in advance"End IfEnd If
However, the above code does not work!
NO matter where i click on the calender, the msgboxes never come up!!
Thanks for any help!!!
Date Format For Calender
hi folks,
How do i setup the format for the date when i invoking a VB calender instead of using the PC's default format? will it be only for the session or will it change my PC's default format as well?
Your kind help is appreciated.
regards
Calender Control - Date YES But Which Week ....
Hi there,
I'm trying to figure out if it is possible to use the Calender control and somehow when you click the date can also find the week of that date (say it's "date = week 32 of the 2006) just like in a dairy. If it has to be any other control fine, but I would prefer the Calender cntrol to work with.
Thanks aktell
Calender Control Current Date
Hello,
I have a Microsoft Calender control embedded in a form. I would like the control, when opened, to display the current date. Is there a way of setting the value of the calender control with the current date. Any help would be appreciated. Thanks,
Hellboy
Date/Time And Calender Question
I have an extraction routine that is run based on a start and stop date. I know how to set the current date to be the stop date however I would like to set the start date to be the last time an extraction was made plus 1 day......Can this be done?
Setting Calender Selection To Current Date
Hi All,
When I load up my calendar control at runtime, the date that is automatically selected is the date when I first created the project.
How can I set the selected date on the calendar to the current date?. Every method seems to be read-only.
Rgds
Ray
Display Date Range Based On Calender Week No
Hi guys,
I'm trying to think of a coding that will display the date range of a selected calender week no.
For example if the user selects week 32 on the calender, then the program should return the date range, 24/09/01 - 30/09/01.
Have anyone got any idea of how to do this. Pls guys... Help me...
Thanks a lot.
Excel Date Calculation - Uses Julian Date
I need an excel formula that converts a date in this format 2003/01/01 00:57:38:002
to the Year + the julian date/365
so for this example it would give 2003.0027
and for 2003/02/11 02:57:38:002 = 2003.1151
Calculation Of Age From Date Of Birth And Date Of Reaction
Greetings,
I'm relatively new to VBA, but have a basic knowledge of Microsoft Access.
I have the following properties:
- an "ADR entry form" with a bound "DOB" to table "Patient Details"
- a "ADR details" subform with "ADR entry form" wtih a bound "date of reaction" to table "ADR".
I would like to calculate an age using the "DOB" and "date of reaction"
ie age = "date of reaction" minus "DOB" (all in years)
Looking forward to some assistance.
Thanks.
Date Picker...Time And Hours Can Be Customised But Click Should Show Calender...
I am really thankful to thsi forum for timesly and accurate information...
I had developed an application where in user wnat the time in Hours (with am and pm e.g. 9 am, 1 pm , 4 pm etc)
I can customise the dtPicker that will show the Hours with am and pm with 'hh tt'
But when user clicks on DtPicker, its shows a clendar...can we show the click or any thing relevan to time ? and definitely not the calendar...which is irrelevant
with regards
Vikas Tahavale
Help With Date Calculation
I'm doing a system that is supposed to be updated manually every Saturday unless it's a holiday.
example, this December, Dec. 7, 14, 21 and 28 are Saturday.
I'm using a Date Picker and when the user clicks a date, the values are shown on a grid.
if the user chooses a date (e.g. weekday) where there are no values in the database, (IDate is primary key), naturally, the grid will return no rows.
here's what i'd like to do: if a user chooses Dec. 12, a msgbox will appear and say, "There is no record for this day, would you like to see Dec. 10 instead?".
I'll have to check the previous date closest to the one the user chose. Not exactly the closest (since Dec. 14 is closer to Dec. 12), but the previous week's closest. How do I do that?
I hope you understand my thread.
Thanks.
Date Calculation
I have an SQL statement that returns the week number using the DatePart function. Is their a way I can get the friday date of the week number it returns to me ?
Thanks in advance for any help !!
Date Calculation
Is there a simple way of calculating the last day of the month and displaying in MM/DD/YYYY format? There's a trick, it must also be able to account for year change as well.
for example: 1/10/2008 minus 1 month = 12/10/2008
What i need is the last day of the previous month.
Any thoughts are appreciated. "If I were to wake up with my head sewn to the carpet, I wouldn't be more surprised than I am right now."
Date Calculation
Hi all,
Please forgive the very basic question.
I want to be able to determine if a date stored in a text file is older than say 2.5 years
The text file contains only the date in the format DD/MM/YYYY
Can anyone suggest some code that would be able to calculate if this date is more than 2.5 years ago when compared to today's date?
Many thanks in advance
Date And Time Calculation
Hello guys,
I have a problem that I haven't been able to solve yet. I have a userform where is the start date and start time of the product, also end date and end time of the product.
For example:
Start
Label 1: 05.08.2006
Label 2: 15:45
End
Label 3: 07.08.2006
Label 4: 12:30
How could I calculate how many hours did the production took time by pressing Commandbutton.
Thank you in advance,
Laura
Date Time Calculation
Hi everyone,
I have 2 columns which both contain date times as follows:
start_date end_date
31/01/2004 23:00 31/01/2004 01:00
I want to add a day to the end date column if the time goes over midnight so the results become:
start_date end_date
31/01/2004 23:00 01/02/2004 01:00
Is there a quick way of doing this, as I have spent ages trying to work it out?
Thanks in advance
Date Calculation Problem
ive got a minor problem...
im making a hotel booking system (linked to a database) which automatically calculates the total fee by consideration of how long the clients stayed in the room for by multipling by Daily Hotel room Fee..
With my current code, everything is working fine, except when a Client Enters and Leaves the Hotel on the same day... the Application reads pstTotalDays as 0 (where i would like the TotalDays to read 1). Therefore and when its multipled by the varChargePerDay it reads as 0...
What code should insert to make totaldays read 1?
Heres my current code
Dim pstDateIn As Date
Dim pstDateOut As Date
Dim varTotalAmount As Currency
Dim varDeposit As Currency
Dim varChargePerDay As Currency
Dim varBalanceOwing As Currency
Dim pstTotalDays As Variant
varDeposit = Format(mrsBookings!DepositPaid, "Currency")
varChargePerDay = Format(mrsBookings!DailyRate, "Currency")
pstDateIn = Format(mrsBookings!datein, "dd/mmm/yy")
pstDateOut = Format(mrsBookings!dateOut, "dd/mmm/yy")
pstTotalDays = Int(pstDateOut - pstDateIn)
varTotalAmount = varChargePerDay * pstTotalDays
varBalanceOwing = varTotalAmount - varDeposit
Thanks for your help,
Spiz
Date Reccurence Calculation
Hi all!
I'm currently involved in a project where I must calculate the first date that fits into the specified reccurece pattern.
I had no problems calculating that date in case of a daily or simple weekly reccurece, but I have problems with this:
an event occurs on 3rd and last monday and wednesday (this may vary) in a month. How can I calculate the next appropriate date?
I would appreciate any suggestions.
Bostjan
Date Calculation Problem
Hi,
I am using the following formula and expecting it to give me the difference in YEARS, but what I am getting instead is 8776. I don't know what it means. may be it is giving me the answer in days but I want in years.
Is there a way to get the difference of 2 dates in years only.
Day_diff = DateDiff("y", ExDrDTPik(0).Value, Date)
Where ExDrDTPik(0).value = 12/28/1981 and ofcourse the Date is the sytem date which is 12/28/2005.
Thanks for all the help.
Date Calculation Not Working
VB Code:
Select Case frmMain.cboWriteData.Text Case "1 Year" intYear = intYear + 1 dtEndDate = intYear & intMonth & intDayEnd Select
I am aware I am using 2 lines to calculate the date when only one is nessecary.
Here is the problem. intYear = 2005. Then, when I add 1 to it of course the value is now 2006. The problem is that the year in dtEndDate = 2449!!!
dtEndDate is a "date" variable.
I'm sure it's a stupid error...what am I doing wrong?
Calculation Of Date And Time
Please let me know that how can i subtract date from date and time from time. Regarding time i want all the components of a time seprately i.e., Hours, Minutes, Seconds and Micro Seconds. Please give me a reply I shall be very thankful to you.
Date Calculation Problems
I have a Date value stored in Access db table as Data/time data type. Its in the form mm/dd/yy(04/15/03).
Then ill also have the current system Date.
I need to take this System Date and minus the DBDate and thus find the difference in terms of day. Therefore if the subtracting produces months or even years, i want to be able to convert them all to days.
So SystemDate(04/15/03) - DBdate(04/11/03) would give something like 4 days.
Need fast help on this.
Any input would be very much appreciated
Date Calculation Problem!
Ahh! Look!
Private Sub Command1_Click()
Label1.Caption = Date
If Date = 10 / 27 / 2 Then
Beep
End If
It doesnt calculate my zero's! The point is to check the date and if its 10/27/02 then it will beep..but when i run it..the date is all fine but no beep! then i go to the code and the zero disappears. How can I fix this?
Date Diff Calculation
I want to get in and out time for each emp for each day.
My data is somthing like this.
id seq Date Time tothrs
5058 1 6/30/2003 7:13:00 AM 713 null
5058 2 6/30/2003 0 0 null
5058 1 6/16/2003 7:02:00 AM 702 null
5058 2 6/16/2003 3:28:00 PM 1528 null
5058 1 6/17/2003 6:57:00 AM 657 null
5058 2 6/17/2003 3:30:00 PM 1530 null
5058 1 6/18/2003 7:20:00 AM 720 null
I want to update tothrs col with actual hrs for each employee on a single day from date col. for ex : on 6/17 i shoulg get 8 hrs in tothrs col. i am not sure how do i update each records for each diff employees.
Thanks for all your help
Ann
Error In Date Field Format And Calculation
I use Microsoft Access and DTPicker, listview, visual basic 6
I have 'Start_date' field and 'End_date' field, 'hari' field and 'peruntukan' field.
the start_date field, End_date field name are set as text in the table and it is define as date .
Both fields 'hari' field and 'peruntukan' field are set as number in the table.
The date in the 'Start date' field are calculate by adding the date selected in the DTPicker with the days value in the 'hari' field.For example
Date 12/05/2007 are selected in the DTPicker
Code:
DTPicker1.Format = dtpCustom
DTPicker1.CustomFormat = "dd/MM/yyyy"
The value in the hari field = -10 days
Then the date in the 'Start date' field are calculate and show 02/05/2007.
All value in the 'Start date' field name is ok and no problem.
I am facing a problem at this part.
The date in the 'end date' field are calculate by adding the date in the 'Start date' with the days value in the 'peruntukan' field.For example
Start date field = 02/05/2007
Code:
rec("start_date") = Format(newDate, "dd/MM/yyyy")
The value in the 'peruntukan' feld = 6
The the date in the 'End_date field are calculate and show 10/02/2007. It suppose to be 07/05/2007.
Code:
newDate1 = DateAdd("d", rec("peruntukan") - 1, rec("start_date"))
rec("end_date") = Format(newDate1, "dd/MM/yyyy")
.
When the form load, both 'start date' field and 'end date' field are automatically calculate base on the date in dt picker.
Code:
Private Sub Form_Load()
DTPicker1.Format = dtpCustom
DTPicker1.CustomFormat = "dd/MM/yyyy"
end sub.
Why I got the error calculation in End_date field and also its date format ?But not all value in the End_date field are error in its calculation and it date format, only certain record in the End_date field.
I attach the source code and have a look and test. I try to solve it on my own but still fail to find a solution.Here is source code in the listview
Code:
Public Sub AddLvItem()
On Error Resume Next
Dim newDate As Date
Dim newDate1 As Date
rec.MoveFirst
Do Until rec.EOF
If rec("hari") = "" Then
Set lvItem = lvJadual.ListItems.Add(, , "")
lvItem.ListSubItems.Add , , "" & rec("end_date")
lvItem.ListSubItems.Add , , "" & rec("peruntukan")
lvItem.ListSubItems.Add , , "" & rec("aktiviti")
lvItem.ListSubItems.Add , , "" & rec("sasaran")
lvItem.ListSubItems.Add , , "" & rec("jenisinput")
lvItem.ListSubItems.Add , , "" & rec("tindakan")
'lvItem.ListSubItems.Add , , "" & rec("hari")
'Isnull(rec("hari")) ialah test untuk tengo kalau nilai yang dibaca dpd field hari ialah null atau kosong
ElseIf IsNull(rec("hari")) Then
Set lvItem = lvJadual.ListItems.Add(, , "")
lvItem.ListSubItems.Add , , "" & rec("end_date")
lvItem.ListSubItems.Add , , "" & rec("peruntukan")
lvItem.ListSubItems.Add , , "" & rec("aktiviti")
lvItem.ListSubItems.Add , , "" & rec("sasaran")
lvItem.ListSubItems.Add , , "" & rec("jenisinput")
lvItem.ListSubItems.Add , , "" & rec("tindakan")
Else
newDate = DateAdd("d", rec("hari"), DTPicker1)
rec("start_date") = Format(newDate, "dd/MM/yyyy")
newDate1 = DateAdd("d", rec("peruntukan") - 1, rec("start_date"))
rec("end_date") = Format(newDate1, "dd/MM/yyyy")
Set lvItem = lvJadual.ListItems.Add(, , "" & Format(newDate, "dd/MM/yyyy"))
lvItem.ListSubItems.Add , , "" & rec("end_date")
lvItem.ListSubItems.Add , , "" & rec("peruntukan")
lvItem.ListSubItems.Add , , "" & rec("aktiviti")
lvItem.ListSubItems.Add , , "" & rec("sasaran")
lvItem.ListSubItems.Add , , "" & rec("jenisinput")
lvItem.ListSubItems.Add , , "" & rec("tindakan")
rec.Update
End If
rec.MoveNext
Loop
End Sub
Database Date Query And Balance Calculation
hi guys,
I hope this will be clear enough.
I have an assignment which requires to build a database *using MS Access* then make an interface using VB 6. This application is about properties which consist of many flats for rent. The database should include details of the properties, the flats and the tenants.
One of the required tasks is to make two queries. One for the properties *flat* which are vacant, and the other for tenants who have balance due. These two queries mean that I should have a field for the *rent ending date* for each flat *in the flat table* and a table for bills settled so that I can make a query to know which flat is currently vacant or will become vacant within 30 days. And also to know which tenant has due balance.
My question:
1) how can I make a query for the *flats that are vacant or will become vacant within 30 days*
2) how can I make a query for the *tenant who have balance due?*
Thank you all for ur cooperation in advace.
xDreamer
p.s. a zip file is attached containing my -poor designed- database and interface.
Data Bound Field Calculation And Restrict Decimal Places While Calculation In Code
Hi
I am working on a VB6 Windows application.
There are a lot of (40) numeric fields, the values for which I calculate in code but are not saved in database.
So is it possible to get the values calculated in a view (view could be reused in reports) while binding data. The values need to be recalculated in code on change of some other fields. So, what is a better approach. As we can't update the Bound textboxes in code, if the DataField property of the textbox is set, because the views are not updatable. Is there any better way of designing this.
Another Question is that i have the formula something like this for calculation:
txtTax.Text = txtCost.Text * Rate1/100
txtTotalAmt.text = txtCost.Text * rate2/100 + txtTax.Text
So the calculated value of Tax contains lot of decimal places. But i would like to have a precision of two decimal places, when its added to 2nd formula to calculate total amount. All the COnversion functions like Cdec, CSng , CDbl return lot of decimal places. So right now, i'm just formatting the tax value to
two decimal places and then adding to 2nd formula as shown below:
txtTax.Text = Format(txtTax.Text, "Fixed")
txtTotalAmt.text = format (txtCost.Text * rate2/100 + txtTax.Text,"Fixed")
Is this the right way for calculation or is there any other way of calculating to right precision?
Because using this method , if i'm again adding Total Amt with another similarly calculated value as shown below, it just appends them as string. eg. 100.00200.00
txtTotalAmt3.text = txtTotalAmt1.text + txtTotalAmt1.Text
So i used Val function:
txtTotalAmt3.text = val(txtTotalAmt1.text )+ val(txtTotalAmt1.Text ), which doesn't seems to be a good
approach.
Please help.
Thanks
Manual Calculation/auto Calculation
Hi
I'm using a set up where I use
CODE
With Application
.Calculation = xlManual
.MaxChange = 0.001
End With
ActiveWorkbook.PrecisionAsDisplayed = False
END CODE
to stop my sheets calculating until I want them to.(Its the same as going into Tools, Options and clicking on the calculation tab and setting it to manual.)
But is there a way to action this line of code only when this workbook is opened, and then to execute the reverse when it is closed eg
CODE
With Application
.Calculation = xlAutomatic
.MaxChange = 0.001
End With
ActiveWorkbook.PrecisionAsDisplayed = False
END CODE
This is because once I set it to manually calc it does the same for all subsequent work books I open meaning the autosums and other formula dont work on other workbooks unless I calculate (F9) them. The reason I only want this particular workbook to only calculate when asked is because it is so very very big with so very many functions on it and this speeds it up hugely as it keeps repeatedly calcing otherwise.
many thanks.
Be
A Calender For VB6
Hi
I'm looking for a calender for VB6 which can be quite large but within each box representing a day i'd like to put writing into it. Maybe similar to Outlook Calender - Month View.
Is there one around preferably free???
Thanks in advance
Calender
Im new to VB
what can the calendar control do?? can i put text in it or is it just used to see the date??
IE.. i want to use the calendar to so what appointments coming up is this possiable????
Calender
i'm new to the whole VB coding thing and was wondering if any 1 cud help me put a calender on my user form.
i'm using VB6 in win word
any fed bck wud be helpful
peace
~3~
Calender
Hi... Can anyone tell me how to create a small squarish calender on a user form with all the dates for user to choose when a user click on a combox ..for input of dates.Thanks!!
Calender
hey
alright, im developing a more complex calendar type program, the thing i have looked around for but couldnt really find is
1. what is the best way to make a form looking like a calendar? is there a specific way to do this, or am i going to need a ****load of picboxes/listboxes?
i would like to think VB has something i can use, and i know windows does and i could link it through windows, but i need a blank one i can fill up with different data, like the task schedular that everyone has on windows, but never uses. except i need it completely on its own to fill up with, for example, a class schedule for my semesters.
any ideas on the best way to do that?
hope i did not confuse...
Calender
Hi,
I am using a dialog box where the user needs to enter a date. Is there anyway of using windows calender. I know VB6 has this but as far as I know VB5 Enterprise doesn't have this.
Any ideas?
Calender
Is there anyone who know how Microsoft Calender Control works ??
Anyone who made a project including it who can send it to me ??
****'*****'*****'*****'*****
Thanks
andreas@sweden.com
Calender
Hi,
I am Making a Calender in vb6.i have one Combo box for months Displaying,one array contols (1 to 31),textbox for entering Month number.if user enterd a number between 1 to 12 the number of days display in controol array.i did every thing.but while enternig a number in text box the index of combo is not set to textbox value .if i enterd in text box value"2" the result must be display 1 to 28. But it Goes to march . i Dont know whats Wrong With my Code.u will Hope Responding .also i need help with combo box. during run time it must be show selected with blue color.
thanks
Code:
Private TotalMoths(1 To 12) As String
Private MonthStore As Integer
Private Monthsname(1 To 12) As String
Private MonthName As Integer
Private StartYear As Integer
Public Function Months()
TotalMoths(1) = "31"
TotalMoths(2) = "28"
TotalMoths(3) = "31"
TotalMoths(4) = "30"
TotalMoths(5) = "31"
TotalMoths(6) = "30"
TotalMoths(7) = "31"
TotalMoths(8) = "31"
TotalMoths(9) = "30"
TotalMoths(10) = "31"
TotalMoths(11) = "30"
TotalMoths(12) = "31"
End Function
Private Sub CmdOk_Click()
Dim i As Integer
On Error GoTo errorlable
Call Months
For i = 1 To TotalMoths(TxtMonth.Text)
CmdDays(i).Caption = i
Next i
Combo2.ListIndex = TxtMonth.Text
errorlable:
End Sub
Private Sub Combo2_Click()
Dim i, j As Integer
For i = 1 To Combo2.ListIndex
TxtMonth.Text = Combo2.ListIndex
Next i
Call Months
For i = 1 To TotalMoths(TxtMonth.Text)
CmdDays(i).Caption = ""
Next i
MonthStore = TxtMonth.Text
MonthStore = MonthStore + 1
TxtMonth.Text = MonthStore
For j = 1 To TotalMoths(Combo2.ListIndex + 1)
CmdDays(j).Caption = j
Next j
End Sub
Private Sub Command1_Click()
Dim NextMonth, i As Integer
Dim Years As Integer
MonthStore = TxtMonth.Text
For i = 1 To TotalMoths(TxtMonth.Text)
CmdDays(i).Caption = ""
Next i
MonthStore = TxtMonth.Text
MonthStore = MonthStore + 1
TxtMonth.Text = MonthStore
Call CmdOk_Click
Dim BackYear As Integer
Dim j As Integer
If TxtMonth.Text = "12" Then
MsgBox " Year " & StartYear & " Starts "
StartYear = StartYear + 1
TxtMonth.Text = "1"
txtStore.Text = ""
End If
txtStore.Text = StartYear
Combo2.ListIndex = TxtMonth.Text
End Sub
Private Sub Command2_Click()
Dim NextMonth, i As Integer
MonthStore = TxtMonth.Text
For i = 1 To TotalMoths(TxtMonth.Text)
CmdDays(i).Caption = ""
Next i
MonthStore = TxtMonth.Text
MonthStore = MonthStore - 1
TxtMonth.Text = MonthStore
Call CmdOk_Click
End Sub
Public Function Monthsnames()
Monthsname(1) = "January"
Monthsname(2) = "February"
Monthsname(3) = "March"
Monthsname(4) = "April"
Monthsname(5) = "May"
Monthsname(6) = "June"
Monthsname(7) = "July"
Monthsname(8) = "Agust"
Monthsname(9) = "September"
Monthsname(10) = "October"
Monthsname(11) = "November"
Monthsname(12) = "December"
End Function
Private Sub Form_Load()
Combo2.Text = "January"
Combo2.AddItem "January"
Combo2.AddItem "February"
Combo2.AddItem "March"
Combo2.AddItem "April"
Combo2.AddItem "May"
Combo2.AddItem "June"
Combo2.AddItem "July"
Combo2.AddItem "Agust"
Combo2.AddItem "September"
Combo2.AddItem "October"
Combo2.AddItem "November"
Combo2.AddItem "Decmber"
StartYear = 2007
End Sub
Calender
I use Microsoft calender control 8.0
When i click the date in calender, it show me the activities.
So if i use tab, how to invisible the tab if i click at the calender date
Private Sub Cal1_Click()
Dim StartDate As String 'Declare variables.
Dim Day1, Day2, Day3, Day4 As Double
Dim SecondDate As Date
'day i have click at calender contol will plus this value and show in textbox of their activies
Day1 = 1
Day2 = 2
Day3 = 3
'Day4 = 4
'ca1 is my calender control name
StartDate = Cal1.Value
SecondDate = CDate(StartDate)
' activities will show here using textbox
Text1.Text = DateTime.DateAdd("d", Day1, SecondDate)
Text2.Text = DateTime.DateAdd("d", Day2, SecondDate)
Text3.Text = DateTime.DateAdd("d", Day3, SecondDate)
'Text4.Text = DateTime.DateAdd("d", Day4, SecondDate)
End Sub
Calender
i want to use small calender in vb form
OLE Calender - How To Use?
Has anyone got a fairly simple example of how to programme the OLE Calender control?
All I need is the ability to select the drop boxes and (possibly) the ability to select a date or range of dates.
Can anyone help?
MSDN has lots of examples for .NET but almost nothing for VB6...
J.
The human brain is still the best search-engine...
Calender
pls help me out I need help
I am making input form in which i need in input thre date
Is there any calender ocx i can use expect the
Microsoft Calender Control 8.0
it takes lot of space on the Form
I need something which will Drop Down One.. Pls Help....
CALENDER
HOW CAN I INCORPORATE CALENDER FUNCTIONS IN VB
CAN I DO IT USING ANY CONTROL? IF SO CAN U SPECIFY THE WEBSITE WHERE I CAN GET ENOUGH INFO ON HOW TO DO?
THANKS
SMITHA
smitha_verghese@yahoo.com
Calender Control
Hi,
Just wondering, I have VB6 and the calender control, which is fine but takes up too much room - is there one available that shows when you hit a combo button or something (like VB.Net)
Combo Box And Calender.
i need someone help.... actually, i got a problem to link combo box with calender.. few days ago, i found one complete system from planet source code.... the url is http://www.planet-source-code.com/vb...04211434300 9
please run the system, click on report and see the bottom of the system and u will see the "date combo box". when u click the combo box, the calender will pop-up. i want to do exactly same like that but i dont know how..... someone please tell me how can i do that on my new system... thanks for any help!!!
VB 6 Calender Function
Hey, Does anyone know how to use the calender function (from the components menu) cos I want to be able to select a date and have a memo attached to it somehow so when you click on the date a memo appears in a the text box.
Ta muchly
Q
Calender Object
Is there anyway of having a calender object on an Access from - the idea being to be able to select a date without having to type it in.
http://www.geocities.com/lemmie_1916/calender.jpg
perhaps something like the image above (taken from task scheduler)
any suggestions?
Calender Notes
I'm wondering if someone can help me get started. I want to write a program that will randomly input notes in a calender display. Take a look at your calender on the wall. Today it says "Labor Day" in the box for Sept. 6th. I want to add a note like "Labor Day" into a box.
I tried using the calender control: calender1.Value = "test" but I received an error - "object required".
|