Check the Auto-Create box through command button

Hi

I wonder how to do this because this command is not working

AutoCreate.Checked(NoYes::Yes); in command click any suggestion about this?

This is from Inventory transfer registration part I add command button with click method that the AutoCreate checkbox will check…

regards,

raph

Hi,

Did you code call to a another method that loop through the grid, I assume you wanted to auto check the check box in a grid.

try this code in clicked method

AutoCreate.modified();

AutoCreate.setFocus();// the control is not refreshed so one way it to set the focus

Thanks Kranthi it’s work

Thanks Kranthi it is working well now thanks alot…