rowprecreate
note
This article is about the rowprecreateUDB event handler.
rowprecreate
The rowprecreate event may be called from web pages developed in Web Designer and processed by a USoft Page Engine service.
Event | Applies to | Occurs when |
---|---|---|
rowprecreate | Data source objects | Before a record is created |
How to use
Find or create an Event Listener object with Event Type = rowprecreate. Event Listeners are in the Web Designer Controls catalog:
Insert the event listener into the data source object. Insert a callClientScript action into the event listener. Use this action's Script property to code the behaviour that you want to see when the event occurs.