More FileMaker Pro - Claris Resources:
DataTherapy - Custom Software Solutions - Claris Partners
Beezwax | Software Development and Consulting
https://flylib.com/books/en/2.
https://support.filemaker.com/
https://www.filemakervideos.
http://www.productiveit.co.uk/
About Us – Inspirations Software Design LLC
How To Merge FileMaker Files – FileMaker Inspirations
Q. How to write a Startup Script: Access rights details should be fetched from the login details of the workstation.
Q. How to write the following Field Calculation: When you enter a town then the country should automatically be entered
FileMaker to MySQL/PHP Conversion [MacOS X]: https://www.youtube.com/ playlist?list=PLbJ-OUwbx-wWJX- q9399hrndbQ_y-qPKH
FileMaker to MySQL/PHP Conversion [Windows]: https://www.youtube.com/ playlist?list=PLbJ-OUwbx- wVpgXSz1gSVZAS1z-iaEgS-
FmPro Migrator Developer Edition $200
David Simpson, www.fmpromigrator.com, dsimpson@dotcomsolutionsinc. net
Create a WebViewer on a Layout and paste it in your Code Field; this works correctly:
"data:text/html, <html> <head> <script type='text/javascript'> function startTime() {var today=new Date(); var h=today.getHours(); var m=today.getMinutes();var s=today.getSeconds(); m=checkTime(m); s=checkTime(s); document.body.style.overflow = 'hidden'; document.getElementById('time'On iPad & iPhone FM Go Servers, Automatically enter Kiosk Mode
How can I script FileMaker Go to automatically enter Kiosk Mode on iPad?We need to deploy an App on BYOD, which will be given out to salespeople, but they will only be able to access FM Go in Kiosk Mode.
Problem: Whenever an iPad goes into hibernation or when it's turned off, the Kiosk Mode is terminated and will not launch by itself when the iPad wakes up / is booted up.
We're looking for a Script Trigger that will poll the system every 30 seconds and if it detects a wakeup / bootup, the Kiosk Mode will be launched.
A. See: https://www.howtogeek.com/