Yeti Posted November 13, 2000 Posted November 13, 2000 If I work on a record in the browse mode and then I switch to preview mode, it shows me the first record instead of the one I was working on. How can I change this? For the record: I use the tools in the toolbar to accomplish this. Is it advisable to get rid of this toolbar and let my users use buttons made by me? To control things even more? I'm not much of a dictator-type.....:-) ------------------ Yeti
Kurt Knippel Posted November 13, 2000 Posted November 13, 2000 quote: Originally posted by Yeti: If I work on a record in the browse mode and then I switch to preview mode, it shows me the first record instead of the one I was working on. How can I change this? For the record: I use the tools in the toolbar to accomplish this. Is it advisable to get rid of this toolbar and let my users use buttons made by me? To control things even more? The preview mode is looking at what will be printed, not what you were browsing. It will always take you to the first page. You would need to do some serious scripting to get to a specific page. Unless...If the kind of thing that you are preforming is specific to one record (like you are printing the record details or something) then you could do a Find All, an Omit, then Show Omitted. This will cause the found set to be the current record. Then previewing will only the current record. ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Yeti Posted November 17, 2000 Author Posted November 17, 2000 Captain! It is indeed the last option I'm looking for. I searched in my FM Bible, other FM Files and I understand what these three functions mean and do. But applying this into a working script is a whole different cookie..... I wonder if you, or anybody else could help me out on this. To recapulate: we just started using the Projectsfile I made, so there's not a lot of files in it. But due time this will grow... I'd like to make a button that enables the user to go to the preview mode from the record they're working in, in order to print this record. So it's for one specific record. TIA ------------------ Yeti
Kurt Knippel Posted November 18, 2000 Posted November 18, 2000 quote: Originally posted by Yeti: Captain! It is indeed the last option I'm looking for. I searched in my FM Bible, other FM Files and I understand what these three functions mean and do. But applying this into a working script is a whole different cookie..... Goto Layout [Printable Layout] Find All Omit Record Show Omitted Enter Preview Mode Print[] Goto Layout [browsing Layout] Enter Browse Mode ------------------ =-=-=-=-=-=-=-=-=-=-=-=-= Kurt Knippel Consultant Database Resources mailto:[email protected] http://www.database-resources.com =-=-=-=-=-=-=-=-=-=-=-=-=
Yeti Posted November 22, 2000 Author Posted November 22, 2000 Thanks! This works beautifully! ------------------ Yeti
Recommended Posts
This topic is 9019 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