Lebans Calendar

  • Thread starter Thread starter Mike D
  • Start date Start date
M

Mike D

For whatever reason the calendar properties defaulted back
to the original state. When I change the properties it
works fine until I exit out of the form and come back in
it is back to the default.

Any idea how I can correct this?

Thanks
 
The Calendar custom props are saved as Custom Database props within your
MDB. Unless you are opening your MDB in read only mode they will be
saved each time they are updated.
What happens when you open and modify the Claendar props in the sample
MDB your downloaded?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Stephen,
Thanks for your quick response. The sample database works
fine. That really stumps me now.

The comment you made about read only mode - is that the
same as exclusive? If so, I do not have that checked. Is
there something else I should check?

Mike
 
Open up any of the code MonthCalendar code/class modules in your own
MDB. Select the Menu to Compile. are there any errors? Are you using DAO
not ADO?
What version of Access are you developing with? Are you using an MDB
versus an MDE?
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
It is compiled...no errors. I am using DAO, Access 97,
and ultimately MDE.

I did reopen your original database and realized that the
only thing that doesn't save is the calendar location
(specifically 'where user last dragged').

In my database it is the calendar location and show today
that doesn't save. Everything else I change stays.
 
Just to help Sensei with this I experimented as well.

Using Access 97 on the download sample file I could
not get the option 'Where user last dragged' to "stick"
as well. I've never used that before, but all the other
calendar locations props would save except that one.

Just thought I'd pass that on.
 
Back
Top