Initial commit.

This commit is contained in:
yan
2011-11-17 15:45:33 -06:00
commit 882015bc6d
1819 changed files with 111625 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
MESSAGE "${1:MessageContent}" ${2:Data} VIEW-AS ALERT-BOX.
+1
View File
@@ -0,0 +1 @@
CHARACTER
+1
View File
@@ -0,0 +1 @@
DECIMAL
+1
View File
@@ -0,0 +1 @@
DEFINE VARIABLE ${1:VariableName} AS ${2}.DEFINE BUFFER b_${1:TableName} FOR $1 ${2}.
+1
View File
@@ -0,0 +1 @@
DEFINE VARIABLE ${1:VariableName} AS ${2}.
+3
View File
@@ -0,0 +1,3 @@
DO${1: Clauses}:
${2}
END.
+1
View File
@@ -0,0 +1 @@
ERROR
+2
View File
@@ -0,0 +1,2 @@
FIND FIRST ${1:BufferName}
${2:WHERE $1.${3}} ${4}
+3
View File
@@ -0,0 +1,3 @@
IF ${1:Condition}
THEN ${2:Action}
${3:ELSE ${4:OtherWise}}
+1
View File
@@ -0,0 +1 @@
INITIAL ${1:?}
+1
View File
@@ -0,0 +1 @@
DEFINE INPUT PARAMETER ${1:ParamName} AS ${2}.
+1
View File
@@ -0,0 +1 @@
INTEGER
+1
View File
@@ -0,0 +1 @@
LOGICAL
+1
View File
@@ -0,0 +1 @@
NO-ERROR
+1
View File
@@ -0,0 +1 @@
NO-LOCK
+1
View File
@@ -0,0 +1 @@
NO-LOCK NO-ERROR
+1
View File
@@ -0,0 +1 @@
NO-UNDO
+1
View File
@@ -0,0 +1 @@
DEFINE OUTPUT PARAMETER ${1:ParamName} AS ${2:ParamType}.
+11
View File
@@ -0,0 +1,11 @@
/******************************************************************************/
PROCEDURE ${1:ProcName}:
${2}
END PROCEDURE. /* $1 */
/******************************************************************************/
+1
View File
@@ -0,0 +1 @@
/* ------------------------------------------------------------------------- */