.adp Crashes using Calendar Controls

C

CFW

I've used a variety of non-active x calendar controls available widely
as well as Microsoft's many times before. I'm assuming my current
problem is not BECAUSE it's a calendar control I'm using but something
to do with feeding a value back to a main form from another form (the
calendar control). I've tried three with the same "crash" results.

Basically, the calendar control (separate form from the calling form)
opens up, I pick the date, Calendar form's supposed to close and enter
the date on the main form. (The calendar control form is called when I
click a command button next to a date txt box on the main form.) The
same code, forms, and modules work in several previous .adp projects I
have. This one, however, crashes each time I close the calendar form
after choosing the date! I have NO idea why! Can someone offer a
suggestion? TIA.
 
B

Baz

CFW said:
I've used a variety of non-active x calendar controls available widely
as well as Microsoft's many times before. I'm assuming my current
problem is not BECAUSE it's a calendar control I'm using but something
to do with feeding a value back to a main form from another form (the
calendar control). I've tried three with the same "crash" results.

Basically, the calendar control (separate form from the calling form)
opens up, I pick the date, Calendar form's supposed to close and enter
the date on the main form. (The calendar control form is called when I
click a command button next to a date txt box on the main form.) The
same code, forms, and modules work in several previous .adp projects I
have. This one, however, crashes each time I close the calendar form
after choosing the date! I have NO idea why! Can someone offer a
suggestion? TIA.

I find that ADP's are very flakey during development, they regularly get
corrupted such that a certain operation crashes Access every time. In my
experience, creating a new project and importing all the objects from the
dodgy one invariably fixes it.
 
C

CFW

Thanks - and I did try that but still no good. This time it worked for
two or three edits and then began crashing. I'm at a loss.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top