Runtime problems

  • Thread starter Daniel Pineault
  • Start date
D

Daniel Pineault

I have a form with a tab contorl on which it has numerous pages with numerous
subforms.

For some reason, hopefullty someone can explain to me, on one particular
page the subform appear for me fine (in normal mdb w/ full access). When I
run the db with the /Runtime command line switch, it still works fine.
However, when I place it on the network and run it using runtime the form
disappears? The area appears as a white rectangle with no controls,
scrollbars,....

Why? What am I missing?
 
D

Daniel Pineault

I added some code and now I get an error that the object referred to in the
code does not exist or is deleted (only when using runtime - it works fine on
a full version of access)
 
D

Daniel Pineault

To me, it really seems like a permissions issue, but I just can see the
problem. The form & underlying table, my group admins has full rights?

Let start over (make sure I'm not missing something), assuming I want to be
able to open a form and edit/input data what would the required perms. be?
 
D

Daniel Pineault

I understand that in some case there will be no records to display and thus
the subform will not display just be blank, but even when a goto a record
which I know has records, the subform remain blank.

I reviewed http://allenbrowne.com/casu-20.html but as far as I can tell none
of these conditions explain the current behavior.
 
D

Daniel Pineault

Here are all the details.

I had a db which was split and secured.

I had 2nd db which was not.

I imported a form and its subforms from the 2nd db into the 1st secured one.
I have checked the security and the permissions appear correct, but I still
believe they are at fault for the form not being displayed when deployed on
the network. I have recopied the security file which work on my local pc
onto the network but that has had no impact.

Anyone have an idea of what I am missing.
 
G

Golfinray

So sorry, I don't know anymore to tell you. I HAVE had that problem and got
it to go away by completely rebuilding the form. I hope you don't have to go
that far. By the way, your form is editable, right? You have the arrow and
asterisk at the bottom?
 
D

Daniel Pineault

It is sad to say, but I am at the point of having to redo my form and it is a
complicated one! I already did a fast test and it works, if I start
recreating it, so my problem has something to do with impoting the form
object(s) from the other db.
 

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