M
Martin Robins
I have a CF Forms application that utilises a barcode scanner. I am trying
to automate the use of the scanner and the focus of controls as data is
captured, however the CF is mising the Form.ActiveControl property and the
Form.SelectNextControl() method.
Has anybody found a work around for this? I can easily replicate the
Form.ActiveControl property by handling Control.GotFocus events, but I
cannot easily identify a means of selecting the next control on the form
without hard coding a route.
Suggestions please ...
to automate the use of the scanner and the focus of controls as data is
captured, however the CF is mising the Form.ActiveControl property and the
Form.SelectNextControl() method.
Has anybody found a work around for this? I can easily replicate the
Form.ActiveControl property by handling Control.GotFocus events, but I
cannot easily identify a means of selecting the next control on the form
without hard coding a route.
Suggestions please ...