Hi, When i add an item through qsRules like the following: Call session.Transaction.Entries.Add(0, "15110", 2, 0, False, 0) or qsRules.Transaction.Entries.Add(0, itemLookupCode, QTYinput, 0, false, 0);
The cursor on the transaction screen stays in the same position. Meaning when i add another item,it overwrites the one already there. Is there a way to move the cusror down.
I did try in visual basic 'SendKeys KeyDown'
thanks
Dave