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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gillesnebel

    Receipt Template XML Elements

    Hi everybody, Microsoft Retail Management System works with highly customizable XML Templates. The XML Template Language offers very interesting elements. Now I want to create something similar for my little POS-Application in C#. The entire design and logical process of the receipt should...
  2. gillesnebel

    Send escape sequence to receipt printer

    Thank you very much. Now it works!!! Gilles
  3. gillesnebel

    Send escape sequence to receipt printer

    Hi chiph, Thanks for your answer. I tried to add the mentionend ASCIIEncoding Class but I couldn't make it work :-( Can you give me a code example basing on Microsoft Thread? Thanks very much Gilles
  4. gillesnebel

    Send escape sequence to receipt printer

    Hi, I'm building a small POS-Application that prints receipts to EPSON TM-88iii. To print these receipts I actually send raw data to the printer using Visual Basic .NET C#(Microsoft Q322090). See: http://support.microsoft.com/default.aspx?scid=kb;en-us;322090 My problem is, that I want to...
  5. gillesnebel

    OPOS & RTF Document

    Hi everybody, I'm programming a small POS Application in C# for a restaurant, and so I need to print out customer receipts. Is there a way to print out RTF-Document on OPOS driven receipt printer? The final goal is to create a second application to design the look of the receipt. I would be...
  6. gillesnebel

    C# , Crystal Reports and OPOS

    Hi, I know how to directly print a crystal report to default printer. But does anybody knows how to print the report on OPOS-driven receipt printer? Thanks for help
  7. gillesnebel

    Stored Procedures

    Thanks to all replies,... I will try to add some dynamic sql instead.
  8. gillesnebel

    Stored Procedures

    Hi, Can somebody help me with the following stored procedure. I want to declare dynamically the name of table that has to be filled. But there must be a syntax error..... CREATE PROCEDURE [sp_TransferTax] ( @DataTableName VarChar (150) ) AS INSERT INTO @DataTableName (x,y,z) VALUES (1,2,3)...
  9. gillesnebel

    ActiveScripting & Homesite

    I'm using WSH in HomeSite (Windows XP) as an Custom Button. When I execute this script the system doesn't recognize Application, and gives me an Microsoft JScript error: 'Application' is not defined!! Can somebody help (I've installed latest release of Microsoft WSH)? Thanks for helping...
  10. gillesnebel

    Global Contacts

    Hi, My main SPS-Site contains 5 Sub-Sites. On the main site I added several addresses with Webpart "Contacts". How can I display these addresses (same webpart) on the Startpage of my 5 Sub-Sites....?
  11. gillesnebel

    Sending Registered User Name

    Hi, I would like to add an external Website (with Content Editor Web Part) but I need registered Username (using Activ Directory) as parameter. Example: External Link http://www.mysite.com?UserID=AD_UserName Does somebody has any ideas how to realize that? Thx very much
  12. gillesnebel

    Top Navigation Bar

    I'm looking for third-party tool (or helpful tip) to remove top menu items like "Create", "Site Settings" depending of the logged in user, because it's very confusing for clients accessing this site. But as administrator all the items must be visible. Can somebody help me,.... thx
  13. gillesnebel

    Getting further informations from Active Directory

    Is it possible to get further informations from AD like Street, Telephones,...... Thanks for your hints

Part and Inventory Search

Back
Top