| Function Name |
Description |
| AspDirective() |
Return ASP directive code for codepage & LCID (String) |
| DbConnstr() |
Return Database Connection String (String) |
| ewGetFieldType(fType) |
Return Field Type based on ADO Field Type (Numeric)
Parms fType (Long) - ADO Field Type
Return Values 1 - Numeric Type 2 - Date/Time Type 3 - String Type 4 - Boolean Type 5 - GUID Type 6 - 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 ASP codes for formatting field for view (String) |
| Fn_List() |
Return list page file name (String) |
| Fn_Login() |
Return login page file name (String) |
| Fn_Logout() |
Return logout page file name (String) |
| Include_File() |
Return ASP code for include file (String) |
| Include_Virtual() |
Return ASP code for include virtual (String) |
| No_Cache() |
Return ASP code for setting no cache (String) |
| Table_DefaultFilter() |
Return table default filter (String) |