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: *

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

    Taking input on a hidden text field?? Can it be done??

    Hello all, I'm having trouble making a hand scanner work, what I would like to do is hide a field on my first page and put the focus on that field and wait for STDIN. But if a visitor comes in make them click on the "Name field" and take the focus away, let me show you my code: <HTML>...
  2. rekcut01

    Help catching STDIN in background

    Is there a way to catch <STDIN> from a background process running in windows? I want to write a service that loops, running it in the back ground and just listen for <STDIN>, when it gets input go automatically and run a perl program. #!c:/dwimperl/perl/bin/perl.exe # PERL MODULES WE WILL...
  3. rekcut01

    MS Access query with &quot;:&quot; as last character in the column name

    Friends, I'm trying to help out a co-worker with his query. The person that set up the MS Access database put a ":" at the end of the column name. "Branch Number:" so when he does his select: rs.Open "Select * from Data where [Branch Number:] =" & Ca, cn it doesn't work. I told him I think...
  4. rekcut01

    Starting program upon scan with LS2208

    Hello everyone, Is there a way to start a program on the scan event? for example, I thought the <prefix><data><suffix> would work but I can't find any documentation or examples. What I have is a perl program that opens an excel spread sheet and scans a certain column until it finds the...

Part and Inventory Search

Back
Top