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.

Web Viewer

Everything you need to know about the Web Viewer

  1. Started by Peter Barfield,

    Hi Guys, I have a web viewer which is simply a clock. I have looked over the forum for the solution but can not seem to get my head around where to retrieve what I want which is - the current time sent to a variable.From what i can gather - you have to use a left, middle etc in a calc to return the value ( or thats what i am assuming) my issue is where and how?. Here is the detail inside my webViewer: "data:text/html, <html> <head> <script language='javascript' type='text/javascript'> function displayClock() { var digital = new Date(); var hours = digital.getHours(); var minutes = digital.getMinutes(); …

  2. Started by apinrise,

    I'm trying to incorporate a Set Time and Get Time component to my webviewer, which currently plays video. I want to be able to jump to certain times in the video, based on what we enter. So if a certain dialog starts at 3:04, we can click on that story and the video will skip ahead. Can't seem to get any form of script to work within the web viewer, but this is what I'm going for: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_av_prop_currenttime though a more advanced and ideal set-up would be this: https://www.developphp.com/video/JavaScript/Video-Player-Custom-Controls-Programming-Tutorial I'm having no luck with either. Any advice?

    • 0 replies
    • 1.2k views
  3. I'm using Filemaker to keep inventory of personal digital video including many on youtube. I store urls to youtube videos and launch them within FM's Web Viewer. When I advance from one FM record to another, the new url launches the different youtube video, however the audio from the previous record continues. Is this a bug? or should I be using a "clear" or "stop" command in a script that I'm not aware of.

    • 0 replies
    • 1.1k views
  4. I'm probably missing something obvious.... If I open the attached file in a webviewer, it works as expected. "file:/" & Get(DesktopPath) & "testpopup.html" However, if I copy the code from that file and paste it into a field codeHTML and then use the following webviewer calculation "data:text/html," & codeHTML, then the popups don't work. I'm on Filemaker Pro Advanced 13.0v3 on Mac OS X 10.10.5 The code will be changing dynamically so I'd rather not have to be exporting a temp file every time in order for popups to work. Any ideas? [p.s. the code allows you to create popups using CSS only, no Javascript. credit goes to Prakash Nakrani: http://www.seven…

    • 0 replies
    • 1.6k views
  5. Filemaker 13 Pro Advanced. Mac Yosemite. I'm pulling my hair out - maybe somebody can offer a suggestion before there is no more hair left. I can't for the life of me figure out how to script a click in a web page or a web viewer. I have tried all of the following: • Opening a web page outside of FM (in Safari) and trying to click in that window via: - AppleScript from w/i FM (get an Assistive Access error, even though I've allowed FM in Privacy & Security settings - Opening an Automator-created application via Send Event (can't choose the application) • Opening the same page in a Web Viewer and trying to click via the same methods above. Same problems. …

    • 0 replies
    • 1.3k views
  6. Hey All, I'm taking a stab at some custom controls and came across this example here: http://scarpettagroup.com/using-jquery-ui-filemaker-part-2/ I'm using this slider: http://jqueryui.com/slider/#steps It seems simple, but it's not rendering in my webviewer other than the title: "Donation amount ($50 increments):" Thanks!

    • 0 replies
    • 1.9k views
  7. Hello, I am trying to learn FM and at the same time build myself an ebook library tool that will scrape Amazon.com to pull data like title, author, rating, etc. -- based on the user (me!) submitting a book product ID -- which Amazon calls an "ASIN." I have searched online for a similar solution or template, but have only found bits and pieces of a solution so I am trying to build one myself -- and hopefully learn FM in the process. Here's what I have been able to accomplish so far. Don't laugh... 1) Create a field into which a user can enter an Amazon ASIN (like "B00FYW9VHC") 2) Use that data to generate an Amazon image URL (like ' alt='' class='ipsImage'…

      • Like
    • 10 replies
    • 6.5k views
  8. Started by Jalz,

    Hi Guys, I've wrote some javascript which works fine in internet explorer. When I run the script from my hosted server from the web viewer it fails. Does anyone know of any methods/ways I can use to capture whats happening in the console. The Mac version allows you to inspect the element and write to a log, however I'm really stuck with debugging the Windows version Thanks Jalz

    • 0 replies
    • 1.3k views
  9. Hi all I have a web viewer in a FMP database layout. All is functioning fine in the web viewer. Inside the web viewer I have a variable which is just a string of text. I can get this variable to print on screen in the web viewer so I am sure it is performing properly. However, I would like to now take this variable and its value and pass it back to FMP for use in a search script. I have fiddled around with the FMP URL, but I can not make it work. Currently, the variable name is "msg" and the url I am attempting to use looks like this: <a href="FMP://$/MyFMPdatabase/script=isolatesearch&param=msg&value=$msg"> The error it throws is this: "The file M…

  10. I currently have a web viewer that contains a google map. On this map I can draw a rectangle to select an area of the map. I collect the the latitude and longitude of the southwest corner and northeast corner into java variables. I am able to print these java variables on the web viewer. They look like this in the web viewer and are formatted in such a way as to be ready for a search range in FMP: NE: 43.02144735023339...43.06470481674727SW: -76.24412939453123...-76.07445532226564 I would like to collect each of these variables and pass them back to a FileMaker scrip which will perform a find on two fields. Is there a way to grab these two Variables from the web vi…

    • 3 replies
    • 1.7k views
  11. Started by Jalz,

    Hey Guys, Has anyone implemented a html WYSIWYG editor in FileMaker using javascript files stored inside of filemaker and not hosted on a server. I've implemented TinyMCE into the web viewer, however I'm hosting the tinyMCE files onto a server and then posting data to a PHP page which returns it back into FileMaker. I find this a little slow performance wise and I would rather try and get the fmp URL and post data directly back to FileMaker. Would be interested to hear thoughts, ideally need an editor where I can pick the database fields from a drop down. Ive looked at JQTE editor and thats too basic to use as you can't initialise fields to pick from.

    • 2 replies
    • 2.9k views
  12. Started by Drew Sanderson,

    I am using the web viewer to listen to .wav files. This works great 90% of the time. My inconsistency problem comes from URL encoding I believe. Actual file name: -CCSKD#W01568613.WAV I can navigate to this working url in safari: http://1.1.1.1/folder/-CCSKD%23W01568613.WAV This is the url I am setting the web viewer to: http://1.1.1.1/folder/-CCSKD%23W01568613.WAV This is what GetLayoutObjectAttribute ( "player" ; "source" ) shows: http://1.1.1.1/folder/-CCSKD%2523W01568613.WAV I know that a pound sign (#) is encoded only if a number character (0 through 9) follows it. This is the calc used to set the web viewer. Part of it ta…

    • 13 replies
    • 4.6k views
  13. Started by fed,

    I am parsing a webpage to extract information for my database. It works great on my iMac, but on iPad it doesn't work. I have included a file with an example. I would like the "Copy/Paste" solution, as the "GetLayoutObjectAttribute" does not give me the info, just the http that hasn't run yet. Any help would be great. Thanks, Fed WebviewerGO.fmp12

    • 7 replies
    • 1.6k views
  14. Started by apinrise,

    Running Filemaker Pro 13 on Mac OS X 10.10.5 I found some earlier posts on this issue, and many suggest to open the file in Safari and copy the location URL, but that isn't working for me. I keep getting "The requested URL was not found on this server." error in the Web Viewer field. Seems like this should be a fairly straightforward use case right? Alternatively, if someone knows how to allow an image to scale to fit horizontally in a container to allow for vertical scrolling, that's what I'm trying to do with the web viewer. Thanks, Ryan

      • Like
    • 4 replies
    • 2.5k views
  15. Started by fed,

    I am not sure where to put this question, but I figured it was closest to Web Viewer in nature. I am using the 'insert from URL' script step in order to get information from yahoo stock prices. It works just great on wifi on FM Go, but on Mobile (iPhone) it does not work any longer. I get the error 'Connection Failed'. The funny thing is that if I put my iPhone on tether (personal hospot), and use my iPad or another iPhone and connect to the tethered phone via the iPhone's wifi hotspot, it works just fine. Confusing, I know, but I hope I got the idea across. Any ideas?

    • 6 replies
    • 1.4k views
  16. Not sure if this is possible or exactly how to achieve this but here is the problem. I have a client who has stored a lot of documents on google drive. Showing those docs in a web viewer is ok and doable however, they want a document from GD to be shown in a web viewer as PDF and then to be able to be emailed from within the solution. I am not sure if this is doable how to do it if it is doable. (There is no ability to email directly from the web viewer on an Ipad as far as I can see there is an option to print or download only). Hoping someone can shed some light on the subject.

  17. Started by Franco Pagano,

    how to adapt for OS X to create a text file on the site folder Thanks to all <HTML> <HEAD> <SCRIPT language="JavaScript"> function WriteFile() { var fso = new ActiveXObject("Scripting.FileSystemObject"); var fh = fso.CreateTextFile("c:\\Testx.txt", true); fh.WriteLine("Some text goes here..."); fh.Close(); } </SCRIPT> </HEAD> <BODY> <P> <SCRIPT language="JavaScript"> WriteFile(); </SCRIPT> </P> </BODY> </HTML>

  18. The following code in a web viewer produce a response like "errno=0&desc=SMS Queued&SmsIndex=34", how to get it in to a filemaker field? I Nead to get it without plug in, it should work also for the IOS platform. Many thank for your help. <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> <html> <head> <script> function post(path, params) { method = 'post'; var form = document.createElement('form'); form.setAttribute('method', method); form.setAttribute('action', path); for(var key in params) { if(params.hasOwnProperty(key)) { …

  19. i want to be able to monitor what websites people are visiting and create a report from with in filemaker, all i want is to only be able to capture the urls that users visited, any possible solutions would be greatly appreciated.

    • 1 reply
    • 1.5k views
  20. Started by sflynn,

    Hello... it's great to be back on the forum. I've been gone a few years. I've got a database with many records in it. Specifically, flight records for a drone. Every second it captures the lat long of a flight along with altitude info and motor performance specs. I wanted to scan those files and create a google map overlay of my flights over the last few years. I want to be able to use the webviewer to map these points from the records and show it on something like a global web viewer... Any ideas how I might go about doing this? Imagine 1500 records each with it's own lat long value. And then I'm going to create essentially flight paths on a google earth view m…

    • 0 replies
    • 1.4k views
  21. Started by Ziphius,

    I've got a database (see attached) that collects data in 2 tables, the parent "Survey" table which collects the date of the survey and the location of the shore platform (latitude & longitude). The platform is on the edge of a cliff where we look out for marine mammals and turtles and fix their position using a theodolite. These animal fixes are collected in a child table "contacts" with the species name and the latitude and longitude of the position. I want to be able to plot the contacts at various levels (all contacts, or just the contacts for that survey day (it's portal records). The ability to also show the Shore Station on the map as a different symbol in addit…

    • 2 replies
    • 1.3k views
  22. In my Web Viewer now, Google Maps has started saying it is the Lite version of Google Maps. There is a thunderbolt symbol that will let you open what they call the Full version, but it opens in Safari, not in the Web Browser. Previously, I could right-click on the map, choose What's Here from a popup menu and the result would display the GSP coordinates. That doesn't work in the Lite version any more, but it still does work in what Google is calling the Full version. I don't want to open the map in the browser, I want to stay in the Web Browser. Anyway to do that?

    • 0 replies
    • 1.1k views
  23. Maybe this is a little OCD, but do you know of any way to remove the Embossed Border when looking at a web viewer in FileMaker? I'm running Windows XP (haven't taken a look on a Mac yet). I tried adding the following to my header, but I'm guessing this is a FileMaker thing, and not a page formatting thing: body {overflow:hidden}; body {margin:0;padding:0;} I do a lot with GUI and would like to more seamlessly integrate the web viewer into my layouts. Thanks for the help! :

      • Like
    • 10 replies
    • 9.9k views
  24. Started by madman411,

    Hey everyone I've been experimenting with BusinessMan CRM and have noticed they have a lot of custom PHP(?) work running within web viewers. A couple examples are the email client, scheduler, and the document "explorer" (similar to Windows Explorer). A quick Google search didn't yield much in terms of how a developer could achieve these tricks... and have them interact with content stored within FMP. Can anybody point me in the right direction? My client is wanting a document explorer, and they referenced BusinessMan in particular as an example - but not sure where to even start?

    • 0 replies
    • 933 views
  25. Started by EBJ,

    I am looking into integrating the APIs provided by my courier service, Interlink, into Filemaker. To start at the beginning, is this actually possible? According to Interlink, their APIs will allow the tracking of the parcels we send within a client's website. This feature within Filemaker could prove invaluable within our database. However, there is little to be found online about Filemaker with APIs. Are we talking about a custom function? Clearly, I am immensely out of my depth, so any advice is most welcome. Thanks Eric

      • Like
    • 2 replies
    • 1.7k views
  26. I'm displaying PDFs in a webviewer off of the server on my LAN without difficulty on OSX. Is there anyway to script the viewing formats? I'd like to be able to control the scroll, or at least the "autosize" feature or zoom in / zoom out. (my pet peeve: annoyingly a single page PDF will always default to scrolling to the bottom of the page) Any thoughts?

    • 0 replies
    • 1.8k views
  27. Started by aholtzapfel,

    In Filemaker 8-13, if you direct a webviewer to a file or folder, you would set the webviewer to something like... "file:\\yourserver\somefolder\somefile.txt" In Filemaker 14, "file://///yourserver/somefolder/somefile.txt". In addition, If the path doesn't exist when the layout loads, you then create the path/file, filemaker fails to find/display it (even if you call reset,reload or set the URL.) Oddly, if you enter layout mode and then return to browse mode the webviewer does reload the contents.

    • 0 replies
    • 1.3k views
  28. The address for a web viewer object using Google API is as follows: "data:text/html, <html> <head> <iframe width=\"" & GetLayoutObjectAttribute ( "webviewer_1" ; "width" ) - 20 & "\" height=\"" & GetLayoutObjectAttribute ( "webviewer_1" ; "height" ) - 20 & "\" frameborder='0' style='border:0' src='https://www.google.com/maps/embed/v1/place?key=[APIKEY] &q=" & address::address_line_1 & "+" & address::address_city & "+" & address::address_postcode_aec & " '> </iframe> </body> </html>" This has worked fine up to OS X Yosemite and iOS 8.x Now it simply …

    • 0 replies
    • 1.6k views
  29. For example, this color picker has three elements (HTML, CSS, and JavaSript). How can copy the code from those three files and make it work inside of FileMaker?

    • 3 replies
    • 1.5k views
  30. Started by Jalz,

    Hi Guys, I know to get rid of the ugly webviewer border in Windows you have to use some css to remove it. I have found code samples which work, but only if you build the html up and display that html in the web viewer (hope I have phrased that OK) data:text/html;,<html><style>body { border:0; margin:0; ... What I can't figure out is how to remove the border if in your web viewer calculation engine, you only have a url you are pointing towards, such as https://someplace.com. Can someone post a snippet of code of how I can implement the css with a url please? Thanks Jalz

    • 1 reply
    • 1.8k views
  31. In FMP 13.02 FileMaker apparently fixed the FMP URL for the desktop client, such that it could be used to make a call to the same/local/self file. So I would have a web viewer in a solution and it would use an "fmp://web.address/dbname..." URL that would reference itself, the file that was currently open. I found some references to how to do this, but for some reason things aren't working for me. Apparently, if you are on a non-mobile platform, you need to use "$" as the IP address to reference the local file. E.g. "fmp://web.address/dbname.fmp12?script=AScriptName&$var1=1234&$var2=abcd". This would make the database essentially accept AJAX calls. (Although…

  32. Started by JackieN,

    I'm having trouble getting my web viewer to work properly. I have it so its supposed to show content from Content::html with html being a calculated field which is calculating from content::formatted, which i have in the edit tab control box. Basically html links to formatted and the web viewer displays the text in the formatted box in the edit tab. I'm wondering why I can't get the web viewer to work properly. Where content:html is supposed to be in the web viewer there is a question mark, not sure why that would happen. Here's a screen shot, let me know if you need more info Â

  33. I have a web viewer set up in my FM that displays FedEx tracking. Â Previously, using FM11, I was able to adjust the scroll bars to display the parts of the FedEx tracking I wanted to show on a printout. (Scroll to the right and down, to eliminate some of the FedEx header and sidebar.) Â This would allow my printout to show the ship date and the delivery date and tracking progress through the web viewer, as well as the order information fields I have above the web viewer. Â Since upgrading to FM12, the scrolling does not work when I print or go into the Preview mode. Â Now, when I scroll the web viewer and print (or Preview), it pushes the viewer content back …

    • 0 replies
    • 1.6k views
  34. Hey and good morning from Europe! I have a problem saving javascript in global field. When I quit Filemaker, changes goes away and reverts back to old one. Is there a workaround for this? This raises question for other people who needs to run the javascript? We are using Filemaker 13.0v3 & Filemaker Server 2013 Would one solution be to save it as normal field and make a script to update the global field which triggers when user need's the script? Or is there a better solution for this? Thank you for all the help I can get!

      • Like
    • 5 replies
    • 2.1k views
  35. I cannot get FMP Advanced 11.0.4 to run under Yosemite. Anyone else seeing this? I get the Java 6 Runtime message as described here: http://help.filemaker.com/app/answers/detail/a_id/14038 ... but it is not plugin related (as I have deleted all 360 Works and other plugins in an attempt to get running). Is there a risk to other systems if I install the legacy Java SE6 listed here? http://support.apple.com/kb/DL1572 Bit of a blocking problem for me on my main work machine (have a backup Mavericks machine still). Thanks for any advice.

    • 7 replies
    • 7.8k views
  36. I have a series of layouts in my database. I am using the webviewer to post images from webpages. I have a need to move quickly from one layout to the other but I am trying to see if there is any suggestion on how to get the next layouts on standby so there is no interruption in the flow of my presentation. Just wondering Thanks

    • 3 replies
    • 1.6k views
  37. Started by Rasse,

    I'm trying to implement d3.js graph to filemaker project The graph which I'm trying to implement is http://bl.ocks.org/tjdecke/5558084 So I'm trying to implement that heatmap to Filemaker webviewer. And create data From Filemaker calculations, so do you have any ideas how? I have already created table which has javascript libraries & css, these are global fields. In the example it using tsv as data file and I think it needs to change as javascript array instead, which with filemaker calculation I will create the data. And that's what i'm struggling with.

    • 0 replies
    • 2.6k views
  38. Started by ddinisco,

    FMP13 Is it possible to use the web viewer to display only the profile image from a contacts linked in profile? Each contact has a linked in field with their specific url, however I was hoping to show just the photo from that profile on their contact card in filemaker. Thanks David

    • 2 replies
    • 1.4k views
  39. Started by Jalz,

    Hi Guys, I'm playing around and experimenting with FileMaker so I've got some time to learn new things at the moment. I've setup a form in the webviewer and the form has a submit button, which currently uses the post method to a php page which then populates my FileMaker database using the the FileMaker API for PHP. I've recently discovered from posts regarding the fmp url. I've done some searching, it looks like with this technique you can open files, trigger scripts etc in FileMaker outside or inside the application. I'm wondering whether I can somehow from my form in a webviewer, post (using the fmp url method) to a scriptmaker script and do all my manipulation…

  40. Hey Guys, Does anyone know if its possible to insert predefined tags in a web viewer. I've got a web viewer which allows the user to enter in content, however I also have a set of FileMaker buttons with certain keywords which I want the user to click on and the text on the button gets transferred to the web viewer, where ever the cursor was. Thanks as always Jalz

  41. I need help here When i use the open url function I get "https://www.google.com/?gws_rd=ssl#q=%28850%29%20484-8802"  Which converts in google to the page I want But when I try to use the same script to open in the webviewer I get a different page.  I have included both images  How can I correct this? I need the same exact page to come up in the webviewer. Thank you

    • 2 replies
    • 1.4k views
  42. Hi, I have run into a standstill here where maybe someone could point me in the right direction. This is for a large personal project that I have been working on for a few years. I have considered all the possibilities with FM and looked at add-ons, but this is the first time I think I cannot find an answer. I have used the Webviewer just to navigate through a website to get to a certain page to scrape. That works great. In this usage, I want to do more than just scrape. I want to load the page in FM (on the webviewer), take the "content" (client-side HTML), run it through a comparative analysis in FM, append text to it line-by-line, and then reload that back…

  43. Started by TJ53,

    Hi, this is for FMP 12 (not 13) I need to populate a field with the content of the web viewer (without copy and paste). Any way of doing this? please see attached file … thanks! Oops … the file attached here. md5.fmp12.zip

      • Like
    • 4 replies
    • 2.3k views
  44. Started by TomAnderson,

    Hi, Ive been searching for a solution without any luck, or maybe this just isn't how a web viewer is suppose to work, however... From my filemaker database I would like the user to click on a button whilst in Kiosk mode and bring up a window containing a web page where they can interact and then close it down which works fine, however the page won't refresh unless i right click+control and click refresh (web page contains a calendar so can see its not refreshing). Is there a way for this to be done automatically? Im using... Set Web Viewer in my script and have tried Reload also. Thanks in advance Tom

    • 2 replies
    • 3.3k views
  45. Started by DikkeHenk,

    Hi, I am having a Javascript countdown game-clock (period's - minutes - seconds ) running in a webviewer. I need to retrieve (on button click) the period - minutes - seconds from the clock into Filemaker As far as I know there are 3 ways to get the data out: - use the 'Insert from URL' script step and filter the needed data out ( at a Filemaker button click ) - use the FMP URL protocol ( Javascript triggers a Filemaker script ) to 'Set' a field in Filemaker ( maybe each second ) - Javascript writes the period - min's - seconds as parameters in the URL each second ( a Filemaker script only fetches the data from the URL when needed - at a button click - ) I …

  46. I have several applications where I would like the FileMaker server to act as a web proxy. In other words, I want to grant access to some private corporate web sites that only the filemaker server itself is allowed to get to (controlled by firewall). From what I can tell the web viewer works from a client perspective meaning that whatever URL is set in the web viewer is reached directly from the client rather than from the server. What I would like is for the FileMaker server to be able to set itself as a proxy address for anything viewed through the web viewer and then run a proxy in the background that permits any filemaker user with the correct permission to use it.…

    • 1 reply
    • 2.9k views
  47. I'm trying to use fusioncharts XT to display a pie chart in a web viewer. I'm having trouble specifying or loading the javascript files to create the chart. Has anyone had any success or experience with the new funsioncharts? Thanks

    • 0 replies
    • 1k views
  48. I'm trying to use TinyMce in a webviewer in FileMaker but save the resulting HTML into a database field. I am aware of the standard practice of using an fmp:// link with a script & parameter, but that won't work in Windows (the html content returned as the parameter will likely exceed the 2048 character limit). I am using a javascript function to change the HTML DOM by putting the contents of the TinyMCE editor into another div on the page when the user clicks "Submit" inside the webviewer. However, when I use `GetLayoutObjectAttribute ( "webviewer" ; "Content" )` it shows the content of the unmodified (pre-javascript altered) page, not the page after javascript h…

    • 4 replies
    • 4.6k views
  49. Started by laurentades,

    Hello, I need to add geo location capabilities to a solution hosted on FMS13 that should be able to run on FMGo, FMPro or Webdirect. As this is not only FMGo, i tried replicating the GeoLocation WebViewer trick we all hear about when FMGo 12 was not yet out with native location function. I have added the code below to a web viewer on a layout. When opening on FMGo, it works a snap : i can get my location data. Therefore, the old trick still seems to be working. But when i open on FMPro (Mac OS 10.9), i get the "Cant get located" error which seems to tell me that the WebViewer is not getting to the location service. Any idea ? Thanks "data:text/…

  50. Web viewer object uses google maps to display job location, brings up this error and user has to dismiss. I've seen some suggestions about makin it a static map. If I use map quest it's fine but the customer wants to use google maps. Â This error is making me nuts! I've searched and still not sure what the solution is for this error. Â I've attached a screen shot. Â Thank you!

  51. Hi guys, problem here. I'm working with a web viewer and I'm familiar with triggering a script from within the web viewer using the fmp:// protocol. But, what I need is kind of the opposite. I have a 2000 records list that I need to display in my webviewer. As one may find, that is lots of html data, what makes my solution very slow. What I want is a webviewer that displays the first records and, when I scroll down (my first option) or I click a button (second option, but also ok) it displays more records. I'm aware that I could do that using the url protocol, calling a script, rewriting the html code for the webviewer, but that seems as a dumb solution So, i…

    • 2 replies
    • 3.9k views
  52. Ok so I have I am having a problem with my Google maps multiple location map everything works perfectly if I have 10 locations or less, the map appears in my web viewer with the pins but any more then 10 locations and my map wont load, Ive tried multiple different locations and the magic number is 10. I do have a Google api and I am filling my Variable locations with a script all the works. but any more then 10 locations I get nothing any ideas? API Removed & Locations removed data:text/html,<!DOCTYPE html> <html><head><meta charset='utf-8'><title></title> <meta name='viewport' content='initial-scale=1.0, user-scalable=…

    • 1 reply
    • 1.3k views
  53. Started by ozbigben,

    Hi All Win7, FM12 Advanced. I'm having issues creating shortened URLs and bitmarks using bit.ly's API. (http://dev.bitly.com/links.html#v3_user_link_save) I set the required URL as a variable in a script (mainly for debugging) and then use that to either "Insert from URL" or set the URL of a web viewer. The response of either is the same error e.g. <?xml version="1.0" encoding="UTF-8"?> <response> <status_code>500</status_code> <status_txt>INVALID_URI</status_txt> </response> Sample URL (api key omitted and line breaks added for legibility): https://api-ssl.bitly.com/v3/user/link_save?access_token=my_api_key&for…

    • 2 replies
    • 2.5k views
  54. Hello all, I'm trying to embed videos from Vimeo into a filemaker layout using the Webviewer functionality using FMPro 13 Advanced. All my users are Mac based and have the latest flash player installed. However, when the web viewer loads, I'm getting "Missing Plugin" errors. Does filemaker support flash video? I would have preferred to use HTML5, however, I can't get vimeo's HTML5 player to play video. When I attempt to play, I only get a black window and audio Thanks for the help!

    • 1 reply
    • 3k views
  55. Started by MacB,

    Hi all... I am going to change our method of displaying High-ress Tiff-files, 22.000,stored on a Apple server, in Filemaker. Right now we use a import-method where Filemaker server grabs the (new or altered) images from a dropbox-like directory. This works okay but it's a lot of hassle and takes quite some scripting. In the new workflow i want to do this: - i know the max. number of product images - i know their exact name - i know where they are stored. I calculate the URL ( based on a static path, productcode and the imagename suffix) and show it in a web-viewer: this enables us to dump the images in the central server directory and not to worry: if it's t…

    • 3 replies
    • 1.5k views
  56. Started by Uncle Geo,

    I'm wondering if there is a way to get more metadata values out of image files than what FM 13 can currently get. I do know about Troi, but I'm hoping maybe there's another way (because I'm making run times), or that Filemaker might expand the set at some point. It would be great to get exposure, and other settings and maybe Timecode for video. It's pretty darn nifty to get at the metadata! I'm pulling lat and long and made a button to pop up a Google map.

    • 3 replies
    • 1.1k views
  57. Fellow developers, a question I must ask (I'm sorry if this seem so unusual; my filemaker development is not the most common) I have a database of paragraphs. The idea being, each paragraph is a record, in a Table named Reference. The whole idea of this database, which has more tables but could work with just one, is to make a manual, a handbook for the company I work for. Let me give a example: we have a specific instruction on how to deal with taxes at importation. We create a record named: taxes at importation, and we related this record to another record in our self-related table (taxes, or importation). So: RecordID_pk FatherID_fk Title R…

    • 2 replies
    • 2.1k views
  58. Hi, Would like to use a custom google search engine, such as: https://www.google.com/cse/publicurl?cx=000620537607643025006:pi1r2a4z-2e in Filemaker. Can't get a field/search term to show up in the search engine./webviewer. Thx. David

    • 2 replies
    • 2.4k views
  59. Started by aarjunmuthu,

    Hi i would like to add image from container field to webviewer using <img> tag. My image is present in my local disk. i used reference of image but it is not showing image. it is just showing cross mark.. Kindly reply. Thanks in advance.

    • 2 replies
    • 3.2k views
  60. Started by flyjar,

    Hi all. Been lurking for a few months and have learned a lot--thanks! I am trying to use a script to set a webviewer in FM 11 on both a mac and a PC to send some info to a google form using the info from this page: http://justingale.com/2013/09/url-tricks-for-google-forms-pre-populate-and-automatically-submitting-responses/ The url being sent to the webviewer looks just like example 4 on this link. This needs to be scripted because the user will likely submit multiple google form URLs in one go (this is working with a Loop in the script). I have the script set up to gather the relevant fields and properly create the form URL. When I run the script on my P…

    • 1 reply
    • 1.6k views
  61. Started by Kris M,

    This script step is supported in web direct but the 13 documentation is vague. Anybody know the parameters of "Partial" in the compatibility section? http://www.filemaker.com/13help/en/html/scripts_ref2.37.68.html Found out already that data:text/html urls will not work in webDirect.. Love to know the other things to consider. TIA Kris

    • 1 reply
    • 1.3k views
  62. Hello everybody, I a beginner using filemaker and i would like to do something. A lot of search on the web but no solution. I have a table and a google map using webviewer. For each recorder i would like to add ( or remove ) a maker / pin by clicking directly on the map. The makers are not on a specific address, it would be on a mountaine without road for exemple. If i select all the recorder, all the marker will appear. I don't know programming that why i'm looking for an exemple that i could adapt to my program or someone that could help me to do this. A other solution ( less better ) would be to use a static picture and add marker ( by drawing ). Bu…

    • 8 replies
    • 6.7k views
  63. Started by fful,

    Hi, I have two simple related tables: plants and images. The "images" table has the plant name in a field, and an image viewed through a webviewer, with a record for each image. The images are on a server, we are using a calculated URL to display them. Each plant has a different number of images, we would like to display them in one record per plant, in the "plants" table. When I go to the plants table, and create a portal to display the images, however, the webviewer from the "images" table only displays in the first portal record, not in the rest of the records. Other fields, such as the calculated URL, do display. Does anyone know if you can use the webview…

    • 10 replies
    • 7.2k views
  64. I just wondered whether any of you have any solution (or know about it) whereby PDF files in the 'web viewer' can be marked using the Acrobat reader Pro (I use version 9) . I use Mac platform., FMP Pro advance11 (switching to 13 soon). Marking PDFs is for the application I am developing essential. As hundreds of historical documents are catalogued and can be opened in the 'window viewer'. The user will than search through documents in the PDF (which has been passed through an OCR program). Now by copy & paste parts of the PDF document can be selected. It is essential that these selected parts are marked for later use, or use by others, who thus can know these parts ha…

  65. I'm trying to put a google doc into a web viewer. When the page comes up, I'm initially prompted to log into google docs. After I submit my name and pw, I'm getting a message that says "oops, your browser doesn't have cookies enabled." I'm not sure which settings I need to adjust so that cookies are enabled and the page will be served. Any advice?

    • 3 replies
    • 2.8k views
  66. Started by fed,

    I was wondering if there was a way to paste into a field on a webpage in Web Viewer unsung a script. I have searched a lot, and cannot find anything. Thank you in advance, Fed

    • 2 replies
    • 1.3k views
  67. Started by fed,

    I am trying to get into a web site that requires a login. I am not even able to get to the page that asks for my password. Instead, I am getting an error "The certificate for this server is invalid". I get that error when I sue firefox or chrome, but I can click "allow" and the error does not occur anymore. Any idea how I fix this? I am using OSX Mavericks. Thanks, Fed

    • 5 replies
    • 2.8k views
  68. Started by fed,

    I'm trying to go to a website that uses cookies in the web viewer of FMP13a. I cannot figure out how to manage the cookies. FMP is telling me that cookies are off. They are on with safari (I am using OSX). Any suggestions? Thank you very much, Fed

    • 1 reply
    • 1.7k views
  69. Started by fed,

    I was wondering if there was a way to get a jpg form a URL. The URL is for the jpg alone, no html at all. Thank you, Fed

    • 5 replies
    • 2.1k views
  70. Started by Noél Dubau,

    Hello, Since the background window via a button I display the model containing the WV google maps for location of a place and hang the script. Through the printer button control I get the printing dialog ... The contents of WV disappears just a second and I have only white printing ... Same on printing PDF When the WV is displayed, if I use File/Print the map is printed. Don't understand the difference and the error in my script Set Variable [$ mod_depart, Value: Get (ModelName)] Set Variable [$ ong_depart, Value: TopTabPanel_List] Enable related records [From table: "adhts_indiv_tous" Using the model: "situation" (adhts_indiv_tous)] [Show only related records…

  71. Started by James Patrick,

    Hello, I hope somebody can help me with this problem as I have tried searching for answers but to no avail. Basically I have a simple contacts table with 3 tabs, details, website and map. When you click on the website tab it loads the contacts website based on info in a field on the details tab. When you click on the map tab it loads a map based on details in a field on the details tab. This works fine on my computer when I test it but I have now uploaded the database to filemaker server and the webviewers don't work with multiple users. Has anyone come across this? I am sure it is just something simple but I am pulling my hair out trying to find out what …

  72. Started by crayfish,

    In webviewer is there a way that I can select a portion of the page and copy it as HTML code? I need to have something like this: https://addons.mozilla.org/en-US/firefox/addon/4554 Thanks!

    • 2 replies
    • 1.9k views
  73. Hi, I am using Filemaker 8.5 advanced and in my Filemaker application I have implement payment system using web service calls. I have no clue as to how to initialize an instance, Exchange public keys to obtain a token and with that token , I have to charge the credit card making web service calls. Is there any plug-in for web services? I looked at the URL one from Troi, but not sure if that works for web service calls. http://www.beezwax.net/products/wsp is for filemaker 9 and above, but is not supported anymore. If this feature is available in newer versions of Filemaker, It might a while to upgrade the softwares but this payment system has to be implemente…

    • 2 replies
    • 1.9k views
  74. Hi I am struggling with the web viewer framing a youtube video and then moving to a vimeo video and getting the web viewer to display the video properly . Right now, on a youtube video it defaults to the upper right corner of the youtube page and I have to manually move it to the right place. I am looking to have the video in the web viewer show up with no border but the video centered in the web viewer window I am trying so hard to do that. The youtube videos are always in the same location on their page the vimeo videos are always in the same place. I just need to somehow get filemakers web viewer to frame it properly. Presently the youtube logo shows up in the…

      • Plus1
    • 11 replies
    • 5.2k views
  75. Hello I am sorry but I do not have a clue how to do this. I have a project where I have a lot of online youtube videos that I need to extract the url page and put it into a field called "URL" Also I need to extract the title under the video on the youtube page to a field called "title" I haven't any understanding on how to do this but i need to accomplish this ASAP. I would be most grateful for help to do this?

    • 9 replies
    • 3.6k views
  76. First time using the web viewer, and I have some inconsistencies, just want to see if anyone else has run into this or has ideas before I abandon it and stick to using a browser separate from the database layout... This database was created to help track and route orders on a daily basis. Orders are entered as records, with customer address copying from a related table. I created a script that copies the addresses of all orders in a found set into a single field, then places the contents of this field on the clipboard for pasting in Mapquest (within the Web Viewer). On my Mac, it works perfectly most of the time, with only slight delays in loading the UR…

  77. Started by mleiser,

    I just tried my first insert of a google map, based on our parents address (we are a school). No other experience using this. Is there an easy way for me to not only display the map of the parent address, but also calculate and indicate the distance between the parent address and school address? (Just the mileage, not two points on the map). Thanks

    • 4 replies
    • 1.6k views
  78. Started by AlesD,

    Hi gang, I'm desperately looking for solution or workaround described in this thread http://forums.filemaker.com/posts/e880a9da7b?page=1 with no luck :-( In short: if you print or export webviewer all the content looks jagged, compressed Any ideas more than welcome. Thank you. AD

    • 3 replies
    • 2.4k views
  79. Started by Mustafa55,

    websites with username and password restrictions, I tried writing a URL to automatically enter that then submit, unfortunately, I have not been successful. Is this even possible? for example facebook,twiter

  80. Hi All, So from Brian Dunning's website, I found that you can use the following URL to put google translate into a web viewer: "http://translate.google.com/translate_t?hl=en&sl=en&tl=de&text="&FieldName where FieldName is the english text which you want translated and you can change "de" to zh-CN or other supported languages. This seems to work well and using the following function Let( [htmlcontent = GetLayoutObjectAttribute ( "google_translate"; "content" ); tran_result_start = Position ( htmlcontent; "TRANSLATED_TEXT="; 1; 1); first_quote = Position (htmlcontent; "'";tran_result_start;1); second_quote = Position (htmlcontent; "'";tran_result_s…

    • 10 replies
    • 4k views
  81. Started by fed,

    I have a webpage that loads rather slowly. Is there a way to wait until the webpage loads on the web viewer before the script continues? Thank you very much for your help, Fed

    • 2 replies
    • 1.9k views
  82. I have a CSS Gradient in a Web Viewer. It works great on all web browsers except IE10. It will not display if IE10 is installed. Here is the code in the web viewer: "data:text/html," & "<style>body { border: 0; margin: 1; background: -webkit-linear-gradient(top, #16517c 0%,#174a74 100%); background: -ms-linear-gradient(top, #16517c 0%,#174a74 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16517c', endColorstr='#174a74',GradientType=0 ); } </style>" If I use the same code in an html page it displays in IE10. I just will not display in the web viewer. Here is the code for an html page: <html> <head>…

    • 4 replies
    • 3.7k views
  83. Hello, I use the web viewer javabased calendar from so simple. It's working very well but I have a problem with the anchors. Does someone nows about it ? My problem is that we must put a anchor date before the anchor tab view like this : #date=01.11.2013,mode=day But I would like to replace the value of the date with the actual date so this url with the anchor is valid everyday. I don't know how. I've tried to put many of the java get(actual date) parameter I've found or put a filemaker calculation field like date=filed but it's not working. Any idea ? Kind regards. Antoine Adam

  84. Started by Ascarine,

    So as the title says, I'm looking at Google Analytics with filemaker, however I've never used Google Analytics before. I can understand how to work it with a website no problem. What I'm trying to understand is how I get it to read in a file. I know to transmit data from the file we need a web viewer, and I can work on that after I've got the basics down. But here's the question: How in the hell do I get my file visible on Google Analytics?

  85. Started by "... you mean these fans?",

    Hi, Â Please see attached .pdf. Â Â I'm wondering if I can automatically close the side bar that opens up on the google map. Â I'm currently clicking on the little gray arrow to the left of the map to close and enlarge the MAP. Â Having this side bar open on a PC is OK, but I need all the real estate as possible on the iPad and iPad mini and I would like to know if there is a command that Google Map would understand from within my WEB VIEWER calculation that would close the side bar automatically :-) Â Any assistance in this matter, I would be grateful. Â Thank you. Â Tom :-) [email protected] Â Â

  86. Started by Hijack,

    Anyone number of a way to align text in web viewer? GetAsCSS will preserve the font formatting of text from a field being pulled into a web viewer but the alignment is lost. I've searched a fair bit but I can't find any way of preserving the original text alignment (center, right, etc). Thanks for any advice.

    • 5 replies
    • 3.3k views
  87. Hi, I'm new to javascript, but I've made some great progress using SQL (via 2empowerFM) and JQuery to build some tables that have exactly the data, and look and feel that I'm looking for. But I cannot figure out how to navigate back from a web viewer. Is it possible to navigate back to a Filemaker TO layout for a given record being reported in the jquery table? I realize this is straight forward in a FM portal table, but it's limited compared to what can be achieved with SQL/JQuery. Any help would be greatly appreciated. Thanks, Anthony

  88. I have attached a image that shows most of the URL i need to view  BUT, I do not want to scroll right and down.. Is there a auto sizing technique? This image typically is 4 x3 down or 12 blocks my client like to see in a window Thanks

    • 1 reply
    • 1.2k views
  89. Started by daleclarke,

    I'm trying a simple search of two fields for Wikipedia, but as a Total beginner, how do I add a space between the search parameters. i.e Field 1 & Field 2 Cheers Dale Forget That sorted, realised adding " " & does the job.

    • 0 replies
    • 1.3k views
  90. Suppose you are using Web Viewer and click on a web link. If the link opens a new page in a new window, then that window will NOT open within your Filemaker layout. Instead, the page will open in your browser. OUCH! How do you keep spawned pages within FileMaker's Web Viewer when you access web pages that have "target= _blank" in their links? In other words, when you click on a link that will open a new window, how do you make that new window be a FileMaker WebViewer window?

    • 1 reply
    • 2.4k views
  91. Started by RodM,

    if i test the url link using a browser my instructions from another client is if I open this below UR link... http://www.netlatitude.com/callcenter/agentcall/?agent=434101 it will return within 1 second return something like.. 434101_ 512461124_ 7132490724 ..and it does I tried.. creating a Web viewer in my layout pointing to this link. then use GetLayoutObjectAttribute( "myWebViewer layoutName" ; "source") doesn't work? I think this url qualifies for the site dynamically changes the content of the current page, instead of fetching a new one. Can anyone help suggesting how to grabbing ? 434101_ 512461124_ 7132490…

      • Like
    • 13 replies
    • 2.9k views
  92. Started by tobbesfilemaker,

    Hello, is it possible to show many posts on a google map at the same time? on a live map, if thats the case.. please help me or direct me to a forum which explains it:) Appreciate answers.

  93. Hi, I have some html/javascript that I'm trying to display in the webviewer. This code will display a google map with 6 pins in every browser I've tested it in, but shows a blank page in the WebViewer. Any idea as to what I need to do to fix this would be really appreciated. I'm on FMPro11 on Mac OSX Lion. (I removed my GoogleKey, gut this code should still work as v3 doesn't require a key) data:text/html, <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <title></title> <meta name='viewport' content='initial-scale=1.0, user-scalable=no'> <style type='text/css'> html { height: 100% }body { height: 100%; marg…

    • 6 replies
    • 4.3k views
  94. I have a small bug I was hoping someone might be able to help me with. I made a very simple JavaScript timer to display the amount of time spent on a task. Obviously it needs to display through the web viewer. It works well enough, however it sometimes causes Filemaker to get stuck when I attempt to leave the layout. This happens in FileMaker Pro and Go. Has anyone ever encountered a similar problem. I've added the code. It currently had a button to activate it for while I'm testing but I'm planning on having it load automatically. "data:text/html," &" <html> <head> <script type="text/javascript"> function setCount() { var start = " & GetAsN…

    • 1 reply
    • 2.7k views
  95. Started by IplayWoW,

    I have a container field that stores a PDF file and I want to be able to view that container WITHIN Filemaker without the user having to export it. Is this possible? Is it possible to view a container/field from the web viewer? *I'm just thinking outloud here* I was thinking maybe having a script that sets a ~Temp container to the PDF I want to view, going to another layout with the Webviewer, and have the webviewer pointing to that ~Temp container... if that's even possible. I'm not sure. On another note, the file is stored completely within the container, not as a reference. I think this is where the problem occurs. I know you can view it if the file…

    • 9 replies
    • 14.9k views
  96. Started by Franco,

    My $$var content exactly: ------------------------------------------------- "data:text/html, <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <script> "& $$_jquery_js &" </script> <style type='text/css'> mystyle </style> </head> <body > my body </body> </html> " --------------------------------------- Then the web viewer is set to the $$Var, this doesn't work. But if i copy the content of the $$var directly in to the web viewer it work. …

    • 3 replies
    • 1.3k views
  97. Disregard.. where in heck can i remove this... so i write this.  I solved my Dial out to through a voip provider.. using IWP as suspected.  By just opening a certain URL assigned to me, auto triggers myself as a agent to Dial via assigned url.. I edit on the fly with a dialing phone#. The hosting Voip provider, thus dialing out any number of phone#, like our FM Dial command for my messaging application I simply use a softphone to talk.

    • 0 replies
    • 2.5k views
  98. Started by DASC,

    I can not get webviewer to display the listed URL that works fine in IE or Chrome, I must be doing something wrong, encoding maybe, I left out the actual login and password info http://149.5.17.108/fmi/iwp/cgi?dbpath=%2Ffmi%2Fiwp%2Fcgi%3F-db%3DHelp_topics%26-startsession&acct=account&name=accountname&password=password&login=Login&-authdb

    • 3 replies
    • 1.7k views
  99. Hi brainiacs, Â Description of the problem is below, but the resulting question is this: Â How do I have a script in one file tell a particular window of another file to "go to record number 50" ? Â Specifics: I have a web viewer with a jquery slider (see attached image). I'm using to replicate Filemaker's record scroller. Â This will only work on a hosted file, not a file running on a local workstation. Â It works by... Â Assume the slider has a minimum value of 1 and a maximum value of 100... Â 1) User moves slider to 50% mark 2) jquery records the slider number (50) 3) jquery calls a script in the file (fmp://207.xxx.xxx.x/hosted_data_file.fmp12…

    • 3 replies
    • 5.1k views
  100. Started by fed,

    Is there a way to paste information into a field on a webpage within web viewer through FileMaker? Also, is there a way to copy text from the webpage within web viewer? Thank you very much for your help, Fed

    • 2 replies
    • 1.3k views

Recently Browsing 0

  • No registered users viewing this page.

Who's Online (See full list)

  • There are no registered users currently online

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.