[Top] [Prev] [Next] [Bottom] [Contents]

GetColSizeByColName

int GetColSizeByColName(String colname)

Definition

Gets the size of the requested column name. This is the length of the largest string for all rows in the row set for the requested column. Returns 0 if the column name is not found.

Java Script Example:

var x;
x = document.sajsset.GetColSizeByColName("au_id");

VBScript Example:

Dim x
x = document.sajsset.GetColSizeByColName("au_id")



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.