Examples: Hide method (grid)


The following example hides the grid on the Sales Transaction Entry window when the window opens. The rest of the window (the window’s header fields, and the window’s summary fields) are still visible:

Private Sub Window_BeforeOpen(OpenVisible As Boolean)
	SalesTransactionEntryDetail.Hide
End Sub


Documentation Feedback