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...
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
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...
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...
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...
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...
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
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...
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
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...
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...
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
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...
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...
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
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"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.