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 Mike Lewis 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. birdman5

    JDBC Connection Pooling

    Hi, I have a java procedure that executes SQL on a remote database. To improve performance, I have set up connection pooling, so connections are re-used. This works ok for one user / session. It does not seem to work for multiple sessions though - new db connections are created each time. Any...
  2. birdman5

    Remove whitespace from XML

    Hi, I am trying to remove the whitespace from an XML Clob that I create from a SQL query. This is to shrink the file size to be compatible with our messaging software. I wrote a small script below, using the xmlParser.setPreserveWhitespace setting, but it simply copies the XML exactly. Any...
  3. birdman5

    ZPL Center Align

    Bachya, I was wondering if you got an answer to this? I'm having the same problem...
  4. birdman5

    Document subfolder as a web part?

    Thanks Thomas, Have tried this, and it's nearly what i'm after. With the page viewer, the subfolder can be displayed, but appears as a 'window' to the whole page, rather than the usual web part. Will experiment more, though and update if any progress is made. Regards, Paul
  5. birdman5

    Document subfolder as a web part?

    Hi, Is there any way to add a subfolder (i.e. Shared Documents/JoeBloggsDocs/) as a web part? At the moment, i can add a hyperlink directly to the subfolder - however, I would rather display the folder contents on the page itself. Do i need to create a separate document library to do this?
  6. birdman5

    Custom Search Form For Lists

    You mention wildcard searches. Did you manage to implement this using the search form, and connections? I am trying to do this at the moment, but so far i have only managed to use the search for exact matches.
  7. birdman5

    javascript: URL not working in IE6

    Found a solution to the problem. Instead of 'looping' through the table and rebuilding it that way, i now use the body.InnerHTML object and replace certain values. This saves a lot of space: javascript:var cap=window.document.title;var txt="<html><head><link rel=stylesheet...
  8. birdman5

    javascript: URL not working in IE6

    IE6 indeed has a limit on the number of characters. ~500 Seems to be the max... Paul
  9. birdman5

    javascript: URL not working in IE6

    Hi, I have a small bit of code for reformatting a web page generated from another application. It basically re-builds a table, and applies a stylesheet to the new page. Embedded in the page, it works fine, but i need it to run as a URL, within the address bar. In IE5, there was no problem with...
  10. birdman5

    decimals behaving badly

    Hi, I have a report which on one machine displays all decimal fields correctly, but on another it displays 5.34e+269 on the first row, and then zero on all other rows. These would usually have data. The only difference between the machines is that one has two ODBC connections to the Oracle...
  11. birdman5

    Use of decode in v8

    apologies, apologies - i have it working now. I was using standard IIF syntax (a=1,a,b) instead of (a,1,a,b) if i had a penny... i think the real problem is just getting used to the differences between actuate and crystal. (p.s. is there anyway to delete a post?!) -p
  12. birdman5

    Use of decode in v8

    I have just switched over from Actuate, and i am amazed to find that the DECODE function cannot be used in the SQL expression field in Crystal v8. I am missing something, or is that really the case? Are there any other standard functions that cannot be used?
  13. birdman5

    Can't view log files on progress explorer

    I am currently using v9.1b. I have just moved from patch 10 to 21, and in doing so, the log files on progress explorer are no longer available. I know this is a common problem with windows 2000 & xp, however i am using windows NT. Is there any other patches, or fixes available to resolve this?
  14. birdman5

    Dynamic Browse Triggers

    I have created a dynamic browse, with a trigger on &quot;row-entry&quot; which runs an internal procedure. Within this internal procedure i need to check if the correct column is selected, before applying the trigger-code. I have tried using the CURRENT_COLUMN and GET-BROWSE-COLUMN handles and...
  15. birdman5

    Printing Using WinAPI

    I have a similar requirement - using a progress browse, the user highlights multiple word documents and prints them. I have been using shellexecuteA, but this opens up word every time. Is there a way to print without word opening?

Part and Inventory Search

Back
Top