Questions tagged [filemaker]

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

FileMaker is a cross-platform (OS X and Windows) database development environment targeted at both novices and professional developers, with deployment for desktop, mobile and web applications.

1303 questions
3
votes
1 answer

SecurityError (DOM Exception 18): The operation is insecure

I'm using 'FileMaker Pro' to show 'three.js' drawing with texture. All is fine inside FMP client, but as soon as I open it in WebDirect, I'm getting this error: SecurityError (DOM Exception 18): The operation is insecure. I load 'THREE.JS' from http…
Martin Pineault
  • 87
  • 1
  • 14
3
votes
2 answers

How to write symbol in c# that represents the gender masculine

I wan't to concatenate some id's in C# code to export to a specific data base. The problem is that data base use a specific symbol to concatenate the id's. The symbol used is like the symbol for the gender masculine (something like this: ♂). If I…
miguelbgouveia
  • 2,963
  • 6
  • 29
  • 48
3
votes
1 answer

Filemaker via PHP

I am working on a php script that gets the values of the fields inside a Filemaker database. What I want to accomplish now is how do I edit/update the field values of each field to new values and should be saved in the Filemaker database. This is my…
3
votes
3 answers

Filemaker SQL query with question mark in column name using JDBC

I am trying to select a column from Filemaker using JDBC that has a special character in it. I have seen other posts related to having spaces or other special characters in them and have tried quoting my columns but the question mark throws another…
Andrew Wynham
  • 2,310
  • 21
  • 25
3
votes
1 answer

FileMaker 9 & PHP API - Total record count?

The only way I can see to get a total record count necessary for setting up some sort of pagination mechanism would be something like: $fileMakerObj = new FileMaker( /* credentials redacted */ ); $fc =…
David
  • 17,673
  • 10
  • 68
  • 97
3
votes
4 answers

Filemaker Using Web Viewer to build Database Navigation Menu Using Callback URLs

I would like to use the Filemaker web viewer to build and style a database navigation menu. I have found a handful of samples and I have played with the code but the problem that I am having is that it launches in another window (Note that I also…
Thesis
  • 296
  • 1
  • 2
  • 22
3
votes
3 answers

Apache commands with 2nd instance on Mac OS X

I have a Mac OS X 10.9/Mavericks Mac which I have just installed FileMaker Server v13. The FileMaker Server installer creates its own instance of the Apache web server and configures this web server to use port 80 for HTTP and port 443 for HTTPS.…
user982124
  • 4,416
  • 16
  • 65
  • 140
3
votes
1 answer

Exporting from Filemaker to MySQL...in 2014

I have FM11A (client only for now, but the project should run on a FM Server either 11 or 12-13) on a WinXP machine where I also run a MySQL server (5.5) for testing purposes. I have a database fully working on filemaker and I am developing a…
Diego
  • 127
  • 2
  • 13
3
votes
4 answers

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" and that each repetition is concatenated with a…
Afrosimon
  • 285
  • 1
  • 4
  • 14
3
votes
1 answer

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?
marko
  • 10,684
  • 17
  • 71
  • 92
3
votes
4 answers

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 "Stock Number" = 33989 AND ImageOrder = 1 According…
TexasT
  • 235
  • 1
  • 6
  • 17
3
votes
3 answers

Filemaker Version Control?

Is there any existing Filemaker version control solutions available? I'm working on two diverging FM projects that share scripts and custom functions. Updating both FM files is becoming a nightmare. Does anybody know of any solutions or have any…
Zip184
  • 1,792
  • 2
  • 21
  • 34
3
votes
1 answer

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 I fail to get it to work in this case. Here's a…
TexasT
  • 235
  • 1
  • 6
  • 17
3
votes
3 answers

Selecting from FileMaker table via JDBC when the table name contains spaces

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 syntax error. I have written an application in…
Daryl B
  • 525
  • 5
  • 16
3
votes
2 answers

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 Filemaker database? Here is what I have tried. …
Audo
  • 135
  • 1
  • 2
  • 7
1 2
3
86 87