Search Results for False

 

WebSafe$

Takes one parameter, Source

 

EnsureNavFields

Takes two parameters, FieldBase, FieldNamesList

 

Format

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

 

TabStream$

Takes one parameter, bNoHeaders

 

PWHash$

Takes three parameters, TableName, Alias, Password

 

Similar%

Takes 2 parameters, pNum1, pNum2

 

Similar$

Takes 2 parameters, pString1, pString2

 

HtmlDTable

Takes 5 parameters, Location, Mode, Class/ID, Init, bNoAutoAlign

 

HtmlNav

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

 

HtmlNavbar

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

 

HtmlDropdown

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

 

SaveCsvFile

Takes two parameters, FilePath, bUseHeader

 

SaveTabFile

Takes two parameters, FileName, bUseHeader

 

Value

Takes four parameters, FieldBase, Destination, Function, IfLenFld

 

Path$

Takes one parameter, Index

 

If (Not) / Then

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

 

Select / Case / End Select

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

 

WorkIf

Takes one parameter, FieldName

 

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.

 

[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 (Not) / And / Or / ElseIf / End If

Takes a variable number of conditional statements

 

CsvStream$

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

 

JsonStream$

Has one parameter, Options

 

Login$

Takes three parameters, Login, Password, bRememberMe

 

[CountIf]

Takes one parameter, TestCondition

 

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

 

CheckPw$

Takes two parameters, User and Password