Recent content by shunte

  1. S

    Numbers in scientific notation

    Thanks IvanZ, that works
  2. S

    Numbers in scientific notation

    Hi folks, hopefully someone can answer this When exporting resultsets as an SQL script any number > 1E14 is displayed in scientific notation When the script is subsequently run the numeric data are corrupted and in my particular case checksum data trashed leading to two days of hand wringing...
  3. S

    PLD 11 - long running query makes UI unresponsive

    forgot to mention that disabling "Show transaction indicator in Window List" is helping with the UI "Non Responding" when executing long running queries - the break button becomes active and the timer is displayed in the the toolbar so back to expected behavior there
  4. S

    PLD 11 - long running query makes UI unresponsive

    session mode is currently multi but with that said through the .ini file I'd set to single at one point; through the .ini I've disabled connections at start up as just starting 11 was causing it to hang; I tend to have several oft used scripts open for easy access and with 11 it was struggling...
  5. S

    PLD 11 - long running query makes UI unresponsive

    This may have been reported elsewhere but I have noticed after upgrading to vers. 11 that long running queries cause PLD to stop responding and the application locks up, No Response Windows exhibit, while the query is running. Normal behavior has been to run the query and indicate the query...
  6. S

    Javascript support in HTML viewer

    Apologies for not getting back sooner Disabling the internal viewer didn't get us there, but configuring an external viewer does the trick Thanks for pushing me in the right direction For those wondering why the need for JavaScript, we're using Google's Visualization engine to give some...
  7. S

    Javascript support in HTML viewer

    I've a couple of solutions that return simple reports in HTML format directly from the database. A handful of these reports also contain Javascript, mainly to leverage Google Visualization. Is it possible to get the HTML "browser view" to support scripting? I realize that it may be disabled...
  8. S

    Feature Request : Simple search facility in Recall Statement

    Would it be possible to add rudimentary search to the recall statement dialog/window I envisage something similar to search in an email client; simply start typing a term into the search field and applicable entries are filtered and displayed - simple exact [case insensitive] matches. Does...
  9. S

    plsqldoc - multiline comments

    the revision section is an example, when plsqldoc generated those 5 lines get rolled into one /**************************************************************************************** PROCEDURE: TOTALSUM PUBLISHED: PUBLIC PURPOSE: Develops simple summed...
  10. S

    plsqldoc - multiline comments

    I'm setting up templates for use by the development team, these templates include plsqldoc tags. Part of the process is generating example documentation with the tags insitu so I can give specific examples to the developers. Many of the function/procedure headers have revision history with...
Back
Top