Recent content by Theod

  1. Theod

    Keep sessions alive by tranparently executing a "select 1 from dual"?

    yup, cause we don't have access to installation directory
  2. Theod

    Column name auto-complete not working after upgrade

    Hi Jens, no using aliases is bad code
  3. Theod

    Enhancements list upvote

    +1
  4. Theod

    User Reports/Tools: Configurable Menu Items

    Hi Tseck, I fully agree. Your Post could be from me.
  5. Theod

    default values for multiselect substitution variables?

    Hi, the default pragma returns only one item at all. So only one items will be checked. It would be an good enhancement to have an check-all option for multiselect substitution variables
  6. Theod

    Hangs when network lost/reconnected

    Hi, for me is it not a minor issue. I use multiconnecions. When i work in one window some minutes, and just change to another open window to have a look at, a have to wait and wait for reconnect.
  7. Theod

    Autoreplace & Templates stuff

    Hi, to avoid such problems use additional # s*#=select * from sc#=selelct count(1) from ...
  8. Theod

    Not load LOB/BLOB/CLOB with "SELECT *"

    Hi, in case of 'variable' selects i use &Variables. Here is stmt.statement the clob column. select ... ,&< name = "Statement Clob" hint = "with clob?" list = " NULL ""Statement Full"" ,N ,""stmt.statement ""Statement Full"" "" ,J "...
  9. Theod

    multiselect substitution variables

    Hi, the tags for values of substitution variables must have nothing or doublequotes instead of two single quotes. right: MULTISELECT = YES MULTISELECT = "YES" wrong: MULTISELECT = ''YES'' Here is on example from my butterfly-collection ;-). I use this here to collapse or expand the amount of...
  10. Theod

    Toolbar broken after adding second monitor

    Hi, same appears, when you change the resolution or add an third monitor. Then you'll find an new xyz.toolbar.ini and yxz.docking.ini without your custumizings.
  11. Theod

    template q notations

    Hi, try [[ instead of [. It works for PLD Ver. 11
  12. Theod

    Connection Changed after running report

    Hi, i've an Report with an own connection (rudir@...). After running this Report within the PLD the main connection is changed but this is not visible. I'm using Dual Session Mode.
  13. Theod

    Toolbar settings are lost after adding a monitor or change resolution

    Hi, today I've had the same problem. My customized toolbar witch I used with PLD Version 11.0.1 was lost, if I opend PLD Version 11.0.5. So I've customized it again, all at work. At home, I found my toolbar settings lost again. Searching and found this chat, I looked in APPDATA and found there...
  14. Theod

    Would anyone mind sharing some useful PasteOptions.ini configs?

    Hi, thats indeed curios. I posted my file, but after submit there were only few lines visible. So I deleted my post immediatly. Then I tried the email feature, but there I didn't see succesfull sending. But you have got it ;-) HTH
  15. Theod

    Can Reports developed in PL/SQL Developer be ran outside of Developer

    Hi, use Query Reporter, also from allround automations.
Back
Top