Search Results for case

 

MCase$

Takes one parameter, Source

 

LCase$

Takes a single Source parameter

 

Select / Case / End Select

Takes a variable number of conditional statements to compare against a single source

 

UCase$

Takes one parameter, Source

 

 

Verify$

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

Verify%

Takes two parameters, Source, AllowedCharacters (case sensitive)

 

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.

 

HtmlAlert

Takes three parameters, Location, ClassNames, AlertText

 

WebSafe$

Takes one parameter, Source

 

Tally%

Takes two parameters, Source, Match

 

HtmlSearchBox

Takes 6 parameters, Location, Mode, ActionPath, Name, Class, Prompt

 

TemplateType

Takes one parameter, Type

 

HttpType

Takes one parameter, Type

 

HttpCookie

Takes 6 parameters, Name, Value, Path, Domain, Expires, Other

 

FieldDef$

Takes one parameter, FieldName

 

Ctid$

Has no params

 

[TemplateType]

Takes no parameters

 

JsonStream$

Has one parameter, Options

 

Similar$

Takes 2 parameters, pString1, pString2

 

Similar%

Takes 2 parameters, pNum1, pNum2

 

ReplaceAny$

Takes one existing Source value, and two parameters of equal length, SearchVals, NewVals

 

Login

Takes three parameters, Login, Password, bRememberMe

 

Pull

Takes three parameters, QueryName, FieldBase, FieldNames

 

Offset

Takes 7 parameters, FieldBase, Destination, Source, OffsetVal, Operator, OpValue, IfLenFld

 

Num

Takes 6 parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

TabStream

Takes two parameters, Data, bHasHeader

 

HtmlNav

Takes 7 parameters, Location, Mode, Title, TitleLink, Class, HtmlPre, HtmlApn

 

Text

Takes six parameters, FieldBase, Destination, Function, Source, Value, IfLenFld

 

TabStreamWS

Takes two parameters, CSVData, bNoHeaders

 

FixFields

Takes one parameter, a single character

 

CsvStreamWS

Takes two parameters, CSVData, bNoHeaders

 

CsvStream

Takes two parameters, CSVData, bNoHeaders

 

KeepUnique

Takes one parameter, FieldName

 

NewRecords

Takes one parameter, QuantityToAdd

 

LoadTabFileWS

Takes two parameters, FileName, bHasHeader

 

LoadCsvFileWS

Takes two parameters, FileName, bHasHeader

 

Call

Takes a variable number of parameters

 

CFPurge

Takes one parameter, the URL to purge from CloudFlare's cache

 

Public Method

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.

 

Public Method WorkQuery Example

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.

 

FailIfRecError

Has no parameters

 

If (Not) / And / Or / ElseIf / End If

Takes a variable number of conditional statements

 

[Ensure] Field Exists

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

 

Exception

Takes one parameter, the text of the exception to throw.

 

Learn More About the Content Management System

Prerequisites: This page assumes that you have already set up your Moxie.Build server and logged in as an admin user. This page covers some of the basics that are involved in using the Content Management aspects of the Moxie.Build system.

 

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

 

Get Started with Service Setup on a Server

A single Windows OS can host many instances of Moxie.Build, these steps will guide you through the setup process.

 

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.

 

[!] 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.

 

PaaS Method

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.

 

MOX Coding and Programing Language Syntax Documentation

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.

 

Templates Documentation

Prerequisites: This tutorial assumes that you have already learned about Managing Files .

 

[New] Field

Takes one parameter, a comma separated list of FieldNames

 

Command Line with .mox file

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.

 

Cloudflare Origin Certificates

Cloudflare automatically provides free client-facing certificates for your domain, even if using their free service. In addition, they provide free Origin Certificates to encrypt the connection between Cloudflare and your origin Moxie.Build server. Use this article if you are going to have Cloudflare connect to inbound open ports on your Moxie.Build server.

 

Trigger

Takes two parameter, URL, InputQuery

 

[TemplateName]

Takes no parameters

 

Nightly Management Utility

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.

 

Moxie.cfg Config

The Moxie.cfg file is read on server start and controls aspects that cannot be changed while the server is running.

 

ServerLog

Takes one parameter, ServerLogText

 

SaveFile

Takes two parameters, FileName, FileData

 

PaaS

Takes three parameters, Url, SaaSTenant, InputQuery, OutputQuery