Hi,
I have really strange problem.
I am working with two forms and barcode reader which I use instead of keyboard.
The scenario is next.
On the first form I have one edit field which is populated with value that barcode reader reads. After this field is populated, the second form is opened. On this form I have one grid, and one button "Cut". By press "Cut" button, the data in grid are changed. But for some reason, whenever this second form is opened, the data in table are changed itself, before I press "Cut" button. I want this button to have focus when form is displyed, but I don't want the data to be changed unless I press button.
I tried with a lot of events, and I don't have any more ideas.
Thanks
I have really strange problem.
I am working with two forms and barcode reader which I use instead of keyboard.
The scenario is next.
On the first form I have one edit field which is populated with value that barcode reader reads. After this field is populated, the second form is opened. On this form I have one grid, and one button "Cut". By press "Cut" button, the data in grid are changed. But for some reason, whenever this second form is opened, the data in table are changed itself, before I press "Cut" button. I want this button to have focus when form is displyed, but I don't want the data to be changed unless I press button.
I tried with a lot of events, and I don't have any more ideas.
Thanks