Serial plug-in for FileMaker Pro 15 updated to v4.5.1
Our serial port plug-in that gives FileMaker Pro easy and powerful access to external devices with a serial interface was updated today.
Continue Reading
Our serial port plug-in that gives FileMaker Pro easy and powerful access to external devices with a serial interface was updated today.
Continue Reading
Updated file management plug-in for FileMaker Pro 15 adds the creation of transparent thumbnails and getting file icons.
Continue Reading
You can get this list easily into FileMaker Pro with the TrFile_ListFolder( ) function. In ScriptMaker add this script step to a script:
Set Field [ result, TrFile_ListFolder( “-Files -Folders” ; “Mac HD:”) ]
This will return a text list of all files and folders on the hard disk “Mac HD”. The two switches -Files and -Folders indicate you want both types returned. This might return for example this:
Test.fmp12
Desktop Folder
Program files
Financial report.xls
and so on…
Continue Reading