2009年10月3日星期六

Firefox "Just Halt"

After I had upgrade my Firefox to 3.5.2 version, the nightmare was come. The Firefox often just halt and no response at all if I was right-click my mouse to download some of the photo.

I have been using Firefox for more than 3 years have no problem on it and "love" it very much. If the problem still cannot solve. I think I have to "leave" Firefox and looking for new browser.

I have really disappointed with Firefox with leave this problem happen for long time. I know I cannot blaim them, because this is free software. I appreciated but this problem make me to withdraw using Firefox.

Good luck for Firefox..... I have to leave you... bye bye

2009年10月1日星期四

Controlling the Outlook session using OLE

Good sample for using the OLE in PowerBuilder (Outlook)

http://downloads.sybase.com/codexchange/powerbuilder/404/PowerBuilder_-_Controlling_the_Outlook_session_using_OLE.htm

http://www.ozgrid.com/forum/showthread.php?t=22263

http://www.tek-tips.com/faqs.cfm?fid=5733

http://www.pcreview.co.uk/forums/thread-1856561.php

PowerBuilder Datawindow crash

If you are PowerBuilder developer. You may have experience for the datawindow look "halt" after you have open the datawindow. I have face this problem few days ago. Actually, in my 10 years experience in using PowerBuilder from version 6 to 11.5. I have face this problem many time. For my past solution was uninstall and install the PowerBuilder. However, this is not a good idea(Sybase look like does not take action on this issue).

Finally, I found the better solutions.

The solutions was,...
For windows,
1. Start -> Run. Enter regedit

2. Looking for HKEY_CURRENT_USER\Software\Sybase\PowerBuilder\{PB version}\Layout\Default

3. and then Double-click on the Datawindow (on left-hand side). Delete all the contain in Value data.


4. Re-start your PowerBuilder.

The solution was so simple. But I have suffer for this issue for few days. Hope this article can help some of you.

Enjoy your code...