0
votes
3answers
198 views
FileMakerPro equivalent for Linux?
I've got a possible client who has mocked up an application in FileMakerPro, shown it to me, and said "can you do this, but I want it to run on both Linux and Windows XP?" He want …
0
votes
3answers
20 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 …
0
votes
1answer
15 views
FileMaker Plugin Issue
I am compiling a plugin for FileMaker using Xcode.
I get no errors or warnings, and my 'target' is my FM/Extensions folder. Everything works well on my computer. It installs and t …
1
vote
1answer
20 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 enc …
0
votes
5answers
204 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 t …
0
votes
8answers
675 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 …
1
vote
5answers
163 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 ur …
0
votes
1answer
206 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-u …
0
votes
5answers
144 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 …
0
votes
2answers
108 views
How does one import XML files with repeating fields into a FileMaker database?
I'm using FileMaker Pro 9 and I want to take a database with repeating records (e.g. one field is "Lines" and it can have up to 9 strings) and import data into it from an XML file. …
0
votes
1answer
52 views
how to script with isempty in filemaker?
i have CONTACT table and ZIPCODE tabel they are related.i want a script when a user type the post code if isn't in zipcode table then get stored there.if not then get stored in CON …
0
votes
2answers
120 views
In Filemaker Pro IWP, how do you force a text field to disallow carriage returns?
I'm using Filemaker Pro's Instant Web Publishing feature. I've added a simple text field and button to a layout, set up tab ordering and the option that makes the field move to the …
0
votes
4answers
118 views
FileMaker Layout
I have a table like this:
Application,Program,UsedObject
It can have data like this:
A,P1,ZZ
A,P1,BB
A,P2,CC
B,F1,KK
I'd like to create a layout to show:
Application,# of Prog …
0
votes
1answer
183 views
Filemaker Pro 10: How to get the unique ID of last insert on mySQL tables (ODBC)
I have a filemaker script that inserts a new entry on several imported mySQL tables. I need to get the unique id of these entries as they are created (before or after, either way) …
1
vote
3answers
210 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 …
