Search results for query: *

  • Users: tdk007
  • Content: Threads
  • Order by date
  1. T

    Question Environment Variable

    Ok, here's my problem. I have a program called SetEnv that set some Environment variables like PATH and I need to run it at the beginning of an other program. If I run it as a process in the form load of my second program and then do a Environment.GetEnvironmentVariable("PATH") I don't see the...
  2. T

    Problem when linking 3 tables

    Hi, my problem is that when I try to print the report, it print 3 times the same thing. Here's the descritpion of my tables. Table 1 is the generic info of a Job ( Docket(Key), Client, Numeric Sequence ...) - 1 Record Table 2 is the detail info from the job ( Docket(Key), Control Number...
  3. T

    Hide the Printing Status Windows

    Hi, Is there a way to hide the Printing Status Windows? Thanks tdk007
  4. T

    Print with a 180 degree orientation with PrintDocument

    Hi, I want to know if it's possible to print with a 180 degree orientation using PrintDocument? If yes, how do I do that? Thanks tdk007
Back
Top