Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

returning to found set

Featured Replies

Hi again,

This may be a very simple quesiton, but I can't figure it out. Is it possible to after finding a set of records and then updating a record in that set to return to the found set of records?

For example, you have a found set of 100 records, and you are currently browsing records 50 -75. You then select a record to get more detail using the Record link, then update that record. Is it then possible to return to the original found set of records and specifically records 50-75? If so, how?

Thanks.

For this situation I use frames. That is, I have a frame with the list of the found set and another frame with the details of the selected record. The same thing can be done using windows.

All the best.

Garry

Hi, i usually open a little Javascript window for this which shows the record detail. This leaves your original search page showing.

A HREF="javascript:openAWindow('[FMP-LinkRecID: format=record_detail.htm, layout=Layout1]','win2',375,300,0)"

You can also put a Java 'close' on the response page so the window just shuts when you've clicked the edit button.

This is also really useful to edit records showing in a portal if you specify the database as well and make it send a find to a link field.

This is really a work-around, but it looks like you meant it wink.gif

regards, Jeff

ps. this goes in the page head:

http://www.william-reed.net/zharca/javacode.htm

....but I was having trouble pasting it into this post

hey, I think there is another way..... you can store the "document.location" in a variable or in a cookie, and then, when you want go back to that found set, just replace again the document.location=to the variable or the cookie...

the correct grammar is:

"var founSet=self.location.href" this is a string with the full path of your current window.

Then, if you want to get back, just put that string as the location of your window.

self.location=foundSet;

hope it helps cool.gif

[ March 12, 2002, 05:53 AM: Message edited by: JamedData ]

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.