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 SkipVought 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. llmoore

    Create an output file with 80 char records and not cr's

    I do have DataLine dimmed as string. I will supply some more of my code. Private sub Output() Dim DataLine as String Open FileName For Binary as #1 DataLine = SuperHeader Put #1, , DataLine Close #1 End Sub Public Function SuperHeader() As String SuperHeader = Build Data 80...
  2. llmoore

    Create an output file with 80 char records and not cr's

    I need to create an output file with 80 character records and no carriage returns or line feeds. Using Visual Basic 6. I am trying to use the Open FileName for binary as #1, Put #1, , DataLine. Anytime I use a variable to hold the data that I need to write, the record contains 4 extra bytes at...
  3. llmoore

    Barcode reader using Vb6

    Teao, There are three types of scanner we use. We scan 1-D and 2-D barcodes. 2-D Barcodes contain multiple fields of data. Scanner number one is a keybord wedge. It works as if you are typing. Scanner number two is connected to a serial port. We have code that will take the incoming data...
  4. llmoore

    Barcode Font not used

    I already have the font installed on the pc. It is the same font on all the pc's. Some don't recognize the font and others do. I have removed the font and reinstalled it with no change. Thanks, Loren
  5. llmoore

    Barcode Font not used

    A problem I have found on some PC's, running Windows 2000, that a barcode font (installed in the font directory) is subistuted with another font. Other PC's load and run ok. This occures with Visual Basic Crystal Reports and Access 97 Reports. I can go in to Access design mode for a failing...
  6. llmoore

    Installed Barcode font not used

    I'll add that when I open the Access 97 Database reports in design mode, the properity for the field using the barcode font showes the correct font name. The preview of the report for that field shows a subistuted font. I change the font for the field and then change it font back to the...
  7. llmoore

    Installed Barcode font not used

    I have found on some PC's running Windows 2000 that a barcode font (installed in the font directory) is subistuted with another font. Other PC's load and run ok. This occures with Crystal Reports and Access 97 Reports. I have not found a knowledge database with a problem description for this...
  8. llmoore

    Print PDF-417 2-D Barcode

    Thanks to All, To solve my problem with printing PDF-417 barcode to a Crystal Report and then create a PDF file, I accquired Adobe Acrobat and now print to the distiller by-passing Crystal Reports. I print a Visual Basic form and I get the quality I need. Using this method gives me multiple...
  9. llmoore

    Print PDF-417 2-D Barcode

    Krishna, I'm using Access 97. This is a demo project for software vendors who create tax software for taxpayers to file specific taxes (Internation Fuel Tax). I write the spec's for the data layout for the barcode and create samples for upper management approval. Another department...
  10. llmoore

    Print PDF-417 2-D Barcode

    Thanks Jessica, I will check the Azalea fonts. I am currently using Symbol software that provides linked barcodes which I am using for this project. I will check out their demo font. The .jpg and .png formats are not available in the Symbol software. Thanks Krishna, I have tried the...
  11. llmoore

    Print PDF-417 2-D Barcode

    A picture is permanent and does not change when the data changes. Thanks Loren Moore
  12. llmoore

    Print PDF-417 2-D Barcode

    I need to print up to 4 PDF-417 2-D Barcodes on a CR report and the report will be output in Acrobat PDF. I currently create the barcode on the clipboard in a visual basic program and paste them on a form in the program. To print the report I do a form print for a hard copy and I can not...
  13. llmoore

    PrintForm method doing odd things

    Sypher2, I was reviewing solutions for the same problem with printform as yours. I am using a MDI form to display the form which I also print on an 8 1/2 X 11 page. While I was working on the program in visual basic I was able to make the printform work every time, I could scroll the entire...

Part and Inventory Search

Back
Top