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

  1. mns9939

    Passing values

    Hi, I have a html page which has FRAMESETs. On one of the frames, i have a PHP script. This PHP script is on the left side Frame on the screen and this script contains varios input parameters. Based on the values selected in this left Frame, i would like to display the results on the right...
  2. mns9939

    formatting in Excel

    Dreamboat, Thanks for your reply. If i use an apostrophe ', it solves the formatting problem. However, all the columns will have a ' in front. Is there a way to hide the apostophe from displaying? Thanks, Madhu
  3. mns9939

    formatting in Excel

    Hi, I have a perl-cgi script running from web, which has an output option to Excel. I use the following line to display the output in Excel. "print header(-type=>'application/vnd.ms-excel');" How ever, the problem is when i have a value like '10-04', the output in Excel shows as...
  4. mns9939

    System function

    HI, In a PHP script, i am using the system function to execute some commands to send file to a printer etc. How ever, i am unable to execute the following command: $cmd = 'host sqlplus xyz/abc@adm1 @/home/test.sql' system($cmd); Can any one tell if this is not possible to invoke this command...
  5. mns9939

    Conditional printing

    Hi, I am running a Crystal Report with Oracle database. The report has the following fields: WorkOrder, Department, Location, Type, Description. The report is sorted by Department. There may be many Descriptions for a Department. (Each a separate database record) The user wants to see only...
  6. mns9939

    Keeping server connection

    Hi, I have a web application written in php 4.0 running on a apache server. The scripts are on a hp unix box. I am using direct oracle connection using OCI functions. The problem is, when the application is kept open for more that 30 minutes or so, i lose connections. This forces the user to...
  7. mns9939

    Problem with page expiration

    Thank you all for your suggestions. Using GET solved the problem. Rob, Could you please send me information about the techniques for using POST forms, and translating them dynamically into encrypted GET forms? Thanks, Madhu
  8. mns9939

    Session Variables Expire

    Yes, i do.
  9. mns9939

    Problem with page expiration

    I have a web application written in php. I have a main screen, where in the user selects a parameter and this brings out a list of item numbers. by clicking on each item number, i can go to next page which displays the details of an item. The problem is, when i hit the "Back" button on...
  10. mns9939

    Session Variables Expire

    I have the same problem. I checked the php.ini file. The session.expire_time is set to 180 minutes. But the script looses the authentication session variable some times in few minutes. That session variable is not re-used in the script any where else. Please help
  11. mns9939

    Active X Viewer / printing multiple copies

    I got the update file from CrystalDecisions and installed it. But it didn't seem to fix the problem. I am using Crystal Reports 8.0
  12. mns9939

    problem with printing

    The report is viewed from within a web application. The users have complained about this multiple copies problem. It prints "exponentially" i.e 2 times2, 3 times 3, 4 times 4 etc. from within Crystal Reports, there is no printing problem. Only when the report is viewed from within the...
  13. mns9939

    Download Crystal Report 8.0 or 7.0

    Crystal Reports does not come with any trial version nor its free. YOu'll have to buy it.
  14. mns9939

    problem with printing

    Hi, I have a report written in Crystal Reports 8.0. When i view this report with in the browser and print it, it prints fine. How ever, if i choose multiple copies to print, say 2 copies, it print 4 copies. If i choose 4 copies, it prints 16 copies. how do i solve this? any help given asap is...
  15. mns9939

    Use of substring

    How can i get 3 digits out of a 13 digit number? The 3 digits i need are in the middle. For ex; 0758830111999 In this case, i need only 111. how can i do it? there is no substring function in Crystal Reports. Thanks
  16. mns9939

    How to avoid the right side cutting off from the report?

    Scottwebb, Thanks for your reply. The report is in portrait format. I am giving a URL to the Crystal page Server and passing the parameters like userid/pwd etc in teh query string. I exported the report form the browser and compared with the original report. The page margins are the same in...
  17. mns9939

    How to avoid the right side cutting off from the report?

    I am using Crystal 8.0. The report prints fine when printed from within Crystal Reports. When the same report is called through a URL, it looks good but when i print it, come letters on the right side gets chopeed off. How do i resolve this problem? Your response will be greatly appreciated...
  18. mns9939

    Sorting an array

    Hi, I have a hash array with key-value pair like 1-AAAA 2-BBBB . . . 11-KKKKK .... .. 21-LLLL however, when i loop through the array, it does not print the values in the order it was put in. How do i make it to print the values in the order in was put in? Thanks for your help, Madhu
  19. mns9939

    How do you sort array?

    Hi, i have a similar problem. I tried the logic from above but it didn't work. Please help!. I have an array %h = ( "2~afga~X~10/20/2000" =>"b", "12~ands~L~10/30/2000"=>"1", "1~ijdf~N~11/12/2000"=>"a&quot...

Part and Inventory Search

Back
Top