Description: Return tha filename from a given full path - i.e. remove the directories.
FileMaker Prototype:
Set Variable [$res; ACFU_GetFilenameFromPath( string_path)]
Category: BOOTSTRAP
NOTE: The bootstrap library comes preloaded in the plugin.
Read more
To use Bootstrap functions from other ACF packages, add "USE bootstrap;" just below the package header.
From FileMaker, use the prototype provided above.
Why is it preloaded? Since the developer tools depend on it. It makes it easier to work with the tools withoud having to load the bootstrap package first.
If you need to modify a function, copy the source code and give the function a different name.
If it includes a FunctionID statement, either remove it or assign a new unique FunctionID outside the 200-300 range.
CalendarWithImage Draw a calendar month with a image on top, logo, qrCode, etc.
drawCalendar A function to draw a calendar image using the Image Drawing capabilities.
MakeContainerFromPath A small utility function to load a container field with the content of some file. To avoid fighting with filename paths and "Insert Image" script step.
AnnualReport_DemoFurnitures Full package with report generation to Excel, adding 3 different chart types to the report. Stacked column and line-chart on sheet 1, 2 and 3. Multiple doughnuts on sheet 4.
MakePlatformBannerImages Full package for adding plattform banners overlay on product images. Uses ImageMagic
RetrieveDataFromExcel Return a two-dimensional JSON array from the content of a Excel Spreadsheet
DragAndDropOptions Create Option JSON object for use with the new Drag & Drop functions in the ACF-Plugin 1.7.7.4, now 1.7.8.2 is available.
LocalizedDate Convert at Date or Timestamp value to a localized string
DemoGetSQLdata A short demo to demonstrate the named placeholders and the INTO statement in ACF-plugin SQL.
GenJWTtoken Create and sign a JWT token for use in API-authentication