Hi
How can I avoid not to move the cursor to the next control until <Enter> key is pressed.
After getting help from text1 cursor moves to text2.
The code in lost focus event of the text1 is as follows:
text1 = Icode (Item Code)
text2 = BarCode (Barcode)
Thanks
How can I avoid not to move the cursor to the next control until <Enter> key is pressed.
After getting help from text1 cursor moves to text2.
The code in lost focus event of the text1 is as follows:
Code:
Do Form '\forms\finditem1'
Select icfind
This.Value = icode
This.Parent.Parent.mbarcode.sstextbox1.Value = barcode
This.Parent.Parent.mfull_desc.Value = full_desc
This.SetFocus && Focus must retain to Icode
text1 = Icode (Item Code)
text2 = BarCode (Barcode)
Thanks