Function Name |
Description |
ewGetFieldType(fType) |
Return Field Type based on ADO Field Type (Numeric)
Parms
fType (Long) - ADO Field Type
Return Values
1 - Numeric Type
2 - DateTime Type
3 - String Type
4 - Boolean Type
5 - Memo Type
6 - Binary Type
7 - Time Type
8 - GUID Type
9 - Other Type |
ewSQLPart(sSQL, sId) |
Return different sections of SQL (String) Parms
sSQL (String) - SELECT SQL sId (String) - Identifier
for different sections of SQL
(SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY) |
FieldView() |
Return codes for formatting field for view (String) |
Fn_List() |
Return list page file name (String) |
Include_File() |
Return code for include file (String) |
No_Cache() |
Return code for setting no cache (String) |
Table_DefaultFilter() |
Return table default filter (String) |