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

SetColItemByColName

SetColItemByColName(String colname, String value)

Definition

Sets the data item in the row set for the current row and the requested column name. Does nothing if the column name is not found.

Java Script Example:

document.sajsset.SetColItemByColName("au_lname", 
"hello");

VBScript Example:

call document.sajsset.SetColItemByColName("au_lname", 
"hello")



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

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