A Public Method may be called from any other Procedure, by the Default plug-in, or a Custom COM DLL. Each Public Method may either use specific Input Parameters, or it may accept an Input Query.
In this example, you will see how to use a public method that works on or with the current WorkQuery that you pass into the method.
A Remote Method may be called by any other Moxie system. It can be used to divide up a large system among a number of backend servers, or as a public API for 3rd parties. In order to call a Remote Method from MOX, the Remote statement is used.
Upgrade Notes
In order to Upgrade an existing copy of Moxie.Build V4 or V5 to the most recent version of V5, you can use the Upgrade example files found in the Tools folder to help automate upgrading multi-service systems, or you can just replace the following files/folders: Moxie.exe Moxie.dll Default.dll /DBStore/BuiltIn.* /Lib /Public/BuiltIn /Templates/Admin /Templates/Clean /Templates/Default /Templates/Default5 /Templates/Report
Takes 3 parameters, Destination, Action, Source
A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.
Takes a variable number of parameters.
Takes one parameter, PathToFile
Takes a variable number of parameters
Takes two parameters Command, Options
Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.
A .mox file, with MOX code in it, can be run from the command line while a Moxie.Build system is not otherwise already running.
The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.
Takes two parameters, FileName, FileData
Takes two parameters, FileName, URL
Takes a variable number of parameters
Takes no parameters
Prerequisites: This tutorial assumes that you have already set up your Moxie.Build server and logged in. This page covers some of the basics that are involved in managing files and folders in the Moxie.Build system.
This is our current Privacy Policy, last updated 2016-01-12.
Takes two parameters, FileName, bHasHeader
Takes two parameters, FolderPath, bRecursive
Takes 3 parameters, Folder, Filter, bShowImgSize, bShowAccessed
Brief overview on the file structure and contents under Moxie. The files and folders discussed in this post are those that are essential when upgrading to the most recent version of Moxie.Build , or when troubleshooting server errors.
A Message Handler is only ever called by the Database on a Database Event. These Event Messages allow a Developer to intercept operations taking place on a per-record level and implement Event based business logic.
A PaaS Method may be called by any other Moxie system. In order to call a PaaS Method from MOX, the PaaS statement is used.
The MOX coding and programming language pays heritage to BASIC, but has been crafted for the specific type of work and environment that is demanded of Moxie.Build.
This is our current Terms of Service, last updated 2016-01-12.
ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.