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

OnPreInsert

OnPreInsert (event)
Called before a row set performs an insert operation.

Example

<SCRIPT LANGUAGE="VBScript">
<!--
Sub sajsset_OnPreInsert()
Dim x
' check a condition and set
' x = 0
IF x = 0 Then
	sajsset.stopAction
END IF
end sub
-->
</SCRIPT>


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

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