mallikai Posted August 12, 2002 Posted August 12, 2002 I have a multi platform, multi user database system which is menu driven... it has a file for phone messages, timesheets, purchase sheets, calendar, etc. the employees now want me to devise a back button so no matter where they are, they can press back and go back tot he layout they had just come from... The problem is that there are about 15 files with relationships....and I don't know where to begin to create a back button... thanks gary
SteveB Posted August 12, 2002 Posted August 12, 2002 If you have the Scriptology CD, there are some scripts to keep track of where you are including switching files. If you don't have the CD, try www.databasepros.com. and search for Foward & Back buttons.
falkaholic Posted August 13, 2002 Posted August 13, 2002 What I'd do (after checking out thoughs links) is the have a global field in every database that is set to which database the user came from, then using a script you can send them back to the right one after.
Jazz Posted August 19, 2002 Posted August 19, 2002 Check out the 'Jazz Stack' plugin at http://www.jazzmedia.com.au/shareware.html There is a go-back example provided for use on a single database file. First understand how the example works. Then modify the example so that rather than saving (pushing) just a record ID each time, you save (push) a combination like "dbname recordID". On retrieval (pop) you can separate both items using the 'Left Words' script step, and go to the correct dbname and then recordID. John
mborgens Posted August 19, 2002 Posted August 19, 2002 I have a back button that only is able to go back to the last layout. Is there a way to do multiple backs? mb
Todd Dignan Posted August 19, 2002 Posted August 19, 2002 Try This example. Download the attachment. Great for Multi User or single user with a Single interface Solutions. The way it works. When you click a nav button. It sets a global with the current layout Number. As you go the global keep track of the layout number you been to. With the last layout at the top. I use a calc field to grab the top number. The back button uses the go to layout by field, I use the calc field. Then it deletes the top number form the History field.
Keith M. Davie Posted August 23, 2002 Posted August 23, 2002 Thank you Todd, this is an interesting approach. FWIW, I noticed that Layout seemed to be stuck on one layout name. I went into Define Fields and set the calculation to Unstored, and the Layout field then displayed Layout6 or Layout3, etc. as appropriate.
Keith M. Davie Posted August 23, 2002 Posted August 23, 2002 And then I noticed that the global "history" is not to cleared when the application is quit, so anyone using this may want to include a script to be performed on opening: Clear [select, "history"] So that a previous history is not present which might confuse a client at opening.
Newbies bartinuk Posted August 23, 2002 Newbies Posted August 23, 2002 i have run into thois before when setting up a diary database and moving at a time. set up a script made up of as many 'last records' as you require then attach that to your button
Pupiweb Posted August 25, 2002 Posted August 25, 2002 Check this tip file: Mac http://www.buliga.it/TipFiles/Navigation.sit PC http://www.buliga.it/TipFiles/Navigation.zip
Recommended Posts
This topic is 8202 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