voglio implementare questo controllo su un datagrid:
if grid = vuota then
fai questo
else
fai altro
come faccio???
Premetto che all'inizio setto il datagrid cosi:
Set grdDataGrid.DataSource = adoPrimaryRS("ChildCMD").UnderlyingValue
![]()
voglio implementare questo controllo su un datagrid:
if grid = vuota then
fai questo
else
fai altro
come faccio???
Premetto che all'inizio setto il datagrid cosi:
Set grdDataGrid.DataSource = adoPrimaryRS("ChildCMD").UnderlyingValue
![]()