Search Results for quotes

 

[!] Limited Selection List

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.

 

LoadCsvFile

Takes two parameters, FileName, bHasHeader

 

LoadTabFile

Takes two parameters, FileName, bHasHeader

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

HtmlBlock / End HtmlBlock

Takes two parameters, Location, Mode

 

WebSafe$

Takes one parameter, Source

 

CsvStreamWS

Takes two parameters, CSVData, bNoHeaders

 

CsvStream

Takes two parameters, CSVData, bNoHeaders

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

TabStream

Takes two parameters, Data, bHasHeader

 

TabStreamWS

Takes two parameters, CSVData, bNoHeaders

 

HtmlBlocks / End HtmlBlocks

Takes two parameters, Location, Mode

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

MergeRecords

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

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

SaveJsonFile

Takes two parameters, FileName, Options

 

[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 (Continue)

Used as a scoping keyword, similar to WorkWith/End WorkWith .

 

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.

 

Cloudflare Integration

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

 

JsonStream$

Has one parameter, Options

 

Lookup$

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

 

TabStream$

Takes one parameter, bNoHeaders

 

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

 

JsonEncode$

Has two parameters: Source, Options