Recent content by PRice

  1. P

    Package Treeview

    Some of the packages I work on have a treeview of the functions, procedures, etc. Other packages don't have the treeview, as I closed it to get more working space. Now I want to see the treeview again, and can't find out what option it is. How do I enable/disable this treeview?
  2. P

    User Name + space

    We have a separate users table for additional information on them that relies on the Oracle logonid. I guess we'll need to trim the logonid. Thanks,
  3. P

    User Name + space

    What would you suggest to disallow the user from logging in via the logon dialog if they add a trailing space to a valid user name? One user was able to get in that way today. Thanks,
  4. P

    Login defaults

    Alright, it works now, thanks. There was some Session.OnChange code that was interfering with retries.
  5. P

    Append

    Works okay so far: haven't moved anything out of AfterInsert.
  6. P

    Login defaults

    with an invalid username/password entered: ORA-01017 invalid username/password login denied with no username/password/database entered: ORA-12560 TNS: protocol adapter error These are fine, and I'm not saying that it isn't working properly. I'm wanting to know how to get retries working from...
  7. P

    Append

    Okay, I'm at price@cwc.gov. After replacing Insert with Append, would you suggest keeping our AfterInsert processing, or moving it to BeforePost? Thanks,
  8. P

    Append

    What would you suggest to get Append behavior working with TOracleNavigator and TOracleDataSet? Some of the controls we're working with, such as the DBCtrlGrid, would give a better presentation if the new row displays after existing rows vs. ahead of existing rows. Thanks,
  9. P

    Login defaults

    The dialog gives a message, returns according to the Retries property, then shows an empty main form. The empty main form isn't desirable for us. Thanks, PRice
  10. P

    Login defaults

    Okay, I set up the TOracleLogon the same as the demo. It still only allows one logon try. We check for Connected both in the project and the datamodule create. If not Connected, the user doesn't get to the main form creation, so that's another difference from the demo. Are there some other...
  11. P

    Login defaults

    Nevermind, I see another post explaining it. How the Retries property, how does it work with Execute? I'm only getting one try although Retries is set higher. Execute is being called in the datamodule's Create. Thatnks, PRice
  12. P

    Login defaults

    Okay, its being stored in the registry. What's the process of reading the binary data (encrypted?) back out into strings? Thanks, PRice
  13. P

    Login defaults

    How could I implement the last userid/database like P/L SQL Developer presents at startup? Thanks, PRice
  14. P

    OracleNavigator Buttons

    Okay, thanks.
  15. P

    OracleNavigator Buttons

    I'm having trouble iterating through the TOracleNavigator buttons. I'm trying to disable all but the nbFirst, nbLast, nbPrior, nbLast rather than change the underlying dataset's state. Could you provide an example? Thanks, PRice
Back
Top