Previous Topic

Next Topic

Inhoudsopgave

Book Index

GridSQL Property

Property Property GridSQL: String

Description

Specifies the dynamic SQL select statement used to populate the grid of the Edit form.

Remarks

When used, the contents of the GridSQL property will be placed in preset '0' (Default selection) of the Edit form. You can also use a stored procedure that returns a result set as the basis for populating the Edit form. Note that when using a stored procedure, you cannot include parameters.

It is not recommended to use presets in combination with an Edit form.