solutionsoreo.blogg.se

Baseelements filemaker example
Baseelements filemaker example








baseelements filemaker example baseelements filemaker example

Get token and use CURL.SetOptionHTTPHeader Simply calculate it in FileMaker directly. UnZipFile.OpenFile and UnZipFile.ExtractFilesįind matches with QuickList.MatchesSubString and use QuickList.FindUnequals to remove them from list. SendMail.SetSMTPServer, SendMail.SetSMTPUserName and SendMail.SetSMTPPassword. ProgressDialog.SetProgress, ProgressDialog.SetTopText and ProgressDialog.SetBottomText.ĬURL functions with CURL.CreateOutputFile for streaming data to file. MoveFile function in MBS FileMaker Plugin in a server script.

BASEELEMENTS FILEMAKER EXAMPLE CODE

JSON functions return those errors directly I tried using the BaseElements plugin, but it gives me + error code 5 if I attempt to. GMImage.NewFromContainer, GMImage.SetQuality and GMImage.WriteToJPEGContainer Various CURL Functions including CURL.SetOptionPut and CURL.OpenInputFileĬURL.SetOptionProxy, CURL.SetOptionProxyPort, CURL.SetOptionProxyUsername and CURL.SetOptionProxyPassword. Various CURL Functions including CURL.SetOptionPut and CURL.SetInputText Various CURL Functions including CURL.SetOptionPost and CURL.SetOptionPostFields To begin with I just want to do a 'cd' command to change to a directory, and then do a 'dir' command to get the directory listing. Various CURL Functions including CURL.SetOptionCustomRequest and CURL.SetInputText OK, so I am trying to use the BaseElements plugin's BEExecuteSystemCommand and wish to string multiple commands together using Char (13) as suggested in the documentation. Various CURL Functions including CURL.CreateOutputFile Various CURL Functions including CURL.SetOptionCustomRequest for delete That is different to other plugins which have complicated functions with a lot of options to do various tasks with one function.įiles.FileExists, Files.DirectoryExists and Files.ItemExistsįM.QueryTableNames or FM.QueryBaseTableNames It’s not always an exact match and in general MBS functions do smaller steps, so you need to combine severals of them. Normally I don’t spend time checking other plugins as I just develop new features based on what people ask and not what other plugins may do.īut well, I got a list of the Base Elements plugin functions and checked which MBS function call may help to do the same things. Comparing Base Elements Plugin to MBS FileMaker Plugin At the conferences there was the question about how MBS FileMaker Plugin compares to the Base Elements plugin.










Baseelements filemaker example