Search found 7 matches

by Alantar
10 Dec 2012, 11:04
Forum: ExplorerTreeView 2.x
Topic: Showing expanded tree on an Access 2010 Form
Replies: 3
Views: 6909

Re: Showing expanded tree on an Access 2010 Form

I have the same Problem in Access 2007.

I tried using the HasExpando Parameter and the LineStyle but it didnt work. It seems the Control doesn't work on Access. I guess this is a problem with Access like with the DateTime Control.

Oliver
by Alantar
27 Aug 2012, 08:12
Forum: DateTimeControls
Topic: Calendar does not "throw" any events
Replies: 8
Views: 23466

Re: Calendar does not "throw" any events

I tried the control with Excel and it works perfectly. So the problem seems to be with Access. I know that Access handles the Forms a little different than Excel. The behaviour of Excel-Forms seems to be a lot closer to VB6 than what Access does. I will see if I can make do with some workarounds as ...
by Alantar
27 Aug 2012, 07:45
Forum: DateTimeControls
Topic: Calendar Control shows random dates as bold
Replies: 4
Views: 7944

Re: Calendar Control shows random dates as bold

It's sad that Access is so bad with COM-Controls, but it seems there is nothing your control can do about that. The idea of using a timer is really nice. I will try to implement that from the Access side. It wouldn't be the worst hack we have to do to make Access comply :) Thanks for the idea! Oliver
by Alantar
24 Aug 2012, 09:55
Forum: DateTimeControls
Topic: Calendar Control shows random dates as bold
Replies: 4
Views: 7944

Re: Calendar Control shows random dates as bold

If I could react to the GetBolddates-Event, I could reset the bold dates there every time. But see the problem in the other post...

We will get some Win7 machines here in the next weeks. I will try there if it works better and let you know.

Regards (and thanks for looking into this)
Oliver
by Alantar
24 Aug 2012, 09:52
Forum: DateTimeControls
Topic: Calendar does not "throw" any events
Replies: 8
Views: 23466

Re: Calendar does not "throw" any events

I did some more tests. I did try enabling all events. I also tried the ANSI and Unicode versions of the controls. There is no difference. The Events I want are not listed in the enumerations to disable events anyway. I would like to react to "GetBoldDates" and "SelectionChanged"....
by Alantar
23 Aug 2012, 16:30
Forum: DateTimeControls
Topic: Calendar Control shows random dates as bold
Replies: 4
Views: 7944

Calendar Control shows random dates as bold

Hi Timo Very nice work on your controls. We are just evaluating them for use in our project and I started with the Calendar Control. I'm on Windows XP SP3 and Access 2007 SP2 The Calendar Control shows up on my forms and can be read and written to (.Value). But after each opening of the form, random...
by Alantar
23 Aug 2012, 16:26
Forum: DateTimeControls
Topic: Calendar does not "throw" any events
Replies: 8
Views: 23466

Re: Calendar does not "throw" any events

Hmm, I get the same behaviour here. No events get fired, neither for the control itself nor for an Object variable declared WithEvents.

I'm on Windows XP SP3, Access 2007 SP2.

Regards,
Oliver