Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use POS for Dot Net

Status
Not open for further replies.

Nimmika

Programmer
Sep 15, 2010
6
LK

Can someone tell me how to use Pos for .net in our applications. I have the documentation. But I dn't understand how to use service objects in my application.

 

I'm developing a POS system for our retail system using C#.net. I want to know how to use POS for .Net in my application?.

I wrote a service object for line display. but I don't understand how to call the service object in my UI.

It's better if you can give me a sample or steps how to use
it in my program.
 
You wrote a service object but don't know how to call the service object? That doesn't make sense, if you wrote the object you should have the best knowledge on how to use it. Take a step back and explain what you are doing. It sounds more like you are trying to use an object provided in "POS for .Net" which I think is similiar to OPOS controls.
Are you trying send data to a customer display? I've always sent the data directly to a comm port. The standardized controls may be good for using multiple hardware manufacturers but you may be limited on what you can do. I am not familiar with "POS for .Net" so I can't give you specific help if you're going that route. But I am familiar with OPOS controls since I use some but chose not to for customer displays. You might be best trying the .Net forums but you need to take the time and be specific in order for anyone to help. A vague one or two line question with no specific direction, requires way more effort on the helper and won't get you far. Perhaps post the code you do have and ask "why is this part not working" and be specific at what you are trying to do - in the .Net forum.

Tom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top