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 strongm 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. Andrey22

    Open barcode software from Access

    I think that there is no problem with use of shell. Shell(pathname[,windowstyle]) You should use full reference for software that is not in the same directory as the Access program. X = Shell("C:\Program Files\BARONE\Labels.exe", 3) "3" means "Window is maximized with focus". If you place...
  2. Andrey22

    Cyrillic character in bar code

    Yah. I also thought so. But I suspect that all known me barcodes contain only 437 or 850 code-page tables. I would like to know if exists bar code with CP 866 (PC Cyrillic) code page that contains mixture Latin and Cyrillic characters.
  3. Andrey22

    Cyrillic character in bar code

    We faced problem to place Cyrillic characters into bar code. All known codes that we found do not allow us to use them. I would not like to use indexes instead of item ID. Could anybody know such bar code? If so, please let me know. Thanks.

Part and Inventory Search

Back
Top