Hi,
I am relatively new to using XSL. I am using the XSL to manipulate some XML. I was wondering if its possible to trigger some javascript after the value in a drop down has been updated?
In the code below I am trying to trigger the CheckPool javascript everytime the value in the Pools drop...
Hi
I am using Net::FTP to ftp a file as follows :
$ftp-NET::FTP->new($server);
$ftp->login($name,$pwd);
$ftp->cwd( "..");
$ftp->ascii();
$ftp->put($dataFile,$localFileName);
printf"%s\n",$ftp->message;
$ftp->quit;
When I open the file that has been transferred it is...
Hi
I am trying to run a bcp command to import data into a sybase database from a perl script. I have a text file which I create as tab delimited and I use the following command to perform the import bsb in perl :
print `bcp dbname..table in filename -c -eERR -Sserver -Uuser -Ppwd`;
The bcp...
Hi
I was just wondering if its possible to have a subreport within a subreport? My initial subreport consists of a list of details..under this I need another report which lists related details. Is this possible?? It looks ok when I create the new subreport on the first subreport but when I...
Hi,
I have an initial report that lists dates, amounts,dealtypes and dealIds. In the case of certain dealtypes I need to be able to click on them and pass their dealId through as a parameter to a subreport.
Currently I am using an on-demand subreport linked on dealId. If I click on the...
Hi,
My basic problem is that I need to connect to several sybase databases from different servers to run the same report. Currently this means having 3-4 versions of each report seeing as the server and database details seem to be stored in the .rpt file somewhere. What I am trying to aviod is...
Hi
I have written a number of sybase stored procs and attached them to various Crystal reports which are then saved on a test webserver. Once tested all the reports need to be copied across to the dev webserver and ultimately the prod webserver. From which ever webserver they are on they are...
Hi
I have written a number of sybase stored procs and attached them to various Crystal reports which are then saved on a test webserver. Once tested all the reports need to be copied across to the dev webserver and ultimately the prod webserver. From which ever webserver they are on they are...
Hi,
I am currently writing a number of Crystal Reports to be opened using java via a URL connection. At present when I develop the reports they are placed on a test server and the URL points to this. When we are happy with the reports I copy them to the production server and point the URL to...
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.