×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

web viewer frustrations

web viewer frustrations

web viewer frustrations

(OP)
We recently purchased a copy of FMP 8.5, to take advantage of the wev view capabilities. I had no problem with setting up the database and web viewer, but the lack of a browser Back button is frustrating. If I click on a link on the web page for a database entry, it goes to the new page. But if there is no back link on the new page, I can't get back where I was. Switching to another entry and back doesn't reset it. Anyone know a way to get it to go back to the programmed URL once you go to another webpage?

RE: web viewer frustrations

This can be done but you need to create your own back button.

Create a button and bind it to the SET WEB VIEWER script step (found under the Misc category)

Then enter the name of your web viewer object and choose the GO BACK option.

-Striker

RE: web viewer frustrations

(OP)
Thanks Striker,
That sounds pretty easy to do. I can't get to it till tomorrow, so I'll let you know then if I run into problems.
Jill

RE: web viewer frustrations

(OP)
I tried it, but I must be missing a step, because nothing happens when I click the button. The script just has the one step:
Set Web Viewer [Object Name: Databasename::Web_Address; Action: Reset]

Do I need something else?



RE: web viewer frustrations

A couple things:

1. You must name the web viewer object.  The ability to name objects is pretty new for Filemaker so you may have never done this before.  To name an object; while in the LAYOUT MODE pull down VIEW > OBJECT INFO (a small new dialog box should appear).  Now select your web viewer object.  Enter a name for the object, rember the name, and tab out of that dialog box.

2. Now open your script in the SET WEB VIEWER enter the name that you gave to the object in step 1.  Then assign the ACTION to GO BACK.

3. Create a button and bind it to your script.

That should do it.

-Striker

RE: web viewer frustrations

(OP)
You're right- I'm new to naming objects. I'll try this on Monday.

RE: web viewer frustrations

(OP)
Ah! That works beautifully! Thank you.

Now I have a related question for a different database. I'm planning to add the webviewer to this other database, and initially have all records go to the same website.
1) is there an easy way to fill in the URL field to all 5000+ records at once?

2) That URL is actually a page on the website that will have a list of links. When I click on a link, I would like to change the URL in the record to this new URL. Is there a way to do that? Obviously, I can't copy and paste, since it doesn't tell me what the URL of the link is.

RE: web viewer frustrations

Hello Jill,

I think I understand what you want to do and I believe that it is possible.

The first thing you need to do is create your web viewer and assign it your static web address.  In this example I will use 'http://www.filemaker.com/'.  Doing this will mean no matter what record you're on it will come up on Filemaker's home page.  You will want to ensure that the 'Allow interaction with Web Viewer content' box is checked.

Give the web viewer a name just like you did earlier.  In my example I'll use 'FM_Viewer'.  I assume that you have a field in your DB named something like 'URL' where you want to house the URL of pages that you visit.

Now create a script and in it place the 'Set Field' command with a syntax something like this:

Set Field [TableName::URL; GetLayoutObjectAttribute ("FM_Viewer"; "Source")]

What this does is set the field called 'URL' in the table called 'TableName' to the URL currently displayed in the object called 'FM_Viewer'.

When you run the script it should get the URL from the current page and place it into the URL field on the current record.

-Striker

RE: web viewer frustrations

(OP)
Thanks, Striker,
That sounds easy enough. I'm really glad I can do that. Then I'll only have to search through the whole list once for each record.It will be sooo much more convenient.
Jill

RE: web viewer frustrations

(OP)
OK, I finally got to it last night, and the first part works fine- all records open the search page I need.
But so far, nothing happens when I run the Set Field script. Could there be more to it? Does it need the "" ? I'll try again tonight and play around with it. If I can't figure it out, I'll write the exact script in here, and maybe you can debug it for me.Thanks,
Jill

RE: web viewer frustrations

(OP)
Here's the way the script looks now:
Set Field [Rose List::URL[GetLayoutObjectAttribute ("HMF"; "Source")]]

Rose List is the database. URL is the field I want the new web page to be listed in. HMF is the object name of the web viewer.

Nothing happens when I try to use it.
Jill

RE: web viewer frustrations

Hi Jill,

I had to re-read this thread to try to figure out exactly what you are trying to do.  When I read it for the second time the last bit of help that I offered doesn't seem to make sense to me anymore.  Could you restate exactly what you are trying to do once again so I can get me head around it?

Thanks!

-Striker

RE: web viewer frustrations

(OP)
Ok, now it's set up that the web viewer goes to a search page on a certain website. The search page has a link for most of my records. Once I go to the linked page for a record, I want to change the default webpage to the new one, just for that record. Or at least record what the webpage is into the URL field, where I think I can script a button that will take me to it.

(The original search page will also have 5000+ entries in an alphabetical list, and I don't want to have to scroll through it every time  I look at a record.)

Is that clearer?

RE: web viewer frustrations

(OP)
Do I take this lack of response to mean you still can't figure out what I want to do, or that you have not figured out how I need to script it?
Jill

RE: web viewer frustrations

Sorry Jill, I got tied up and haven't been back here in a while.  I'll try to get to this tonight but if anyone else has the answer feel fre to chime in.

PS. I'm never offended by others jumping in.

-Striker

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close