A grid table contains a set of data that is structured in rows and columns. It allows the user to set Dataset to populate on the Table field type.
How to populate grid
Create a new behavior. Put the appropriate caption. Click Action wizard.
Click Create an action.
Click Other Scribe Functions.
Select Populate Grid/Subform from a Table in Other Scribe Functions dropdown. Click OK.
Click Save changes.
Click View code. Change subform table field name, source table name (database table), table filter name and table filter field value accordingly. Click Check Syntax, if no error then click Save and close.
Click Create now.
Example how it look in the form:
Before populate
After populate
Comments