filemaker

平民开发者利器:FileMaker助力AA健身高效管理工作室

旧街凉风 提交于 2020-03-02 06:41:11
“工欲善其事,必先利其器”,作为健身私教工作室AA健身的创始人,袁其卫深谙这个道理。AA健身是北京地区一家专注为个人量身打造体重管理、增肌塑形、产后恢复、运动康复等私人定制服务的健身工作室,从2013年至今,北京的两家门店已服务超过1500名会员。作为一个善于解决问题、乐于享受挑战的领导者,对于如何高效管理工作室,袁其卫有自己的秘诀:他选择了用2个月的时间,“拿起”FileMaker这柄平民开发者的利器。 “FileMaker非常容易上手,我最喜欢它灵活机动的可定制化功能。完全不受限制,想怎么用就怎么用。”袁其卫表示。 什么是“平民开发者” AA健身创始人袁其卫,今年30岁,毕业于山东体育大学运动训练专业,曾是一名专业的健身教练。他虽然毫无编程经验,但是他头脑敏锐,善于解决问题,并且对技术充满了好奇。 2013年,袁其卫创立AA健身工作室之初,就下定决心,找一款好用的管理软件解决传统健身房常见的会员信息采集问题。 来源: oschina 链接: https://my.oschina.net/u/3611008/blog/2231175

FileMaker's ODBC Driver doesn't release Handles (memory leak)

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-17 02:24:07
问题 After a whole day tracking down a memory leak in my VB.NET project, I have traced the cause to a bug with FileMaker's ODBC driver ! To reproduce you'll need a database you can connect to (I have mine hosted on Server Advanced 11.0.3, but you can also host it locally), and the ODBC driver registered/installed on the PC (I tested versions 11.3 and 12.0, and the latest 12.2). Start a new VB.NET WinForms project, add a button to the form and paste this code onto the button's click event: Using cn

How to retrieve data from related past records

老子叫甜甜 提交于 2020-01-15 15:34:12
问题 I am using Filemaker Pro 12. I want to create a student report that contains results from previous terms. For example, each year there are 4 terms. The report in term 1 contains only the result of term 1. But in term 2, the report contains the results from both term 1 and term 2. This continues until term 4 (end of year) which the report will contain the results from term 1 to term 4. I created 4 fields ca1_percent , sa1_percent , ca2_percent and sa2_percent in the Results table. My Results

SQL-92 (Filemaker): How can I UPDATE a list of sequential numbers?

允我心安 提交于 2020-01-11 14:11:34
问题 I need to re-assign all SortID's, starting from 1 until MAX (SortID) from a subset of records of table Beleg, using SQL-92, after one of the SortID's has changed (for example from 444 to 444.1). I have tried several ways (for example SET @a:=0; UPDATE table SET field=@a:=@a+1 WHERE whatever='whatever' ORDER BY field2), but it didn't work, as these solutions all need a special kind of SQL, like SQLServer or Oracle, etc. The SQL that I use is SQL-92, implemented in FileMaker (INSERT and UPDATE

XPath to parse eCFR XML using attributes and nodes

坚强是说给别人听的谎言 提交于 2020-01-06 20:25:32
问题 This question has been significantly edited to make things a bit clearer. I am attempting to pull data out of the electronic Code of Federal Regulations XML feed (http://www.gpo.gov/fdsys/bulkdata/CFR/2015/title-15/CFR-2015-title15-vol2.xml) and am having trouble. Specifically, I'd like to grab data that will be matched by a combination of Node and Attribute. In the following snippet of XML, you can see some of the text I'd like to grab. I would like to obtain the data for each FP node where

XPath to parse eCFR XML using attributes and nodes

别等时光非礼了梦想. 提交于 2020-01-06 20:24:59
问题 This question has been significantly edited to make things a bit clearer. I am attempting to pull data out of the electronic Code of Federal Regulations XML feed (http://www.gpo.gov/fdsys/bulkdata/CFR/2015/title-15/CFR-2015-title15-vol2.xml) and am having trouble. Specifically, I'd like to grab data that will be matched by a combination of Node and Attribute. In the following snippet of XML, you can see some of the text I'd like to grab. I would like to obtain the data for each FP node where

Perform analysis on last three values of a FileMaker dataset

99封情书 提交于 2020-01-06 17:59:19
问题 My end goal is to have a box change color when the last 3 records input into a field (based on the time of input) in FileMaker achieve a certain criteria (ex. variance < 2). I would like to know how to make this happen, or how a calculation/script can be written to only look at the last 3 records. 回答1: There are several ways you could approach this. A simple one would be to use a script to: Show all records in the given table; Unsort them (assuming they were entered in chronological order;

Exchange calendar events loading

岁酱吖の 提交于 2020-01-06 07:53:27
问题 Hi I have made a calendar for my app and I would like to load exchange event for my users and google events. with google I have no problem. with exchange I have problems. I send to "https://login.microsoftonline.com/common/oauth2/v2.0/token" and I receive a token. it's something like that. EwBAA8l6BAAURSN/FHlDW5xN74t6GzbtsBBeBUYAAcqNb1kIX9b/liOdPTXazuaR2hWMEoNw2C05YB1EY9TkBJnaODxewxD9mZFBbWEE8SRURnQDqM7IJQNw8toNSQ4Kb3/bw8vS05En984UQ3JG1xZAFpnsGPjktrpNhvna9SdRVLfxHHKzzeCnrLbWN4uiUzh

XSLT to translate Zotero xml output to FMPXMLRESULT xml?

本秂侑毒 提交于 2020-01-03 03:23:25
问题 I need to get items from a Zotero database into FileMaker Pro. The most obvious way to do that is to export from Zotero into xml, translate that xml into the FMPXMLRESULT xml format, and then import into FileMaker Pro. I'm a complete newbie to dealing with translating xml formats. Does anybody have an xslt that will do that, or to provide me with some suggestions specific to these two xml formats (not just general xslt/xml references)? The Zotero xml output is in the Library of Congress MODS

XSLT to translate Zotero xml output to FMPXMLRESULT xml?

痴心易碎 提交于 2020-01-03 03:23:04
问题 I need to get items from a Zotero database into FileMaker Pro. The most obvious way to do that is to export from Zotero into xml, translate that xml into the FMPXMLRESULT xml format, and then import into FileMaker Pro. I'm a complete newbie to dealing with translating xml formats. Does anybody have an xslt that will do that, or to provide me with some suggestions specific to these two xml formats (not just general xslt/xml references)? The Zotero xml output is in the Library of Congress MODS