developer extension :runtime standalone doesnt compile

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

aHello,
I create a simple database, and then i need to make it with the runtime
installer.
I get a setup file with my database. But when i load the "program" created,
it loads the run time environnement with : NOTHING : it 's just like access
but without controls ( that's ok as it's made just to enter data) but my
database form/table doesnt appear too ! ther is just nothing : just : close
database option..

im using acces 2007,developer extension+runtime. database is created with
access2007.
 
You need to "prepare" your application for use with the run-time.

You need to ensure that a start-up form has been created, and that there's a
way to ensure that you can navigate from one form to another (if
applicable). You also need to ensure that you've got good error handling in
the application.
 
Back
Top