Jump to content

from browse to preview


This topic is 8577 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

=-=-=-=-=-=-=-=-=-=-=-=-=

Link to comment
Share on other sites

This topic is 8577 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.