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 IamaSherpa 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. techgeek

    ASP Crystal 8 remote printing from NT to UNIX won't print in Landscape

    I have created a report in Crystal version 8 that is being sent to UNIX from NT and then to a network printer from UNIX. Basically, it's utilizing the craxdrt.dll at runtime. I'm using the "SelectPrinter" Method as shown below. Session("oRpt")SelectPrinter "HP...
  2. techgeek

    Here Documents

    Thanks, this seems to work but the program that takes the input fails after a few iterations. Maybe the input is too fast for the program? awk -f tokenScript.awk theInput.txt ------- script file ---------- BEGIN {FS = &quot;,&quot;} { for (i = 1; i <= NF ; i++) { print...
  3. techgeek

    Help with Random Access Files

    This program uses the strstr function from the string.h library. #include <stdio.h> #include <stdlib.h> #include <string.h> #define BUFSIZE 100 void main() { FILE *fnew, *fold; char buf[BUFSIZE]; char Inbuf[BUFSIZE]; char Outbuf[BUFSIZE]; char file_new [27] =...
  4. techgeek

    Here Documents

    I need some examples of how to simulate the user entering interactive commands into an application writen in 'C'.

Part and Inventory Search

Back
Top