A special type of Private Method, called a Private Function, that is intended to return a single value or multiple values simultaneously.
Takes 2 parameters, pNum1, pNum2
Takes 2 parameters, pString1, pString2
Takes one parameter, TableName
Takes seven parameters, Location, Mode, Prompt, Path, Class, Name, HelpText
Takes two parameters Command, Options
Takes one parameter, a Source value
Takes one parameter, a Source value
Takes two parameters, Source, Values
Takes two parameters, Source, Value
Has no parameters
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes 10 parameters, FieldBase, From, To, Subject, Body, bMerge, AttachName, AttachPath, Slow, IfLenFld
Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld
Takes one parameter, Data
Takes two parameters, [WorkWith]+Scope, EmbedScope
Takes 7 parameters, FieldBase, Destination, Source, OffsetVal, Operator, OpValue, IfLenFld
Takes one parameter, TableName
Takes one parameter, TableName
Takes nine parameters, FieldBase, Destination, Function, Source1, Source2, Source3, Source4, Options, IfLenFld
Has no parameters
Takes 7 parameters, FieldBase, GroupBy, GroupTotals, GrandTotals, Seperator, TotalPre, TotalPost
Takes 1 Parameter which is the Table name that you want to count the Attached Records in. The specified Table must be a Child of the calling Record's Table.
Parameter must first specify only looking at Parents ( PARENT ) or only looking at Children ( CHILD ). The remainder of the parameter should be the table and field name you are after in the form of TableName.FieldName.
Parameter is the table and field name that you want to sum in the form of TableName.FieldName. The specified Table must be a Child of the calling Record.
Parameter is a comma separated list (using CSV rules and not in quotes) of the options made available to the user which are enforced on save.
Developing in Moxie.Build on localhost give you the advantage of working with the template files natively. When working on procedures (MOX code) you need to access that through the Procedures page in the Admin area of a Moxie.Build system, if running the server on localhost or on a remote server. When running on a remote server, you can edit the template files via the Files page in the Admin area.
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.
Markdown enables simple formatting of plain text via easy to remember conventions. This page will provide you with some pointers on what formatting options are available with "Moxie Flavored Markdown".
Cloudflared Tunnel exposes applications running on your local web server on any network with an internet connection with an outbound tunnel that connects directly to Cloudflare's edge network without the need to configure inbound firewall rules.
A traditional way to check for hard errors and enable those errors to error softly.
Takes two parameters, Source, Value
This utility program manages a server install with one or many Moxie.Build services running by taking care of nightly tasks via a scheduled task.
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.
Accepts a space separated list of field names.
Takes a variable number of parameters.
Takes a single string as parameter, which is then appended to each line in the code block.