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 - problem solved...
Turns out that the files were not being ftped in full due to the fact that I was not closing them beforehand. They were opened earlier in the script to add data to and the ftp was dropping records as I was not closing them afterwards.
Thanks anyway..
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 don't actually have access to the web server to check the dlls but which dll would need to be there for exporting to excel with entended options??
Thanks
Chiara
Hi
I have a crystal report which when I export to excel 8.0(Extended) turns out exactly as I require. However I need to view this report via my web server and the export option does not include excel extended - is there a way around this?? The regular export on the web server is inserting blank...
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
Thanks for this - I supressed the link based on Dealtype - works nicely. Just one thing...even when the link isn't visible you can still activate the report by clicking where it should appear - any way of avoiding this????
Thanks a million
Chiara
Hi
I am unable to manipulate the recordset as I attach the crystal report directly to the stored proc at design time.
Also I do not want to limit the dealtypes that appear but only have the link to the subreport appear on certain dealtype lines. I want all dealtypes on the report with a link...
Hi
Thanks for replying, however, I don't think I can create a formula on the main report as I am just using Crystal linked to a sybase stored procedure, not invoking it from VB or anything.
Would I be right in thinking this or where were you advising I add the above code??
Thanks again..
Chiara
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 endoflux
Usually when I add a subreport I then right click on the subreport and select Edit Subreport Links, within here you link the main report parameters to the Subreports parameters and the values will get passed directly from the main report through to the Subreport.
To do the linking...
Hi Hattusas
I downloaded update8x utility from the Crystal website to help with a similar problem. This utility will allow you to select all reports in a directory and set the database and server name for them. Saves having to copy each report and do a Set Location manually.
I just made a copy...
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.