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 bkrike 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: qjade
  • Content: Threads
  • Order by date
  1. qjade

    Batch file (*.bat) syntax help - find string in file & grab next line

    Hello friends, I apologize if posting this in the wrong forum. Saw a similar post here so thought I would start here. Please point to correct forum is I am wrong. Problem: I have an *.xml file that I want to look through one line at a time via a *.bat file. I need to find a specific node...
  2. qjade

    Write query result to Excel file in different tab?

    Hello friends, I am attempting to write the result of two separate subquerries into two separate tabs of a single excel workbook. I only know of a way to write out via bcp and xp_cmdshell to a tab delimited file. i.e. exec master.dbo.xp_cmdshell 'bcp "select top 3* from tblSomeTable"...
  3. qjade

    vb.NET Timer not firing Elapsed time event

    Hello friends, I have read numerous threads in this site as well as Google but still cannot seem to get a simple timer to fuction properly. All I want to do is create a timer that fires every 15 seconds and execute the code in my Elapsed Time Event. My simplified example is as follow...
  4. qjade

    Symbol LS2208 - Emulate "ENTER" keystroke in Excel

    Hello friends, I am trying to utilize the Symbol LS2208 to input data into an Excel spreadsheet. I have configured it to append a "TAB" suffix after a barcode scan to jump to the next column. However, when all data for that record is finish, I need to be able to scan a barcode that will...
  5. qjade

    How to copy pdf file from webpage locally

    Hello friends, I am trying to copy a webpage (which is just a link to a pdf file) on our intranet. I need to copy it locally so that I can schedule a task to email it daily to a specific recipient daily. I have done a similar job in perl where I crawl a page and save its content - but that...
  6. qjade

    Please help - Flat text file pattern matching dilema

    Hello friends, I recently ran into a problem with my perl prog that reads from a flat text file for patterns and was hoping that one of the many Perl guru here can give me a hand or drop a few lines of suggestions. My problem is as follow: My prog use to read one line of text at a time...
  7. qjade

    What to do with CRT dependency to run *.exe in another machine

    Hello friends, I am trying to distribute an executable to another PC but running into an error something along the line of Settings are incorrect and that reinstallation may fix the problem. Both machines have identical OS (XP with SP2). The manifest for my compile application is as follow...
  8. qjade

    How to create a "Release" for an installation package in VC++ Express

    Hello friends, It has been years since I fiddled with C. I was hoping someone with a little experience with Visual C++ 2005 Express Edition to give me a hand with compiling my source codes. I have a set of source codes from a program's creator, written in C. I can build a project from...
  9. qjade

    How to email with Groupwise=default - thread205-641035

    Hello friends, I am trying to enhance an old C program by adding emailing functionality to it. Any ideas from experience or theory on how email a few simple lines of text or with a file as attachement? Sample codes with specific syntax would be greatly appreciated as it has been years since...
  10. qjade

    How to compile C source codes with MS Visual C++ 2005 Express Edition

    Hello friends, I have been given the source codes to an old/ancient program by the creator. It consist of seven *.c files and two *.h header files. It has been over a decade since I wrote anything in C so please pardon this simple question. I am attempting to compile these files into its...
  11. qjade

    Compiling C program with Visual C++ 2005 Express Edition?

    Hello friends, It has been over a decade since I have compiled and ran any C program. Please forgive me if my question are rather childish. I have been given a C program/project to disect and apply improvements to. However, I am unable to compile it correctly even though I am certain that...
  12. qjade

    Printer print blank page on XP boot up

    Hello friends, I have a HP photosmart that is acting up. It is brand new with the correct driver installed. For some reason, it is printing a blank page (or at times a few characters) everytime my PC (wins XP) boots up. Can someone shed some light on this or have had this problem before...
  13. qjade

    Separating imported 1-column text file into a 2-columns

    Hello friends, I am attempting to import a text file into my Access dB I would like to get additional help on how to manipulate the layout of the data within that file. A sample file would look like the following with "LocCode" being the column heading: LocCode R01CODE1 F00111111 F00222222...
  14. qjade

    Setting a delay time in Macro before Quit command

    Hello friends, I currently have a macro created that run 7 separate reports and sending them out via outlook. The problem I have is that it is only two out and then exit abruptly as though the report generation process has taken too long and the Quit function in my macro has caught up...
  15. qjade

    Begin And End-Date, Format date to number

    Hello friends, I am ateempting to build a query base on automatic date range. This query will be run on the first of every month for data of the past month and a half (i.e. Between '20040816' And '20040930'...if it was run on 10/01/2004) My two questions are this: 1) How do I construct...
  16. qjade

    Report auto-generate biweekly for current month data up to today ?

    Hello friends, I currently have 3 querries that run on a few tables according to date range. A report is then generated base on the results from these three separate querries. What I like to happen is for my report to be auto-generated on a biweekly and end-of-month basis so that it can...
  17. qjade

    Read line from file, append to line, display new string/line?

    Hello friends, I am attempting to open a .txt file and read in its contents. With every line from the file, I would like to append a comma and single-quote to the beggining, and a single quote at the end of the string/line. example: Original file: Apple Orange Plum Expected result...

Part and Inventory Search

Back
Top