Im trying to get the contents of a webpage put into a field in Filemaker pro 10. Does anybody know the code to do this in the scripmaker?
I have a field called URL that has the url I want and a filed called content, this is where the source html will go once FMP has grabbed the web page.
Thanks for reading.
Filemaker 10 is perfectly capable of exporting the web viewer contents for you.
Use the Object Viewer in layout mode to name your web viewer (I am using "YourWebViewerName" here) then you can snag the content of your webviewer using:
GetLayoutObjectAttribute("YourWebViewerObjectName";"Content")
Your scriptmaker step would look like:
Set Field [tablename::Content; GetLayoutObjectAttribute ("YourWebViewerObjectName"; "Content")]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With