Recent content by Arie Mars

  1. A

    How to en/disable OracleMonitor at runtime

    Mmmh, are you sure? It's already mentioned in my uses-list. I'm using version 3.4.6.1. and: procedure TFORMMain.InitUser; begin EnableMonitor; end; { InitUser } still gives me: undeclared identifier EnableMonitor
  2. A

    How to en/disable OracleMonitor at runtime

    Is there a way to enable/disable Oracle Monitor at runtime? The docs say to put OracleMonitor in the uses-list and call EnableMonitor/DisableMonitor in your code. But it seems this call is not available. Do I need the pro-version? Arie
Back
Top