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

GetColByColName

String GetColByColName(String colname)

Definition

Gets the value of the requested column name for the current row. Returns empty string if colname is not found.

Java Script Example:

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

VBScript Example:

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



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

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