Jump to content
Server Maintenance This Week. ×

GetLayoutObjectAttribute "source" from webviewer


naio

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

Recommended Posts

I can't get this function to work, it returns empty even thought I have a web page loaded in the webviewer:

GetLayoutObjectAttribute ("webviewer"; "source")

According to FMA18 documentation I should be getting the URL of the webpage in "webviewer" but I don't.

The client machine runs FMA18 on MacOS Catalina, the file is hosted in FMS 17, MacOS Catalina.

Am I missing something?

 

Link to comment
Share on other sites

Well, for what I see, using GetLayoutObjectAttribute to get the URL displayed in a web viewer doesn't work if the web viewer has been modified using the 'Set Web Viewer' script step.

I think this should be specified in the GetLayoutObjectAttribute function documentation.

Link to comment
Share on other sites

I'm testing this in a FMS hosted file (details in my first post). One use case is

  1. Launch a search from a text field in Google
  2. Let the user find the right result, and open the destination page
  3. Capture the url displayed in webviewer and copy it to another text field

I can't make it work, it happens to me sometimes, I normally understand WHY, but not this time.😪

It just works randomly!

Edited by naio
Link to comment
Share on other sites

35 minutes ago, comment said:

How are you testing these things?

Script steps used:

Perform Google search: 

Set Web Viewer [Object Name: "wviewer"; URL: "http://www.google.es/search?" & "q=" & GetAsURLEncoded ( table::searchtext )]

When user clicks a button:

Set Field [table::URL; GetLayoutObjectAttribute ( "wviewer"; "source")]

 

Link to comment
Share on other sites

This topic is 1469 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.