If the new playstore 2.0 version does not behave nicely, get the previous version below.
For the non free version, send a message.
genderlite_v1.30.apk.zip
more about Gamelan Gender Wayang: balimusic.ch
If the new playstore 2.0 version does not behave nicely, get the previous version below.
For the non free version, send a message.
genderlite_v1.30.apk.zip
more about Gamelan Gender Wayang: balimusic.ch
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
As the Claris provided Add-on wont print, I built my own from the quill-source.
Sync either quill's delta (json object) or the rendered html with a FileMaker field.
Printing is done using the browser.
Version that saves content as pdf into a container
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.
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.
Month Cal: date picker in iCal style. drop on layout, ungroup object, delete blue dot, redirect the field to your field.
Swiss QR Bill: drop on a helper layout and read the description text for integration.
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.
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.
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.
Schedule (repeating) Tasks, send notifications....
Backup FileMaker database to MS-SQL-server using linked server object
https://www.briandunning.com/cf/2245
FM EasySignature v1.0 (Tim Dietrich) modified to work on FM Client, FMGo and WebDirect.
Copy the container content of JSLibraries to FMS web root.
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.
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:
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)