EditQuery Event

       

Occurs when you modify the SQL text of a DECommand object by either clicking Build in the Command Properties dialog box or selecting Design from the shortcut menu or Data Environment designer toolbar.

Syntax

Sub object_EditQuery(value, string1, string2)

Parameters

The EditQuery event syntax has these parts:

Part Description
object An object expression that evaluates to an item in the Applies To list.
value A value that specifies the DECommand object whose SQL text is being modified.
string1 A string expression that specifies the existing SQL text of the DECommand object.
string2 A string expression that specifies the connection string of the associated DEConnection object.

Remarks

This property enables communication between Data View and the Data Environment designer.