Problem with implementation pop-up calender in form

nrmarthi

Registered User.
Local time
Today, 09:00
Joined
Feb 13, 2006
Messages
47
Hello guys

Here i am again with another problem. I have date field in my table (MyDate) and used that in form. I downloaded PopupCalendar file, which, i saw here in this discussion forum.

i had implemented all properties of 'Text3' of "Frm Trial" form in popupCalendar.mdb. Now when i run 'zsformCalender' form, i am getting message

Compile Error:
Can't fine project or library

and the error is highlighting - intDayToday = DatePart("d", Date)

please help me howto resolve this problem

Thanks :)
 
Check the References ... there's something missing there...
 
hi

where shall i check?
 
Checking the references....

On the machine(s) where it's not working, open any code module (or open the
Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar. Examine
all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added. If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
 
when i open code and trying ctrl+G, the reference in tools is inactive. how can make it active selection
 
sorry guys i could able to trace reference activation, still my problem is not resolved :(
 
hello guys

I GOT IT

THANKS LOTT FOR SUPPORT ESPECIALLY MSTCYR
 

Users who are viewing this thread

Back
Top Bottom