sicSRT8 Posted October 1, 2009 Posted October 1, 2009 On my DB I set up an auto import script when the DB is opened. It imports about 36 tabs of data from excel into my inventory table so it takes a few seconds to load everything then refresh the items with less than 0, older than 10 days, etc. I wanted my DB to open to a specific layout used by everyone else without witnessing the import. My import was set to go to inventory then import. So basic thinking says take off go to inventory cause the script know where to put everything. So I took it off and now my app opens to the main user interface layout without showing the import taking place. But now I get an error for not having a relationship and the script is halted. When I replace goto inventory in the script its fixed. Is this normal and if so is there something I can do to speed up the import, cover it up and remain on the main layout?
bcooney Posted October 2, 2009 Posted October 2, 2009 You need to be on a layout based on a table occurrence for the destination table when you import. Until the import is done, the user will not have control.
Recommended Posts
This topic is 5531 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now