Timers on Forms

  • Thread starter Thread starter CS
  • Start date Start date
C

CS

I have a form that when open I would like to be able to run another form at
a predetermined time every morning. I can get it to call outside for data at
a specific time (from an oracle database, using the Call bas function) but
just can not get it to open a form and run certain commands from a different
form. I know I must just be missing something obvious. I am a hacker when it
comes to programming, books being my main source of information. Any help
would be greatly appreciated.
 
CS said:
I have a form that when open I would like to be able to run another
form at a predetermined time every morning. I can get it to call
outside for data at a specific time (from an oracle database, using
the Call bas function) but just can not get it to open a form and run
certain commands from a different form. I know I must just be missing
something obvious. I am a hacker when it comes to programming, books
being my main source of information. Any help would be greatly
appreciated.

Just have the form being opened run its own code. That is much simpler. If you
need that form to sometimes behave differently then use the OpenArgs feature to
control what happens.
 

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

Back
Top