Event DataView.Data (gb.db.form)

Event Data ( Row As Integer, Column As Integer, Value As Variant )

Raised when the DataView needs to display a specific cell.

  • Row is the row index.

  • Column is the column index.

  • Value is the value got from the database that is displayed in the cell.

Use the Data property to define the cell contents.