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 Wanet Telecoms Ltd 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: *

  • Users: chiarak
  • Content: Threads
  • Order by date
  1. chiarak

    Question regarding XSL Drop Down

    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...
  2. chiarak

    Perl ftp truncates file

    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...
  3. chiarak

    Hi I am trying to run a bcp comm

    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...
  4. chiarak

    Subreport within a subreport

    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...
  5. chiarak

    Can I hide the link to a subreport

    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...
  6. chiarak

    Database and Server stored in .rpt file

    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...
  7. chiarak

    Connecting from Crystal to Sybase Server using JDBC??

    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...
  8. chiarak

    Connecting to Sybase Server from Crystal Reports

    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...
  9. chiarak

    Using Crystal On The Web

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

Part and Inventory Search

Back
Top