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 Wanet Telecoms Ltd 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: *

  • Users: awarnica
  • Content: Threads
  • Order by date
  1. awarnica

    A Quick format question

    Thanks in advance, I am deciding on a barcode with a client. The barcode needs to be alphanumeric. Our debate is wether we *really* need a checkdigit. Am I correct in understanding that if we don't go with a checkdigit Code 39 is going to do the trick but if I need a checkdigit Code 128 is the...
  2. awarnica

    Upgrade win 2000 to winXP with delphi 5

    Hi all, Hoping someone smart out there can give me a little bit of advice: I use Delphi 5 (on my win2000 computer), and have for the past 2 years. I also use Delphi 6, but have a custom compnent that I cannot seem to get installed in Delphi 6, only in Delphi 5. The component is used in a...
  3. awarnica

    How to make a button multiline / with word wrap?

    Pretty simple I hope, I have a few TButtons on my form, I need to have the caption be multiline or be able to word wrap the caption. Due to size constraints on my screen I cannot resize the buttons to take the full caption. Any help is appreciated! Andrew
  4. awarnica

    Delphi Forms / combo box / keypreview

    I have a form, with Keypreview = true; I am capturing barcodes through a keyboard wedge. I have a panel which displays the keypresses as they occur. So if I type / scan '1234', the panel displays '1234' But if I put a combo box on the form, and put focus to the combo box, then type '1234'...
  5. awarnica

    Bartender command line

    Is there any good help out there for using Bartender from the command line? If I type: Bartend.exe Bartender starts but if I type: bartend.exe /f=MyLabelFormat.btw nothing happens. thus of course bartend.exe /f=MyLabelFormat.btw /d=mylabel.txt /p does nothing as well. Bartender...
  6. awarnica

    Command line

    I'm am trying to enter a command during run time to run something from the command line. I'm trying to enter a line such as: C:\Documents and Settings\andreww\Desktop\Heritage\Label.btw /PRN=TEC B-572 /PD /D=C:\Documents and Settings\andreww\Desktop\Heritage\Label.txt What is the Delphi...
  7. awarnica

    Julian date

    Hi all, Im using Delphi 5 and need a function that will give me the following for the date: "day_of_year" a space then a 2 digit year. Today would be 23 02, and Feb 1st 2003 would be 32 03 I can handle the year and space part (duh), but I cant find a function to return the day of...
  8. awarnica

    SQL Statement question - retrieve variable

    Thanks in advance, and I apologize if any of you feel this has been posted to the wrong forum, it was originally posted in the delphi forum. Original post: thread102-450082 am now working with a SQL statement and code as follows: strSQL := 'UPDATE [WFSetup]' + 'SET [LastNo] = ' +...
  9. awarnica

    Delphi / SQL Server / Transactions & Table locking

    Hope someone can clarify something for me, here is my situation: I am coding in Delphi an application that connects to a SQL Server database. The application creates boxes on a production floor. To get the next box number, I need to: a-Retreive the last box number. b-Increment this number...

Part and Inventory Search

Back
Top