Friday, February 15, 2008

Applet : Fast button enable

Today, I came across this great tip from Siebel Unleashed, in how to enable an applet button;

If you create a button and give method name as CopyScript then change it to EventMethodCopyScript it will automatically enable the button. But you need to change the method name at BC level too. So at BC Level the scripting will change to

if(MethodName == “EventMethodCopyScript”)

Enjoy!

Wednesday, February 13, 2008

SQLNavigator : Toolbars have disappeared

Today, I had to query my Database, start SQL Navigator instance and .... Surprise!!
All my toolbars have disappeared. Happily, I've only to delete one registry folder to solve my problem.
If this happen, all you have to do is :

  1. Close all your sql navigator running instances;
  2. Open registry; (Click run and type regedit)
  3. Go to : HKEY_CURRENT_USER\Software\Quest Software\SQL Navigator
  4. Delete Main_Form folder

And you are ready to go.

Thursday, February 7, 2008

Oracle Sample Code Incubator

New Oracle wiki, you can try it here. Let's share our common, or not so common, daily routines.