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
di2an
2
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.
kranthi
3
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 is working well now thanks alot…