bumble.sf.net language and parsing

plain text

←-------------------------------→ GeneralConversion-doc.txt

←-------------------------------→ fnCheckForField-doc.txt

←-------------------------------→ fnCompareStrings-doc.txt

←-------------------------------→ fnConnectToDatabase-doc.txt

←-------------------------------→ fnConvertArray-doc.txt

←-------------------------------→ fnConvertTwoDimArray-doc.txt

←-------------------------------→ fnDataRADIO-doc.txt

←-------------------------------→ fnDataSELECT-doc.txt

←-------------------------------→ fnDatePicker-doc.txt

←-------------------------------→ fnDbugFileContent-doc.txt

←-------------------------------→ fnDbugFileContentDOC-doc.txt

←-------------------------------→ fnDbugFormContents-doc.txt

←-------------------------------→ fnDbugOneDimArray-doc.txt

This function displays the values of a one dimensional array on a web page.

←-------------------------------→ fnDbugQueryStringContents-doc.txt

This function displays the contents of an HTML querystring and erases all other content on the page

←-------------------------------→ fnDbugRecordset-doc.txt

This function displays the contents of an ADO recordset on a blank webpage. All further output is terminated

←-------------------------------→ fnDbugTwoDimArray-doc.txt

This function

←-------------------------------→ fnDebug-doc.txt

This function combines the functions fnDbugFileContents, fnDbugRecordset, fnDbugString, dbug, fnDbugFormContents, 'fnDbugQueryString' into one function

←-------------------------------→ fnDisplay-doc.txt

This function is a close parallel to the fnDebug function, but instead of terminating all html output with response.end it allows other content to appear on a page. It can be used to display a string, a set of Form Contents, a set of QueryString contents the contents of a File or two, an ActiveX Data Objects recordset, and possibly more than that fnDbugFileContents, fnDbugRecordset, fnDbugString, dbug, fnDbugFormContents, 'fnDbugQueryString' into one function

←-------------------------------→ fnDisplayRecordset-doc.txt

This function displays the contents of an ADO recordset on a webpage. A number of formatting options are available. The function also can make the first data column into a query string which can be used to link to another page. The query string (should) contain the values of the primary key fields (so that that record can be selected again in another page). An alternating colour for each row of the recordset can be specified, as can other formatting options. The default 'field-name' column headings can be replaced with new column headings SYNTAX : The colour formatting parameter does not appear to working b) Date: 13th Dec 2000 Author: M Bishop

←-------------------------------→ fnDisplayRecordsetDOC-doc.txt

This function displays the contents of an ADO recordset on a webpage. A number of formatting options are available. The function also can make the first data column into a query string which can be used to link to another page. The query string (should) contain the values of the primary key fields (so that that record can be selected again in another page). An alternating colour for each row of the recordset can be specified, as can other formatting options. The default 'field-name' column headings can be replaced with new column headings SYNTAX : The colour formatting parameter does not appear to working b) Date: 13th Dec 2000 Author: M Bishop : :
If the hyperlinked field has an Alias in the Sql query then that alias is used by the hyperlink (instead of the true column/field name) d) Date: 13th Dec 2000 Author: M Bishop

←-------------------------------→ fnErrorMessage-doc.txt

This function displays an error message on a web page in a table format with the following information: the function name, the parameter name and the description of the error which occurred. SYNTAX : A required parameter was omitted from the function.

←-------------------------------→ fnFormatDate-doc.txt

This function takes a date data type or a string in date format and returns a string value formatted as '3 Mar 1999'

←-------------------------------→ fnFormatWebSource-doc.txt

This function format the source file of a web page (html or asp) and returns a new file which contains a formatted version of the old file. This formatting means indenting table tags properly, ensuring that only two attribute values at most are contained on any one line, and that the attribute equal signs all line up. (this is my personal preference for formatting)

←-------------------------------→ fnHtmlDisplay-doc.txt

This function formats a text string for display on a web page by converting whitespace characters to the appropriate Html equivalent.

←-------------------------------→ fnIntersectionOfSets-doc.txt

This function compares two arrays or string lists and returns an array of all members which are common to both. The string lists are parsed into their elements.

←-------------------------------→ fnIsLeapYear-doc.txt

This function tests a four digit year and returns a boolean value depending on whether the year is a leap year or not

←-------------------------------→ fnRemoveSpaces-doc.txt

This function removes spaces, tabs, form feed, carriage returns from a strng

←-------------------------------→ fnSR-doc.txt

See fnDisplayRecord instead This function returns an HTML string to display one record from a database table on a webpage. The record is formatted as an HTML table. The labels for the fields of the data can be specified as can the colours used in the display.