Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Juggernaut

Featured Replies

Not exactly an XSL file, here is a perl script that retrieves a tab delimited file from a web server running perl. this can be useful to get text files into FileMaker that are generated by a cgi guestbook or download counter, to access webserver statistics. you can also use it to update data in a bound solution without having to send & manually import the files without having to run FileMaker Web Companion on the server side.

The script takes the first row of data as field names. Simply throw it in a perl-enabled, password protected cgi-bin directory, add a data file ("data.txt") and access via FileMaker XML import, http://yourserver.com/perl_directory/fmpxml.cgi

This is pretty much work in progress, it will eventually be possible to write data as well as receive it, integrate password protection, find, sort, retrieve data selectively. However, practical use will be limited by FileMaker's inability to send https & POST requests, but it should be sufficient to update an address book etc. on your web site.

fmpxml.zip

"...FileMaker's inability to send https & POST requests..."

...but which can be done with a plugin.

Nice job, Christian!

  • Author

>...but which can be done with a plugin

I know. Some kind of plugin is needed to encode the url as well, unless you run full FileMaker Client. But still, being able to almost do http import just to notice you cannot use it because of those 3 vital elements missing ....

  • Author

The good thing about this perl stuff is that once you get the XML right, you can convert any perl cgi into a Filemaker external (web) function. Just grab a couple of modules from CPAN, modify a free cgi so it outputs XML instead of HTML, and off you go.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.