Tagged Questions

FileMaker is a cross-platform (Mac OS X and Windows) database development environment.

learn more… | top users | synonyms

4
votes
4answers
532 views

How to speed up MySQL INSERTs/UPDATEs?

I have three large MySQL tables. They are approaching 2 million records. Two of the tables are InnoDB and are currently around 500 MB in size. The other table is MyISAM and is about 2.5 GB. We run ...
3
votes
2answers
452 views

FileMaker 11 PHP and ODBC new line / carriage return

I am connecting to FileMaker Pro 11 Server with a ODBC Connection. I am importing some information from the eBay API. When I recieve the address from ebay, it comes in two fields address1 and ...
3
votes
1answer
331 views

How does Alpha Five Version 10 Rate for Web App Development

I came across this RDMS via the advert on stackoverflow. Seems to be in the vein of MS Access / Filemaker / Apex database development tools but focused on web based applications. It quotes rave ...
3
votes
15answers
6k views

What Are the Pros and Cons of Filemaker?

A potential customer has asked me to look at some promotional flyers for a couple of apps which fall into the contact management / scheduler category. Both use Filemaker as their backend. It looks ...
2
votes
1answer
115 views

Setting min and max pool size for ODBC Drivers in Windows

I have coded a C# application to setup an ODBC connection to any ODBC enabled DB. I have used this application to connect to FileMaker DB via ODBC. To achieve better performance, I have enabled the ...
2
votes
2answers
220 views

working with global variable with multiple repetition in filemaker pro 10

Hi all i have declared a global vriable with 2 repetition, set variable [$$arr[2];value:"9557878322"] as i know i have declared it with 2 repetition so that it should store maximum two value but i ...
2
votes
2answers
183 views

FileMaker - ODBC/JBDC Connection - What Dialect of SQL

I set up DB Visualizer as a JDBC client for FileMaker Pro 10 Server and it's working but I'm not sure what SQL syntax to use. For example select * from Holidays limit 10 yielded a parse error. ...
2
votes
3answers
2k views

How to change MySQL date format for database?

We are using a MySQL database with FileMaker. It appears that when FileMaker is reading the MySQL tables, it will only accept dates in the format of m/d/y. Is there any way I can get our MySQL ...
2
votes
3answers
236 views

How are people copy protecting FMP runtimes?

I have a slew of choices for Real Basic and Revolution but the only folks who seem to have offered scripts for time trials and registration of FMP runtimes have disappeared. I can essentially port ...
2
votes
5answers
1k views

C++ Serial Port Question

Problem: I have a hand held device that scans those graphic color barcodes on all packaging. There is a track device that I can use that will slide the device automatically. This track device ...
2
votes
4answers
2k views

Filemaker 10 get url put contents into field

Im trying to get the contents of a webpage put into a field in Filemaker pro 10. Does anybody know the code to do this in the scripmaker? I have a field called URL that has the url I want and a filed ...
2
votes
2answers
750 views

FileMaker Pro 10 and xDBC ODBC Plugin

Has anyone got a ODBC data source setup for FileMaker Pro 10 on Windows? The documentation that ships with FileMaker Pro 10 does not make sense as it is saying to click on a set-up file that does not ...
2
votes
4answers
4k 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 ...
1
vote
1answer
79 views

Confirm delete modal/dialog with Twitter bootstrap?

I have an HTML table of rows tied to DB rows. I'd like to have a "delete row" link for each row, BUT I would like to confirm with the user beforehand. Any way to do this using the (Twitter) ...
1
vote
1answer
55 views

FileMaker - How to have a calculated field reference two tables sort of?

Hiy guys, Let's say I have these three tables*: ClownOrders ------------ _pk_order_id status ClownOrderLines ---------------- _fk_order_id _fk_clown_car_id amount ClownCars --------------- ...
1
vote
1answer
72 views

Making a timestamp from 01-01-0001 to a given date/time

I have got an issue in which I am using the FileMaker PHP API which interacts with the FileMaker platform from the web. My Issue is that the FileMaker Platform does not use the typical epoch but ...
1
vote
1answer
138 views

Dynamic Layouts in Filemaker

First off I am new to FM but I have a good handle on the basics. What I need to do is this - in a contact information type layout I want to be able to alter the layout based on a specific field. Ex. ...
1
vote
3answers
141 views

Integrating FileMaker database with Magento

i have to write magento web app fully working with file maker database :( I suppose to accomplish that i should overwrite database core files with code using filemaker php api, am I right ? Maybe ...
1
vote
1answer
61 views

FileMaker Security Questions

I am currently working with FileMaker and their PHP API, and I have to search, insert and update database entries from a website. I just have a quick question really. Is there any specific security ...
1
vote
1answer
88 views

how to query a layout via ODBC in Filemaker Database

I have to access a FileMaker DB via ODBC in a C# application... When querying database table, everything goes fine. However when it comes to query a layout named XYZ for instance (as far as I ...
1
vote
1answer
82 views

Objective C Scripting Bridge with FileMaker Pro 11

I'm trying to use scripting bridge to communicate with FileMaker pro 11, I can get it to launch the App, open the correct database file but can't get any further. Has anyone got an example scripting ...
1
vote
1answer
97 views

FIleMaker + Windows 7: Web Viewer Memory Issues

My company has developed a pretty massive FileMaker app. Instead of using FileMaker's Container object to handle pictures, I more or less wrote my own version of 360Works SuperContainer in Rails and I ...
1
vote
3answers
155 views

How to get correct character-encoding between mysql and filemaker

I'm unsure if this is a php-, filemaker-, mysql- or an odbc driver issue. For security reasons the input fields of my current php webform convert special characters into hex codes, (for example: # ...
1
vote
2answers
85 views

Send HTTP POST through FileMaker Pro

I'm trying to do a simple image POST to a php script through FileMaker Pro. I have the image in a container. Is there a way to post this to my URL so that I can use the normal PHP upload etc to take ...
1
vote
2answers
35 views

Filemaker errors

Ive recently started using filemaker to create some contact databases.. i figured it would be easier to get accustomed to to it if i played around with one of the templates.. after having tweaked the ...
1
vote
5answers
310 views

Mac Database which one (SQL Server • MySQL • SQLlite • FileMaker • Cocoa SQL)

I would started a database project (Accounting Application) for now Mac version which will be available in AppStore. For future might be on iOS, Windows and web base. I need database app that don't ...
1
vote
1answer
155 views

Filemaker PHP API date range find

I am trying to find a certain set of data from my Filemaker DB, for example $fm = new FileMaker(****, ****, ****, ****); $find = $fm->newFindCommand('MyLayout'); ...
1
vote
2answers
122 views

Database on iMac

I want to create a database on my iMac in order to store contacts aswell as other data in a structured hierarchy.. i need to be able to access and add/edit/delete entries on this database from ...
1
vote
2answers
177 views

How can I get a WebViewer in FileMaker to print text consistently?

I am using FileMaker (FMP 11) to display a webviewer (which, as far as I understand it, is basically an embedded Internet Explorer on Windows and Safari on Mac). The webviewer contains a table of ...
1
vote
2answers
206 views

filemaker import and export from MySQL

I have database in MySQL V5. I wants to import and export data to MySQL using File Maker pro 11 without creating any file.i.e. I want direct connection between File Maker and MySQL. Please help ...
1
vote
3answers
331 views

Conditional Statements in XSLT when having to choose a tag from several elements

I am relatively new to XSLT but am trying to learn it to provide a solution for a client. Although the ultimate aim is to write an XSLT for Filemaker Pro, I would like to first get the HTML one right. ...
1
vote
1answer
115 views

FileMaker 11: Can't widen layout?

The company that I work for has been using FileMaker since v5, I believe. For some reason, in our database, we can't seem to widen any layouts beyond something like 615px - not even if I create a ...
1
vote
2answers
329 views

FileMaker Pro 9: Automate script to run daily? [Windows XP]

I wrote a script in FileMaker Pro 9 to export some records to a .tab file, and I need this script to run daily. I am running Windows XP. I haven't found any function in FM to take care of this - is ...
1
vote
2answers
131 views

Filemaker XSL 20sec Query Latency

I have an ASP frontend that loads data from a Filemaker database using XSL to perform simple queries. The problem is that the first page load takes 20 seconds +/- 200ms, then the next few page ...
1
vote
2answers
601 views

Best solution for a database driven web application? [closed]

I have been planning out the development of a web application written in PHP using the CakePHP framework. This application will be heavily dependent on a SQL database. The primary intent of the ...
1
vote
2answers
2k views

how can I restrict user access on specific pages? (Drupal, php, FileMaker Pro 10)

I am working on a website which already has user access set up so that only members who are logged in can see certain pages. Now i need to go in and make the access for logged in users more specific. ...
1
vote
1answer
492 views

Filemaker XSL Select Column By Name

I am looking to export from Filemaker using column names (instead of positions). Currently I export the following XSL stylesheet that exports by position with: <?xml version="1.0" ...
1
vote
4answers
343 views

FileMaker Pro vs CiviCRM

I would like some input about these two softwares since we are trying to change our current Access database, which has brought many problems and is completely outdated (it was built 10 years ago). ...
1
vote
1answer
1k views

Help with replacing Mac factory install of apache with MAMP PRO so FileMaker will work with my other websites?

I am running Mac 10.4 and have been using MAMP PRO to host several websites I manage. Now that I have installed FileMaker Pro Server, it forces me to turn Web Sharing on in System Preference. So is ...
1
vote
2answers
178 views

Filemaker 10 - Filling a field with “.”

I'm trying to create a Table of Contents for a small publication using Filemaker 10, since that's what the data has been stored in previously. I'm able to generate page numbers, add heading to the ...
1
vote
2answers
262 views

Filemaker repeating fields and ODBC

So I'm transferring an old filemaker database to MySQL and some repeating fields are causing me some problems. I've read that the ODBC standard support those fields, only when their types is "Text" ...
1
vote
3answers
1k views

Communication between applescript and FileMaker

I'm currently writing an applescript to be run within FileMaker. I need to tell filemaker what the name of its application is (FileMaker Pro or FileMaker Pro Advanced or whatever) so that I can within ...
1
vote
1answer
674 views

Using IsEmpty function in a filemaker Pro (v9) calculation with multiple fields

Seems like a simple question, and it probably is, but for some reason I just can't get it to work for me today! I want to write a simple calculation to return a value based on a heirarchy of fields. ...
1
vote
1answer
86 views

Filemaker Objects

I'm trying to copy some field values to a duplicate database. One record at a time. This is used for history and so I can delete some records in the original database to keep it fast. I don't want to ...
1
vote
1answer
124 views

What are the Filemaker 10 script trigger events?

I want to run a script when a field is changed and with script triggers I think it's possible. Bu I don't know how to.. Can anybody please help?
1
vote
1answer
339 views

Are there any Open Source FileMaker Plugins?

Does anyone know of any open-source FileMaker plugins? The only one I currently know of is Keystone (http://code.google.com/p/keystonefilemakerplugin/) Just wondered if there were any others? ...
1
vote
4answers
593 views

Filemaker GetAs…How to display Container Field on webpage?

I have an ASP.Net application that needs to display an image that is stored in a Filemaker Container field. My query statement looks like: SELECT GetAs(Image, 'JPG') FROM UA_Item_Pictures WHERE ...
1
vote
1answer
516 views

Filemaker Sql Queries against columns with spaces in the name

I have an ODBC DSN setup to hit a Filemaker database from my ASP.Net application. I'm trying to form a valid query where the column name has spaces in it. In T-SQL, you would enclose it in []. But ...
1
vote
4answers
436 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 ...
1
vote
3answers
958 views

XSLT question. How to pair field tags with data when original XML has them in separate sections?

I hope I don't lose anyone by mentioning Filemaker. I am trying to turn it's XML export into something usable by SSIS. FM's native XML export has field names and data in separate sections of the ...

1 2 3 4