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 gkittelson 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. sujincls

    How to prevent empty report generation in Oracle Report server(rwrun)

    Dear All, It would be great if you can clearify my problem at the earliest. I am using Oracle Report Server 9.2.0 to generate PDF reports. Sometimes if data is not found an empty report will be generated. I am trying to avoid empty report generation if data is not found. Can anyone tell me how...
  2. sujincls

    xml builder

    Can anyone tell me how to write a xml builder in C/Unix Sujin
  3. sujincls

    Terminate a thread and launch newone without waiting for other threads

    Hi, The following program will launch 3 threads and wait for all the 3 to complete. If the thread 2 complets first, it has to wait till the other two complets. Can anyone suggest me a way if the 2nd thread complets first then I want to launch a new thread of same type without waiting for the...
  4. sujincls

    Format String

    Could anyone say how to specify format specifier to obtain the following output input : "Hello" output: "----------Hello----------" if I give "%010s" the output was as below "00000Hello" But I need "-" in the place of "0&quot...
  5. sujincls

    Format String in C

    Could you please tell me how to format a string in C For example, input : "Hello" output: "**********Hello**********" Thanks, Sujin
  6. sujincls

    How to write a simple Encryption program?

    Could be helpful if anyone tell me how to write a simple encryption program in C(unix/windows). SJ.

Part and Inventory Search

Back
Top