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. boxboxbox

    Text field highlights from right to cursor - Bug?

    Hmm...I can't find any setting in my disability/accessibility options that seems to control anything like that, and it still doesn't affect any other programs...Cursed Windows bugs...Grr. Thanks for your suggestions anyway!
  2. boxboxbox

    Text field highlights from right to cursor - Bug?

    When it happens to me it will happen only on one database, even if I have others open at the same time on the same computer, but I'll take a look at the keystroke/disability features. Thanks much, Amanda
  3. boxboxbox

    Text field highlights from right to cursor - Bug?

    I've got an Access 2003 database (on WinXP) that will occasionally start highlighting text fields where I have my cursor - from the right side of the field to wherever the cursor is gets highlighted, no matter where I click. I am not holding down the shift key. (Normally the cursor would just...
  4. boxboxbox

    Open APG Cash Drawer through an HID (not a port)?

    I am trying to electronically open an APG cash drawer through MS Access. It connects as a USB Human Interface Device (HID). I know how to and can write to USB ports (to tell the cash drawer to open, or tell a pole display what to write), but I don't know how to access or talk to an HID. It...
  5. boxboxbox

    AutoKeys using Keypad? How to reference?

    That works great, Roy-Vidar - thank you very much!
  6. boxboxbox

    Barcode font not read by scanner?

    You are wonderful! I figured it was something like that, but I don't think I'd have tried to test with capitals, instead of lower case (which was the problem). Doumo Arigatou!
  7. boxboxbox

    Help printing receipts on Zebra Direct from Access

    Ah! Despite me having saved it many times, the Zebra's Printer preferences weren't saving that my media was continuous. Now it has saved successfully, and it seems to be printing okay. (Let's hope it doesn't change its mind later!)
  8. boxboxbox

    How to print receipt on Zebra printer, direct from Access?

    Ah! Despite me having saved it many times, the Zebra's Printer preferences weren't saving that my media was continuous. Now it has saved successfully, and it seems to be printing okay. (Let's hope it doesn't change its mind later!)
  9. boxboxbox

    How to print receipt on Zebra printer, direct from Access?

    We just got a Zebra LP 2844 receipt printer. My POS system is in Access and it would be easiest if I could just print the receipt straight from Access. It will start to do this, but then stop after three lines and give me an error message (occasionally the error message is "out of paper", even...
  10. boxboxbox

    Barcode font not read by scanner?

    I got the code 39 to work (I had left off the surrounding asterisks), but on some barcodes it prints boxes instead of lines...usually if I try putting letters after the numbers, though letters at the beginning encode just fine...? I haven't downloaded the demo yet, but I printed my screen of...
  11. boxboxbox

    Help printing receipts on Zebra Direct from Access

    I should have put this in a different thread, sorry.
  12. boxboxbox

    Barcode font not read by scanner?

    Our scanner is a QuickScan QS2500 and can read most barcodes on things. Our barcode printer is a Cognitive DelSolLX. I am printing the barcodes from Access - I installed a Code 128 font and a 39 font in Access that I downloaded from the Grand Zebu site that has been recommened here before...
  13. boxboxbox

    Help printing receipts on Zebra Direct from Access

    We just got a Zebra LP 2844 receipt printer. My POS system is in Access and it would be easiest if I could just print the receipt straight from Access. It will start to do this, but then stop after three lines and give me an error message (occasionally the error message is "out of paper", even...
  14. boxboxbox

    Open barcode software from Access

    I agree with KornGeek...as I have similar problems right now and could also use the info.
  15. boxboxbox

    AutoKeys using Keypad? How to reference?

    Thanks. I'll try it this week when I get back to work.
  16. boxboxbox

    AutoKeys using Keypad? How to reference?

    Yes, I meant the numeric keypad, which I prefer. I'm also using 2003. At least in SendKeys (I'm not sure about AutoKeys), you can use the plus and minus keys, but I guess not the numbers themselves, which seems silly. Oh well. Thanks very much for your efforts!
  17. boxboxbox

    AutoKeys using Keypad? How to reference?

    I'm using an AutoKeys macro, and I want to use Ctl-1 to call a piece of code, but I want to be able to use the number 1 from the keypad. This is not recognized. Is it possible to use the keypad to call an AutoKeys macro? If so, what syntax do I use? Thanks.
  18. boxboxbox

    Listview AND rs.FillCache?

    By Jove! I've been trying to make it far too complex and your solution is so simple. Now I just need to adjust my code to the new container form to load everything properly...Thank you so much!
  19. boxboxbox

    Listview AND rs.FillCache?

    I have a table with about 50K records. I'm trying to improve the performance of a query on the table, that has four criteria fields, triggered by KeyUp on a form. It filters the results based on what people are typing. My info is currently in an Access linked table, but I'm testing speeds with...
  20. boxboxbox

    Setting server variables on a hosted site

    I want to change my MySQL server variable to ft_min_word_len = 1; and get have it not read the stopword file (ft_stopword_file). This is running on my website's webhost. It is already running and I believe they have the access to the config files.. I tried setting it through a query, and while...

Part and Inventory Search

Back
Top