Recent content by marc.wilson

  1. M

    Performance issue with Clipboard tool

    An additional piece of info that I have noticed is... The delay from Ctrl-C (copy text from editor) increases with the number of open files in PSD. For example, - if I have only 5 files open the delay is noticeable but small. - if I have 30 to 40 files open it is ~2 seconds.
  2. M

    Spacing weirdness with Lucida Console font and bold text

    Marco, I have noticed same issue since upgrading to v.7.x of PSD. I have used PSD for over 5 years at different clients and Lucida Console displayed "properly" (as fixed width characters) before v.7.x of PSD, regardless of bold or regular characters. I see what you mean about pasting into MS...
  3. M

    TFMTBCDField usage

    Is it not possible to use a manually defined TFMTBCDField with TOracleDataset? I currently have two tables I wish to setup a master/detail relationship with. The key field 'CONN_ID_KEY' is defined as a NUMBER and a data sample would be '49822304585931369' (17 digits). DOA wants to...
  4. M

    Keeping Window List Order Consistent

    Until the re-order feature is added... It appears the window list is loaded in last order accessed. In other words if you click on eack one of the windows in the window list in the top-down / first-to-last order you desire, just before you close PLSD, the next time you start PLSD the windows...
  5. M

    Trace file - Probe:S:debug_loop: timeout.

    I had to miss something obvious... 5.1.4.728
  6. M

    Trace file - Probe:S:debug_loop: timeout.

    When using the debugger in PLSDev to debug packages, we are getting trace files in the udump dir on the server with the follwing message: *** 2003-12-10 16:21:59.819 *** SESSION ID:(100.22101) 2003-12-10 16:21:59.791 Probe:read_pipe: receive failed, status 3 Probe:S:debug_loop: timeout. Action...
  7. M

    Export Explain Plan for Comparision

    If by "export" you mean get the explain plan results text into notepad. Will a right-click-->Copy in the Explain Plan results window, then Edit--Paste into Notepad work?
  8. M

    todo: sizable "Window list"

    Drag-n-Drop to rearrange Window order would be very useful. Additionally, it would be quite useful (IMHO), if the Window order was saved in the desktop based on order-of-appearance in the Window List. Right now the desktop file (on application startup) seems to order the Window List based on...
  9. M

    Command line action parameters

    Robert, I had the same issue Substitution/replacement variables need to be quoted and they must come before the EXEC= in the command line. For example: queryreporter.exe userid=.../..@... "&RD=21/10/2003" exec=report.rep html=report.html quit Apparently the command line params after the EXEC...
  10. M

    Command line action parameters

    Robert, I had the same issue Substitution/replacement variables need to be quoted and they must come before the EXEC= in the command line. For example: queryreporter.exe userid=.../..@... "&RD=21/10/2003" exec=report.rep html=report.html quit Apparently the command line params after the EXEC...
  11. M

    variables on the command line

    product: QueryReporter v.2.0 In the manual, section 8.2 Action parameters, it states that variables can be referenced on the command line via &variable=value. However, the windows (2000 etal) command shell (cmd.exe) interprets an aperstand (&) as command concatenation not as a command-line...
Back
Top