August 3, 200718 yr I understand that it is possible to create an executable file in FM Advanced 9.0 that will allow an end-user without the filemaker software limited functionality of a filemaker database. Is this true? and if so how limited? Could a small multi-table database with a couple of relationships be usable in such a format? Does the executable conduct any type of installation and thus require system level permissions on the PC on which it runs? Thanks.
August 3, 200718 yr It's called a Filemaker "runtime" solution. The big gotcha with runtimes is that they are not multi-user. Only one person can work on the database at-a-time. Will this work for you?
August 6, 200718 yr Author Yes, in this particular case a single user stand alone solution will work. When the organization sees the value inherant in the solution they can then choose to invest in the FM software itself. However, will the execuatble require system level permission to function? Aka does it INSTALL anything, or will simply copying the executable file to the target PC be sufficient for it to run?
August 9, 200718 yr The runtime does not need to install anything AFAIK. All of the necessary dll files are right in the same folder with the executable, so it can be run from any location, and doesn't require admin access. (unless you've written it to do something on the computer that requires it)
August 10, 200718 yr Author Thanks! One last question. Is it possible to export records from the runtime version when the client decides to purchase the full FM package?
August 10, 200718 yr I just looked at a runtime I made yesterday and you can export the records from it. Assuming the password has the privledges to do so. Michael
August 13, 200718 yr Actually, the runtime includes the data file which will open with FM if renamed to a .fp7 file. So, no export is required.
August 16, 200718 yr Can a filemaker file be renamed as the datafile and inserted into a runtime? No. It must be run thru the Developer Tool and assigned the same binding key as the others. Then it will work. Steven
August 20, 200718 yr Hi , Does the runtime make one file that includes the .fp7 file ? If my .fp7 file is 300K then what size is the runtime solution? Thanks in advance
August 20, 200718 yr No, the runtime (executable program) is separate form the data (fp7) file. I've never done a Mac runtime myself, but I've heard that it's about 84 MB, and a Window runtime is about 54 MB. That's excluding your fp7 file.
August 20, 200718 yr Thanks Vaughan, I guess that compares, sizewise with Java Runtime and is less than .net I want to develop on Mac and deploy on Windows, hence FM
August 20, 200718 yr "I want to develop on Mac and deploy on Windows, hence FM" Ahhh... you need to create the Windows runtime from within WindOS, so you'll need either a PC or Parallels (or BootCamp) on your Mac.
August 20, 200718 yr "I want to develop on Mac and deploy on Windows, hence FM" Ahhh... you need to create the Windows runtime from within WindOS, so you'll need either a PC or Parallels (or BootCamp) on your Mac. Also, you'll probably want to test the database on the deployment platform anyway, to check for platform-specific issues. You can also reduce the size of the runtime by deleting unnecessary language files.
August 20, 200718 yr Yes , That is a good thing about FileMaker Pro 8.5 , I can install it on my XP laptop as well from the same CD. Edited August 20, 200718 yr by Guest
Create an account or sign in to comment