Home About MACC MaccAmblings News Clients-Projects DADI ContactZ FMP Tutorial Posterous blog MacDood Blog MaccDev


Jump Menu


Last Update on
April 14, 2010

 



macc logo

Scripting the process - the power inside Filemaker

Below is the script that puts it all together

script1
  1. First we set a variable which identifies the current record: $fmsernum
  2. then we find a data set for my iphone system and export them to iphone.xml for my iphone apps page
  3. next we do the same for the file news.xml which feeds the news.html page
  4. Then we find the record we started with using the var $fmsernum
  5. We set a global field with the name of the new graphic which is then used to upload the new graphic
  6. the next 3 lines of the script run with a parameter that lets the plugin upload the correct xml and graphic file.

 

 

Here is the script that calls the php code:

 
script2

This how the magic happens.

Thanks for listening.

 

Filemaker Solutions Alliance