|
Public Methods |
| xbHtml (void) |
void | BoldOff (void) |
| Short description.
|
void | BoldOn (void) |
| Short description.
|
void | Bullet (void) |
| Short description.
|
void | DumpArray (void) |
void | EmphasizeOff (void) |
| Short description.
|
void | EmphasizeOn (void) |
| Short description.
|
void | EndHtmlPage (void) |
| Short description.
|
xbShort | GenFormFields (xbDbf *d, xbShort Option, const char *Title, xbFieldList *fl) |
xbShort | GetArrayNo (const char *FieldName) |
const char * | GetCookie (const char *CookieName) |
char * | GetData (xbShort) |
char * | GetDataForField (const char *FieldName) |
char * | GetEnv (char *s) |
xbShort | GetMethod (void) |
void | HeaderOff (xbShort i) |
| Short description.
|
void | HeaderOn (xbShort i) |
| Short description.
|
void | ItalicOff (void) |
| Short description.
|
void | ItalicOn (void) |
| Short description.
|
void | NewLine (void) |
| Short description.
|
xbShort | PostMethod (void) |
void | PrintEncodedChar (char) |
void | PrintEncodedString (const char *s) |
void | PrintHtml (char *s) |
| Short description.
|
void | PrintHtml (xbLong l) |
| Short description.
|
void | PrintHtml (xbShort i) |
| Short description.
|
void | PrintHtml (int i) |
| Short description.
|
void | StartHtmlPage (const char *Title) |
void | StartTextPage (void) |
| Short description.
|
void | TextOut (const char *String) |
xbLong | Tally (const char *FileName) |
xbShort | SetCookie (const char *Name, const char *Value, const char *ExpDate, const char *ExpTime, const char *TimeZone, const char *Path, const char *Domain, xbShort Secure) |
void | SpaceToPlus (char *) |
void | PlusToSpace (char *) |
void | SendRedirect (char *) const |
Protected Methods |
void | LoadArray (void) |
void | DeleteEscChars (char *String) |
void | InitVals (void) |
Protected Attributes |
xbArrayPtr | FieldNameArray |
xbArrayPtr | DataValueArray |
xbShort | NoOfDataFields |
char * | HtmlWorkBuf |
xbShort | HtmlBufLen |