Search Results for True

 

[If] Assignment (DB Field Attribute)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

 

[If] Assignment (Top Query)

Parameter is divided into two parts, the Test and the Result if True. The test comes prior to the keyword of Then and the Result if True comes after.

 

KeepIfAll

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc..]

 

EnsureNavFields

Takes two parameters, FieldBase, FieldNamesList

 

KeepIf

Takes 4 parameters, FieldBase, Left, Comparison, Right

 

Format

Takes five parameters, FieldBase, FieldList, Mask, bBlanks2Zero, IfLenFld

 

TabStream$

Takes one parameter, bNoHeaders

 

SessionIsGroupType$

Takes one parameter, a List of possible group types

 

WebSafe$

Takes one parameter, Source

 

Update

Takes two parameters, TableName, IfLenFld

 

CopyTable

Takes four parameters, DestinationTable, SourceTable, bWithParents, bWithPWHashes

 

KeepIfAny

Takes a variable number of parameters, FieldBase, Test1, Test2, [etc...]

 

SSReference

A command to help build spreadsheets

 

SetIfAny

Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]

 

HtmlDropdown

Takes 5 parameters, Location, Mode, Title, Element, Class

 

HtmlNavbar

Takes 10 parameters, Location, Mode, Title, TitleLink, Class, Fixed, bUseContainer, bNotResponsive, bInverted, HtmlPre, HtmlApn

 

HtmlNav

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

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

SendEmail

Takes 10 parameters, FieldBase, From, To, Subject, Body, bMerge, AttachName, AttachPath, Slow, IfLenFld

 

SetIfAll

Takes a variable number of parameters, FieldBase, Destination, Source, Test1, Test2, [etc...]

 

SetIf

Takes six parameters, FieldBase, Destination, Source, Left, Comparison, Right

 

JsonStream$

Has one parameter, Options

 

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

Takes a variable number of conditional statements

 

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

 

NewQuery

Takes 3 parameters, QueryName, SourceQuery, bWork

 

If (Not) / Then

Takes a single Field name, with an optional Not operator, followed by the conditional statement

 

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.

 

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.

 

[DatePicker]

Takes no parameters

 

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.

 

CsvStream$

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

 

CFApi$

Takes three parameters Method, URL, Body

 

IsValidAlias$

Takes one parameter, a Source value

 

IsGroupType$

Takes two parameters: Username, GroupTypes

 

WorkIf

Takes one parameter, FieldName

 

Select / Case / End Select

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

 

[CountIf]

Takes one parameter, TestCondition

 

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.