Adding a item through qsRules

Feb 03, 2006 3 Replies

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



Try using both of these in that order.

SendKeys ("{Down}") SendKeys ("{Delete}")

Rob

"izeko" wrote:

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required