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
-1
votes
1 answer

Filemaker WebViewer borders

I'm using Filemaker WV to show a google map. WV text contains some javascript code. There is always a scroll bar on the right; when scrolling, you get a white part of the WV displaying a text "aesthetically displeasing" /* Java Script */ My…
paolo
  • 3
  • 3
-1
votes
1 answer

SQL: Calculating a field on the fly - based on entry in related table

Im building a very simple trip-booking system. Im used to Filemaker and love the calculation fields it have. Im new at sql and I dont have the brains to figure out this following 2 things: I have two tables "Trips" and "Bookings" Trips:…
Jacob
  • 29
  • 4
-1
votes
1 answer

I am having trouble getting this SQL statement to filter the table by a starting date and ending date field

I am having trouble getting this SQL statement to filter the table by a starting date and ending date field. All the fields are in the same table and I am not sure if I have formulated something incorrectly... I am obviously new to SQL thanks in…
Jim Cox
  • 11
  • 2
-1
votes
1 answer

Trying to Understand Google Calendar API Service Account Authorization

I am new to using Google API and I am struggling to understand how it works. I want to be able to access a calendar and add events to it. I don't want the user to login every time because it will be a universal calendar that holds invoice due dates…
-1
votes
1 answer

Filemaker and Autocomplete For Addresses And Search Terms

I try to use include in Filemaker 14 this google api Autocomplete for Addresses and Search Terms. I use this form. I wish to grab the datas of the sourcecode in the corrects FM fields. But I don't find the datas in the source code. Does anyone ever…
-1
votes
1 answer

Tab control to autoenter field contents

I have a set of tabs inside the window items layout in the database file. when I click the plus popover button, I want it to generate a new record in the products layout and fill out all the fields based on the active tabs and the extra description…
Jeremy
  • 41
  • 3
-1
votes
1 answer

Slow connection to Filemaker Server from other countries

Our company server is located in China and we used Filemaker make own ERP system. In China all our staff is using Filemaker Pro or Go to connect to the server, and of course there is no problem with connection. Latency is about 30-50 ms. But all…
amanbolat
  • 81
  • 1
  • 12
-1
votes
1 answer

How do I Add a timestamp to a git clone for a Filemaker file?

A rather odd application I suppose...but how can I add a timestamp to git clone for a Filemaker file. Ideal on my MAC I'd like to use something like: sudo git clone -l -s -n . ../Dev_copy_[date_time] I've tried the follow: sudo git clone -l -s -n .…
paulywill
  • 629
  • 10
  • 29
-1
votes
2 answers

Iterating an XML String in C#

I'm having trouble iterating through a xml string in C#. Looked everywhere online but the examples load an actual .xml file whereas I'm trying to just iterate the string. I have the following method that returns XML as a string public static string…
user5120455
  • 141
  • 2
  • 4
  • 15
-1
votes
2 answers

Working with layout object attributes and variables in FileMaker

This is the first time I'm encountering GetLayoutObjectAttribute and I am having serious issues with it. My variable $web won't set. I think it's because PD_WebV isn't the right object name to refer to, but I don't know how to find the right object…
pHorseSpec
  • 1,246
  • 5
  • 19
  • 48
-1
votes
1 answer

why net use delete command returns question mark

A filemaker script calls 'net use delete x:' command, but the return value is '?'. does anyone knows what does that mean?
Bo Yu
  • 1
-1
votes
1 answer

Network port error while installing Filemaker Server

I am relatively new to Filemaker Server. I just downloaded the demo to test it out and I got an error saying To install Filemaker Server, ports 80 and 443 must be available. I currently have an apache web server running on the machine and I know…
-1
votes
1 answer

jquery Datatables with dialog button

I am trying to utilize a button that will open a dialog based on the specific row that the button is located in. I have attached my code below. The button is class is dlg-outletpart-btn: Here is the jquery javascript portion: