mySession.Login(cashierid, password)
My new problem is that for some reason my development PC which is in
evaluation mode does not post transactions using Transaction.Post whereas if
I test on a live server it works fine. Does anybody know of limitations
(other than the obvious 5 item limit) to using QSRules in eval mode?
"GPL Integrated IT" wrote:
> We have written a few of these...our biggest problem was determining what
> characters are considered illegal characters in QSRules. Watch for illegal
> characters and filter them out or convert them, then try again.
>
> "Simon" wrote:
>
> > I'm writing a .NET webservice to post transactions to a RMS database using
> > QSRules. This thread on the forum gave me a great start but for some reason
> > the call to Transaction.Post isn't generating a transaction:
> >
> > http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?dg=microsoft.public.pos&tid=f93ecdb7-0218-4b57-a891-f75b8f074aab&cat=&lang=en&cr=US&sloc=en-us&m=1&p=1
> >
> > Any ideas what could be wrong?