Search Results for date

 

DateTime$

Takes one parameter, a string containing a date and time

 

LongDate$

Takes one parameter, a Date value

 

Date$

Takes one parameter, a string containing a date time

 

DateAmPm$

Takes one parameter, a string containing a date and time

 

 

 

[Date] (Top Query)

Has no parameters

 

 

 

[Date] (DB Field Attribute)

Has no parameters.

 

 

[DatePicker]

Takes no parameters

 

 

ValidDate$

Takes one parameter, a Source value.

 

UpdateOrNewWithAttach

Takes four parameters, TableName, Relation, OtherTableName, IfLenFld

 

UpdateOrNew

Takes two parameters, TableName, IfLenFld

 

Update

Takes two parameters, TableName, IfLenFld

 

UpdateTableRltn

Takes eight parameters, TableName, OldOtherTableName, NewOtherTableName, ParentChild, Ratio, Note, Attr, DevNote

 

[DateTime] (Top Query)

Has no parameters

 

UpdateTableField

Takes seven parameters, TableName, OldFieldName, NewFieldName, Label, Note, Attr, DevNote

 

UpdateTableProc

Takes ten parameters, TableName, OldProcName, NewProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source

 

 

Record Action

Record Actions are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As an Action, the Procedure is expected to perform some sort of task, such as an automated set of updates to the Database Record.

 

Table Action

Table Actions are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As an Action, the Procedure is expected to perform some sort of task, such as an automated set of updates to the Database Table.

 

Greg%

Takes one parameter, a date of the form yyyy-mm-dd

 

DayOfWeek$

Takes one parameter, a date

 

Day$

Takes one parameter, a date

 

Terms of Service

This is our current Terms of Service, last updated 2016-01-12.

 

Privacy Policy

This is our current Privacy Policy, last updated 2016-01-12.

 

HttpCookie

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

 

Year$

Takes one parameter, Source

 

HtmlHistory

Takes two parameters, Title, Path

 

HttpHeader

Takes two parameters, name, value

 

DeleteTableField

Takes two parameters, a TableName and FieldName

 

Login

Takes three parameters, Login, Password, bRememberMe

 

HttpsEnsure

Takes no parameters.

 

Backfill

Has no parameters

 

TimeZone$

Takes two parameters, Source, Value

 

Json$

Has two parameters: Source, Name

 

JsonStream$

Has one parameter, Options

 

Licensing

Moxie.Build, in short, may be used and licensed free of charge for education and non-profit organizations. Whenever it is used by government or for-profit organizations the license is granted on a subscription basis.

Moxie.Build includes a number of open source components as part of its distribution; each is subject to their own licenses as included with the files for those components.

 

Greg$

Takes one parameter, a gregorian number

 

TimeDif$

Takes two parameters, Source, Value

 

TimeSub$

Takes two parameters, Source, Value

 

Login$

Takes three parameters, Login, Password, bRememberMe

 

TimeAdd$

Takes two parameters, Source, Value

 

Lookup

Takes six parameters, FieldBase, Destination, Table, Alias, SourceField, IfLenFld

 

SaveJsonFile

Takes two parameters, FileName, Options

 

SendEmail

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

 

KeepFields

Takes two parameters, FieldBase, FieldNamesList

 

Pull

Takes three parameters, QueryName, FieldBase, FieldNames

 

SetNew

Takes four parameters, FieldBase, FieldName, Source, IfLenFld

 

Value

Takes four parameters, FieldBase, Destination, Function, IfLenFld

 

HtmlETable

Takes 6 parameters, Location, Mode, Div, Data, Script, Extra

 

Text

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

 

Time

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

 

Group

Takes 7 parameters, FieldBase, GroupBy, GroupTotals, GrandTotals, Seperator, TotalPre, TotalPost

 

NewTableRltn

Takes seven parameters, TableName, OtherTableName, ParentChild, Ratio, Note, Attr, DevNote

 

Session

Takes two parameters, Name, Value

 

NewTableField

Takes six parameters, TableName, FieldName, Label, Note, Attr, DevNote

 

NewTableProc

Takes nine parameters, TableName, ProcName, Type, Params, GroupTypes, Label, Note, DevNote, Source

 

Setup

Takes two parameters, Name, Value

 

ETableStream

Takes two parameters, ExcelTableData, Options

 

Format

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

 

SkipCalls

Takes no parameters

 

EnsureFields

Takes two parameters, FieldBase, FieldNames

 

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.

 

[A] Copy Attached Value

Parameter must first specify only looking at Parents ( PARENT ) or only looking at Children ( CHILD ). The remainder of the parameter should be the table and field name you are after in the form of TableName.FieldName.

 

Record Report

Record Reports are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As a Report, the Procedure is expected to produce output to be displayed to the user.

 

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.

 

[Ajax]

Takes 3 parameters, Trigger, DestinationID, Path

 

Message Handler

A Message Handler is only ever called by the Database on a Database Event. These Event Messages allow a Developer to intercept operations taking place on a per-record level and implement Event based business logic.

 

If (Not) / Then

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

 

Meta

Takes any unspecified data, intended for use by external systems

 

FailIfRecError

Has no parameters

 

Table Report

Table Reports are presented to the users of the Default Admin interface and are also intended to be made available in a dynamic way to users of a customized front end. As a Report, the Procedure is expected to produce output to be displayed to the user.

 

Wisebox Solutions Inc.

We empower your customers to take action.

 

Learn More about Frontend Development

Prerequisites: This tutorial assumes that you have already set up a Category and Procedure if necessary. This page covers some of the basics that are involved in Front End development using the MOX language.

 

 

Learn More About Managing Files

Prerequisites: This tutorial assumes that you have already set up your Moxie.Build server and logged in. This page covers some of the basics that are involved in managing files and folders in the Moxie.Build system.

 

 

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.

 

Export and Import of Database Schema

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

 

Folder and File Structure

Brief overview on the file structure and contents under Moxie. The files and folders discussed in this post are those that are essential when upgrading to the most recent version of Moxie.Build , or when troubleshooting server errors.

 

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.

 

[Header] Raw HTML

Accepts one parameter which is the raw HTML content to be placed in the form, above the Field's location.

 

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.

 

Ctid$

Has no params

 

[Meta]

Takes no parameters

 

Moxie.cfg Config

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

 

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.

 

AmPm$

Takes one parameter

 

CFApi$

Takes three parameters Method, URL, Body

 

[Pull] List of Fields from another Query

Takes three parameters, QueryName, FieldBase, FieldNames

 

Cloudflare Integration

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

 

Rem / EndRem

A type of Prefix which allows the developer to separate blocks of code into organized, defined parts to help provide clarity of the logical block and add structure to the code.

 

Cloudflared Tunnel

Cloudflared Tunnel exposes applications running on your local web server on any network with an internet connection with an outbound tunnel that connects directly to Cloudflare's edge network without the need to configure inbound firewall rules.

 

OnError (Continue)

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

 

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.