NewTableProc

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

Description:

In the table specified by TableName, create a new procedure named ProcName.

All fields need their data to be submitted as escpated HTML using the WebSafe$. When using the ListProcs command, the data is returned in this format already. Also, any data submitted via a URL parameter or URL encoded form data to Moxie has WebSafe$ applied automatically.

Example:

NewTableProc "MemTab.Person", "ListAll", "Table Report", "", ("DB Admin" & $I & "Office Admin"), "List All", "Lists all users in the system", "Last updated by Bob to change the sort order", pSource