Hi Isaac,

I'm using the following method in the calling button:
Code:
Procedure onClick
 // Release the connection to the DD
Set Server of oMyDbCJGridGG to 0
 // Run the report
Send Run_Report of oMyReport
 // Establish the connection to the DD again
Set Server of oMyDbCJGridGG to oMyDatadictionary_DD
 // Refresh the grid
Send Rebuild_Constraints of oMyDatadictionary_DD
If (IsComObjectCreated(oMyDbCJGridGG)) Send MovetoLastRow of oMyDbCJGridGG
This works fine.