Help with a qsrules item add question

I have a windows form written in vb.net 2005 called from a custom button. When I do the transaction.entries.add to add an item, it adds it - I can tell because my totals for the transaction reflect the item added, but the item will not display until I add another item. So in other words the last item added does not show. Now if i do the same thing with a class (no windows form) it works just fine. Its as if the POS screen needs a refresh to reflect the changes. I just don't understand why it wouldn't show when added from a windows form I even tried to do a hide on my form before adding the item and still no good. Does anyone have any idea how to make this work, it is driving me crazy?

Thank you

Mark.

Reply to
Mark
Loading thread data ...

After ane Item Add You need to refresh the POS screen, try

qsBridge.FireEvent("RefreshDisplay");

Rate me if this was helpful,

Regards, Antonijo

Reply to
Antonijo Todoro

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.