Search Results for quotes

 

[!] Limited Selection List (DB Field Attribute)

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.

 

[!] Assert (Top Query)

Parameter is a comma separated list (using CSV rules and not in quotes) of the fixed hard coded values to select from

 

WebSafe$

Takes one parameter, Source

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

LoadPipeFileWS

Takes two parameters, FileName, bHasHeader

 

LoadCsvFile

Takes two parameters, FileName, bHasHeader

 

CsvStream

Takes two parameters, CSVData, bNoHeaders

 

CsvStreamWS

Takes two parameters, CSVData, bNoHeaders

 

HtmlBlock / End HtmlBlock

Takes two parameters, Location, Mode

 

LoadTabFile

Takes two parameters, FileName, bHasHeader

 

TabStream

Takes two parameters, Data, bHasHeader

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

TabStreamWS

Takes two parameters, CSVData, bNoHeaders

 

MergeRecords

Takes 5 parameters, FieldBase, GroupBy, MergeField, Delimiter, bKeepBlanks

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

SaveJsonFile

Takes two parameters, FileName, Options

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

[Ensure] Field Exists

Takes a variable number of parameters, a comma separated list of TopQuery variable names

 

[New] Field

Takes one parameter, a comma separated list of FieldNames

 

OnError / End OnError

Takes one parameter, Control

 

LoadPipeFile

Takes two parameters, FileName, bHasHeader

 

Get Started with Setting up the Development Environment

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.

 

Help with Markdown

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".

 

Export and Import of Database Schema

ExportSchema and ImportSchema are BuiltIn procedures that are available for use with source control systems.

 

JsonStream$

Has one parameter, Options

 

Lookup$

Takes one parameter, in the form of: Table|{Alias}|Field

 

TabStream$

Takes one parameter, bNoHeaders

 

JsonEncode$

Has two parameters: Source, Options

 

Cloudflare Integration

Cloudflare is a first and foremost a Web Application Firewall and Content Distribution Network, among other additional services.

 

Using the Backtick `

Some Work Query command parameters can accept a source of either a Work Query Field name or a text literal. Text literals in these cases are prefixed with a backtick ` character.

 

CsvStream$

Takes one parameter bNoHeaders and returns the result to an assigned variable