Resource Calendar as Add-on is now available: InstallResourceCalendarAddon.fmp12.zip
New! The Add-om installer contains now 2 versions, Resource Calendar and Immo Calendar. Immo Calendar is the choice if you manage bookings for i.e. rooms or flats, resources that can't be belong to more than one group.
Get install code from installer dialog €45 (PayPal).
Sample files created with the Add-ons:
ResourceCalendarSample.fmp12.zip
ImmoCalendarSample.fmp12.zip

New! Balimusic Calendar Add-on: InstallBalimusicCalendarAddon.fmp12.zip
Stripped down version of Resource Calendar to month, week, day and list views (fullcalendar views), groups as resource filters. Get install code from installer dialog €30 (PayPal).

ResourceCalendar.fmp12.zip (supporting FM19)

ResourceCalendarV4.fmp12.zip | ResourceCalendarSchedulerV4.fmp12.zip

ResourceCalendarV4Rest.fmp12.zip | ResourceCalendarSchedulerV4Rest.fmp12.zip

ResourceCalendarSchedulerV4GUI_Data.zip

Place unziped folder(s) to
macOS: ~/Library/Application Support/FileMaker/Extensions/AddonModules/
Windows: %LOCALAPPDATA%\FileMaker\Extensions\AddonModules\

TinyMCE: TinyMCE based HTML Editor, prints using the browser. Drop on layout and click the refresh button, read the integration guide under ?-button. For additional instances, drag again from the Add-ons pane, don't duplicate.

TinyMCE.zip

Rich Text Editor PDF: Quill based Rich Text Editor, prints using the browser, saves content as pdf to a container. Drop on layout and click the refresh button, read the integration guide under ?-button. For additional instances, drag again from the Add-ons pane, don't duplicate.

Update 2021-06-27 use webviewer to display created pdf (windows >= 19.3.1)
Update 2021-10-14 write checks context now (record primary key), webviewer calc in it's calculation, prevents flashing on cached records.

RichTextEditorPDF.zip

Month Cal: date picker in iCal style. drop on layout, ungroup object, delete blue dot, redirect the field to your field.

MonthCal.zip

Swiss QR Bill: drop on a helper layout and read the description text for integration.

SwissQRBill.zip

Value Card: drop on Layout, ungroup object, delete blue dot, configure your values and target field in Let()-statement of the "Hide Object When"-trigger. Key- and value need to be delimited by "||". If you provide just one column, then key and value are the same, the value list will be sorted in order of the provided values. Set _entity to what you want your button-bar label named, i.e "Values" as in the screenshot example.
To have the actual value displayed if just one value is chosen, edit the calculation of the button-bar label.

ValueCard.zip

Magic Value List: drop on Layout, ungroup object, delete blue dot, redirect the field to your field, set your values in Let()-statement of the "OnObjectEnter"-trigger.

MagicValueList.zip

Magic Value List Two Column: drop on Layout, ungroup object, delete blue dot, redirect the field(s) to your key-field(s), set your values in Let()-statement of the "Hide Object When"-trigger. Value- and description need to be delimited by "||", if provide just a value no description, the value list will be sorted in order of the provided values.

You need one valuelist definition per simultaneously displayed field. A valuelist consists of a table MVL_ValueListXX, where XX is a distinct number x-bound to table MVL_ValueListLink and a valuelist definition.
3 valuelists are set up, just add more if needed, delete unused.

MagicValueListTwoCol.zip

Collect records of a found set into a JSON object and transfer it to another file.
Parse the JSON object to a VirtualList.

Collecting can be done by native FM json functions, MBS json functions or using ExecuteSQL and some custom functions.

Inserting/updating can be done by parsing the json object by native json or MBS json functions, or by MBS or Base Elements FM SQL functions reading the data from the VirtualList.

JsonTransfer.zip

Access the device's camera(s) to take a picture and store it to the database.
For FMS 17 and up it uses the Data API, FMS16 and less CWP/php to transfer the picture from the web viewer to the database.

Installation:

  • enable WebDirect, Data API (php/cwp for FMS < 17)
  • For FMS < 18 install BE Plugin (Server side get it from here: https://baseelementsplugin.zendesk.com/hc/en-us/articles/360017562794-Downloads)
  • load file to server, open it with FMP. If your server's host name does not match webd base url, either rename it or edit $$apiurl to return the webd base url.
  • run script getLinkCommand, run this command on FMS host to symlink the web root into FMS documents  directory
  • run script writeLibraryFiles, installs the needed web resource files to FMS web root
  • open file using WebD

VideoCapture.fmp12.zip

Using VirtualBox - Data directory on host nfs-share

Install your "portable" FileMaker Server on your developer machine in a lightweight VM, keep Data on your filesystem.
Or install FMS19 additional to your locally installed FMS16/17/18 (macOS)