0
votes
2answers
972 views

Python in Filemaker Pro

I was hoping to calculate fields using some rather complicated functions, which I don't think I can realistically write in filemaker. I would prefer to write a script to extract data into python, ...
0
votes
1answer
127 views

Importing pyFileMaker complains about EXPAT library

I've just downloaded pyFileMaker. I copied the directory PyFileMaker into the dir Lib under Python31 directory, but when I simply include the module FMServer with this line: from PyFileMaker import ...
1
vote
4answers
542 views

technology recommendation for LAN Dashboard

I'm about to start a fairly large project for a mid-sized business with a lot of integration with other systems (POS, accounting, website, inventory, purchasing, etc.) The purpose of the system is to ...
5
votes
3answers
5k views

Best way to extract data from a FileMaker Pro database in a script?

My job would be easier, or at least less tedious if I could come up with an automated way (preferably in a Python script) to extract useful information from a FileMaker Pro database. I am working on ...