Jump to content

schamblee

Members
  • Posts

    25
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by schamblee

  1. fmp://~/filename.fmp12?script=scriptname&param=parametervalue fmp18://~/filename.fmp12?script=scriptname&param=parametervalue fmp19://~/filename.fmp12?script=scriptname&param=parametervalue How to create an icon on the home screen of your iOS device that can directly access a file using FileMaker Go (claris.com)
  2. I suggest reinstalling FMP. FMP uses IE Webkit.
  3. The & does not mean and in FM. You have to use the actual word "and" The & symbol is used to combined text. For example a calculation with "FirstName" & "LastName" with return "FirstName LastName" Your calculation should be if (Gender = "Male" and Class="Primary";"Running";"Expired")
  4. Crashes are usually signs of file corruption. Run "Recovery" on the file, if FM detects issue then it is recommend to use a backup and import your data into the backup file. Corrupt objects on a layout are not always detected by "Recover". Rebuild layout without copying anything from the old layout to the new layout. You could copy the corrupt object.
  5. Take a look a sql explorer from seedcode http://www.seedcode.com/filemaker-sql-explorer/
  6. Your purchase on FMP includes the Windows and Mac Version. If you don't have your email with the download link you will have to contact tech support to have them to email it to you again.
  7. Make a design change. Limit your portal to 1 or 2 fields and a popover button for the other fields. You need to design your layouts for the device it is going to be running on.
  8. No. FMGo is only for ios devices. You can access webdirect from a web browser.
  9. You do not need script triggers or script to count records. You need script trigger to commit record and refresh the screen and you also need 4 Summary Fields. Example.fmp12
  10. You need to setup port forwarding on your router. Port 5003 needs to be forwarded to your server. Then go to a website such as https://whatismyipaddress.com/ You will use your public ip address to access your sever.
  11. FileMaker Pro features not supported in FileMaker Go creating and modifying database schema such as tables, fields, relationships, data sources, and privileges creating and modifying database structure such as layouts, scripts, value lists, and custom menus importing data from any formats other than .fmp12 exporting to .fmp12, XML, or Excel .xls format text baselines external functions plug-ins hosting files https://fmhelp.filemaker.com/docs/15/en/fmgdev/
  12. Non-needed calculations can slow down your layouts. You don't need the case statement and as I stated in my above post if you deselect the "Do not replace existing value" then the calculation may be recalculated and can slow the layout. Select data in the auto-enter calculation and set the value to 0. I added a sample file to show how to you the checkin checkbox with only at 0 in the auto-enter calculation. My answer was based on your first post, and yes calculations can slow your layout. Scripts, Script Triggers, Portals plus other items can slow your layouts. New Feature in FM15 helps with the portal issue. CalculationTestFile.fmp12
  13. Anyone can experience slowness based on a number of items. Your calculation for CheckIn is not needed. Auto-Enter calculations only calculate on a brand new record, unless you deselect the "do not replace existing value" . Deselecting this option can cause a delay. I would setup the above field with no auto-enter, the default will be blank or 0. (I recommend using type number) Place the field on the layout as a check box with one value of 1, so If it is checked it is 1. If is not checked then it becomes 0. To verify placed the field on the layout a second time as a text box,, so you can view the value, select Boolean as the format from the inspector. You can select what is displayed, but the default is if non-zero is Yes and zero is No. The default value with a new record will always be 0. If you need it to be 1 when the record is created then check data in your auto-enter calculation then enter a 1.
  14. LaRetta I copied the file over this morning. I clicked edit, then I attached the file. I will add it to this post. mp3ContainerSample.fmp12 I went back to the above post to try again. There is a plus icon to add upload to post, that I missed this morning.
  15. Port 5003 will also have to be open on any firewalls. I assume you are using http://51.58.58.251/fmi/webd http://help.filemaker.com/app/answers/detail/a_id/13806/~/opening-or-accessing-a-solution-using-filemaker-webdirect If this is your public static-ip address make sure you enable security on all your databases since you posted on a public forum.
  16. The AV Script steps are for FMGo only. Here is a sample that works for me. There is a button to insert an mp3 from path that the user supplies or just right click and insert audio file. https://www.dropbox.com/s/hjvunnvztkg15km/mp3ContainerSample.fmp12?dl=0 mp3ContainerSample.fmp12
  17. All FM files have a username. The default is admin with a blank password. FM has the option to auto login. Under file, option, there is a check box that states login in using :
  18. There is not a script step EmailSetErrorCapture. There is a Set Error Capture On to capture Errors in FM http://www.filemaker.com/help/12/fmp/html/scripts_ref1.36.14.html
  19. Try this link: https://www.dropbox.com/s/4y5fz9fxa5b7sr0/FMEasySignature-Mac%26Windows.fmp12?dl=0 It has been modified to work with Windows. I spend most of my time in FM community. Sorry I didn't see message earlier. I go by schamblee on both forums. Please don't comment on files in dropbox. Send message through the forums. FMEasySignature-Mac&Windows.fmp12
  20. Have you tried a different database ? If not then share a starter solution and verify that you get the same results. Have you shutdown your computer and reboot? Reboot may remove a conflicting program and finish a update. Make sure that all operating system updates are installed. Some updates require rebooting and if you don't reboot the system for the update to finish you can unusual problems. Something may not have installed correctly when FM14 was installed, so you might try a reinstall. You may have to call FM support.
  21. This is similar to a post I had responded too on FM forum. It would have been nice for FM to give a warning message instead shutting the forum down mid day. Back to your question : The problem I notice is that FM is reporting the IP address twice. I would guess that you have two network cards on the host machine with the same ip address and this is causing a conflict / interfering with FMs networking. I would turn off one of the network cards.
  22. I updated the App Maker database when ios8.0 came out and I have not had any issue with it, which I have not test in a while. My webclips that I last created still work on my iPhone 6. My dropbox was in a mess so I move files to different folders and broke a lot of my links. Here is a new link to the lastest version I updated. https://www.dropbox.com/s/cjidji6tlzvhg6u/App%20Maker.fmp12?dl=0 Note the original App Maker can be download from the filemaker community forum. I did not write the database. I had found several solutions on different forums and decided to make the updates myself and share it. I tested the app maker and I add a ios 8.3 profile under setting. Prior to ios 8 used one filepath then the path changed for 8.0., a screen pops up with error message, I added setting to run full screen so second screen would be solid black. It appears with 8.3 that the old filepath prior to 8 works with 8.3. The 8.3 setting in App Maker sets path back to old path and sets profile to run in full screen so second screen is still black instead of message. S Chamblee
  23. Thanks, feel dumb now. I though I looked in the readme file, some how I missed the login when I looked earlier. Must be my eyes getting bad. Easier to read when I open with WordPad instead of NotePad.
  24. I've looked everywhere and I can't find the user name and password to login to the databases. The EasyDeploy doesn't ask for a user name and password, but everything is locked and grayed out. The Sample Databases (Host and mobile) both ask for a user name and password.
  25. Use open remote from within Filemaker GO.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.