FileMaker is a cross-platform (Mac OS X and Windows) database development environment.
1
vote
1answer
34 views
Pull data from multiple records into one row
I want to pull out the data from multiple records and insert them into different fields of a single record in another table. The work I am doing requires me to pull the cw_cat_total field(which is the ...
1
vote
0answers
22 views
Launch FileMaker with fmp:// protocol in PHP script?
On Windows, the "fmp://server_address/database_name" protocol works fine in any browser, IE included.
But when I try to execute it from with a PHP script, it works on every browser except IE:
$url = ...
0
votes
2answers
22 views
Need to scrape an image in Filemaker from a Web Viewer
I've got my web viewer pointed at a google static map and I'd like to figure out how to save the image file to view later offline. If you're not familiar, google static map pages are just html pages ...
0
votes
2answers
42 views
Selecting Data from Filemaker Database Via JDBC
I am using JDBC to get data out of a file maker server v12.
For some unknown reason filemaker allows you to have spaces in your table names. I am unable to select these tables because I just get a ...
0
votes
1answer
23 views
Search with multiple JOIN-table atrributes
I'm an absolute FM newbee. I managed to create an address database and build up a tag table which I connected via a join table to the addresses. So far so good. Now I want to create a search form with ...
0
votes
0answers
50 views
Connect to FileMaker Database from Grails app
I can't achieve to connect with a FileMaker database when I use the fmjdbc driver. I put the jar library in the /lib folder and I try connect with the next connection params:
dataSource {
pooled ...
-4
votes
1answer
34 views
Not responding (crashing) after create/open new database [closed]
I just use Filemaker. But I got some problems, here's the description.
Summary : Not responding (crashing) after create or open new database
Product : FileMaker Pro
Version : 12 Advanced
OS ...
0
votes
1answer
59 views
Authentication from scratch: “undefined method `find_by_username`”
I'm trying to include a simple user authentication into my application, based on a filemaker database (using the ginjo-rfm gem). After getting some ideas from Ryan Bates' Authentication from Scratch, ...
0
votes
0answers
32 views
File Maker Pro UI Scripting
I'm trying to import a script from one DB into another in FMP12 and found no other way then using UI scripting.
Most of the time the script stuck when I need to mark the checkbox, complaining that the ...
0
votes
1answer
25 views
Filemaker - Summing a field based on another field
In Filemaker Pro 12, I am trying to write a formula for a calculation field that will sum a field in a related table based on another field in that same related table. The normal Filemaker sum ...
0
votes
1answer
25 views
Accessing Filemaker value lists through ODBC
I'm building a .Net Web application and my data needs to be in Filemaker. Using ODBC I'm working just fine with data stored in tables. But I need also to obtain value lists data. ¿Is this possible in ...
0
votes
0answers
23 views
GPX Waypoint import to Filemaker Pro using XSL stylesheet
I am trying to import waypoints from a gpx file generated by a Garmin 62sc into a Filemaker 12 database. Using the xsl stylesheet from here:
GPX import to Filemaker Pro using XSL stylesheet
I can ...
2
votes
2answers
65 views
Devise on ginjo-rfm
I'm using the ginjo-RFM gem for connecting to a Filemaker Database, and want to use Devise for authentication. The problem with this is the fact that Devise requires my User model to inherit from ...
0
votes
1answer
63 views
XSLT to export FMPXMLRESULT xml document into Excel
I want to export FileMaker table data to an excel sheet with having some formatting. Means the columns of the excel sheet will having some background color, header will have some color formatting ...
1
vote
0answers
50 views
Applescript loading a FileMaker Pro script from another DB file
I need to export some data from a FMP file.
As far as I can see, Applescript cannot export data, but the built in FMP Scripting can.
So I need to tell AppleScript to run a FMP Script, and this works ...
0
votes
2answers
47 views
FileMaker: Getting a specific related record in a one-to-many relationship
Suppose that I have two tables, A and B. A has an ID field, and B has a ID, Value, and Title field. The two ID fields are related, so that there is a one-to-many relationship between A and B.
What ...
0
votes
1answer
28 views
How to upload photo into Filemaker database using script
The requirement is to upload a photo in database through script in FileMaker. I tried with Insert Picture in script but it is not working as expected
0
votes
1answer
64 views
Sending data from AppleScript to FileMaker records
I'm computing some data in AppleScript that I'd like to then insert into a specific FileMaker record. Here's my AppleScript:
on sendDataToFM(FileNameWithExtension, ClipLength)
tell application ...
0
votes
1answer
63 views
Ruby on Rails + Filemaker Database
I want to use RoR to interact with data stored in a Filemaker Database. I've looked at RFM and tried reading trough the documentation, but it's really elaborate and demands a certain knowledge about ...
0
votes
1answer
32 views
how to find special characters present in a String in FileMaker
When a string has special characters then how to find out in FileMaker scripting.
For example we have ABC$XYZ then in scripting we need to find only charaters like A to Z or a to z or 0 to 1 exist or ...
0
votes
1answer
74 views
XSLT: How code nested field & field with multiple parameters?
Now I have a more complicated situation than I asked about in In XSLT for MODS XML to FilemakerPro conversion, how treat a mod with a parameter? . In the XML I'm trying to convert to FileMaker Pro ...
0
votes
1answer
37 views
In XSLT for MODS XML to FilemakerPro conversion, how treat a mod with a parameter?
Referring to query XSLT to translate Zotero xml output to FMPXMLRESULT xml?, how in the XSLT do I refer to a mod such as:
<genre authority="marcgt"> book </genre>
(There are multiple ...
0
votes
2answers
34 views
Export each record of found set to individual file?
This seems like such a simple operation normally, but I can't seem to make FileMaker cooperate.
What I want to do:
1) Loop through each found record, one at a time.
2) Export the contents of this ...
-1
votes
3answers
120 views
xslt: setting variable on for-each
I am trying to export some data in xml format from filemaker using XSLT. I want to display the same data in three places on the xml. I was displaying the data once by using for-each tag. Some how a ...
0
votes
0answers
29 views
Can't rename files and re-create relationships
For the past couple years, I've been helping a local film festival non-profit with the filemaker database that they use to track entrants. The original design was not optimal, because it had all the ...
0
votes
1answer
89 views
Filemaker PHP API newPerformScriptCommand
I have a question regarding the filemaker 12 php api.
I'm trying to run a script which sets a field which in turn determines which records are shown on the filemaker layout. It appears as though no ...
0
votes
1answer
109 views
Insert image file into Filemaker container using C#
I am try to insert a picture (.bmp) into a container field in Filemaker. I have managed to get it to insert fine, but it saves it as a .dat file. I was wondering if there was a way to specify what ...
0
votes
0answers
56 views
Uploading Image File to Filemaker Pro 12
I am trying to find a way to upload in image to a Filemaker Pro 12 database using c#. I have found some information on how to connect using ODBC drivers and executing SQL statements, but nothing about ...
0
votes
0answers
50 views
Automate already open Word document -> Save AS
Is it possible to automate the Save As-process on a document thats already open in Word? I'm using a OLE link between a FileMaker-database and a Word-document. The Document is triggered to open from ...
-1
votes
2answers
198 views
Filemaker Pro 12: Inserting New Record with ExecuteSQL Script
I'm trying to figure out how select info from Table A and then inserting that information into Table B with the ExecuteSQL script. I see how it works by hand, but I cannot seem to make that step where ...
0
votes
0answers
77 views
iPhone app and online database with an easy to use data entry interface
I've been doing a lot of research and I'm tired to be at the same point I started.
I'm currently developing an iPhone app for cooking recipes and I want to use a remote database hosted on my web ...
0
votes
1answer
41 views
Counting in the Subsummary AND over the Found Set, same value different fields - FileMaker 12
Hard to think of a good title for this.
I have a table with Agents and Referrals. The data shows in subsummary parts which are sorted by Agent.
It's easy to get a count when Agent = Referral.
...
0
votes
1answer
48 views
Calculated Container Field Will Never Recalculate
I have a Container field which is set as Auto-enter Calculation replaces existing value. I understand that fields do not recalculate after being set unless they are of type Calculation. Is there a way ...
0
votes
1answer
57 views
moving database from file maker pro7 to Mysql
So I have this fileMakerPro7 database. As my senior project, I supposed to migrate the database to a MySQL database and than give it a PHP Based interface in 3N form...
Company allow us $200 tops to ...
0
votes
1answer
29 views
Showing 4 records in a portal from same table
I have a table that contains students' results. These results are generally broken into four types: term1, term2, term3 and term4. So over a year, a student may have up to four records in that table ...
1
vote
2answers
40 views
How to decode these characters? á é í
I'm querying the MediaWiki API to get Wikipedia data into my Filemaker database. When I load the data into a browser, the characters show up properly but when it comes into Filemaker, characters with ...
0
votes
1answer
166 views
Javascript and HTML5 File API - problems getting file correctly routed to function
I am wondering how to define a file reference for an HTML5 'file' object, to be used as input to a JavaScript function that will convert the file into Base64 encoding, WITHOUT using an interactive ...
1
vote
0answers
114 views
How to reach OLAP Cubes by msmdpump.dll on 64 bit Server?
I have a analysis server database that runs Windows Server 2008 64 bits. And users reach cubes by msmdpump.dll. There is any problem before used FileMaker on same server. I could not analysis server ...
0
votes
2answers
105 views
“Set Value” in Filemaker adding records
I'm working with a Filemaker script (I'm very inexperienced with Filemaker) and I'm trying to use a double nested loop to accomplish an update on all the portal rows for each record. I'm trying to ...
0
votes
3answers
49 views
How can I keep a script from running if user isn't viewing records in FORM VIEW?
In Filemaker Pro 11, I've written a script that is script triggered to run on every instance of OnRecordLoad, however I don't want it to run when user is working in LIST or TABLE VIEWS.
Is there ...
0
votes
2answers
53 views
for-each doesn't work for my xslt
I have a problem I couldn't solve despite extensive searching...
This is a part from an XML.
<contributors>
<authors>
<author>Willett, C G</author>
<author>Tepper, J ...
0
votes
0answers
125 views
Create record in related table *only* if not previously existing there
I have a Filemaker database with a Members table, an Events table, and a join table called Attendance which should list which members attended which events. Attendance has the setting "allow creation ...
0
votes
1answer
52 views
How to Open and Automatically Pan to a Specific SVG ID on a Large Drawing
At the risk of sounding like a rookie, which I am, how can I change the default opening position of an SVG drawing? The drawing is quite large -- 2130 x 3100 px -- larger than my screen area, and has ...
0
votes
2answers
38 views
migrate filemaker 6.5 app to 12 - coding requirements?
I've been given a request to upgrade an application running under filemaker pro 6.5.
It's connected to some serial devices and uses plugin-component (troi) to solve the communication (rs232).
It's ...
-1
votes
2answers
56 views
filemaker pro 7 email entry form for trade shows data collection
I have Filemaker pro 7 (yes a million years old)
I need help to make a very simple email data collection form for trade shows I attend. Lots of people need this kind of form.
I have done it! It ...
0
votes
1answer
498 views
Creating an XSL stylesheet to manage FileMaker Pro XML output
I use XML to feed data to an InDesign template, and am in the process of switching from an older, simpler setup (mapped cells in an Excel spreadsheet) to FileMaker Pro. FileMaker Pro exports the XML ...
0
votes
2answers
218 views
Post data from a PHP form to a File Maker database on File maker pro 12 server
Ok so here is the challenge. I have a File maker database on a Filemaker 12 server hosted on a windows box. I also have a PHP form hosted on a Linux box. How do I get the data from the PHP form to the ...
0
votes
1answer
33 views
File Maker Pro - maintaining multiple mailing lists
I've been trying for quite some time to migrate dozens of separate spreadsheets into a File Maker database.
(1) What is the best schema to implement?
(2) (Assuming we're going to use more than one ...
0
votes
1answer
221 views
Filemaker Pro 12 Exporting current 'Records being browsed' as Excel on iOS
I'm managing a Filemaker Pro 12 solution to create purchase orders and send them via email for the iPad but the iOS Platform doesn't allow to export Excel files.
Currently we are sending the orders ...
0
votes
1answer
167 views
Codeigniter autoload library with parameters
I'm using FX.php together with Codeigniter to access a Filemaker DB. Library and config file are autoloaded in config/autoload.php.
This setup works perfectly well on my development machine (OS X, ...


