hi, Thanks for the help, thats is what i want ( to siulate a mouse click). When ever I run the script I would get an error (" Bad Runtime error in External...
Hi, I am trying to simulate the mouse click event on a position of user's choice. OS - WinXp,win2000 PB version - Verison 8.0 Thanks and Regards Mohammed Iqbal...
Hi All! Wish you A Happy New Year!!!!!!!!!!! I wan some help regarding the Stored procedure execution, I know the way to execute a SP by using a variable of SP...
Hi, Happy new year to you Vikas, and to all powerobjects members ! As David Ray wrote, please provide : - PB Version ( major and minor release ) - PB Build # -...
hi vikas, u can execute and get value of variables declare proc_1 procedure for sp_proc_1 @arg1 = 'arg1', @arg2 = 1 using sqlca; execute proc_1; fetch next...
Ravikiran, It's a good idea to include in your posts which version of PB you'tre using. You need to download and install Ghostscript. This is from the PB 10.5...
FYI - Much research has yielded the following info: 1. There are at least three flavors of GhostScript: GNU, GPL, and AFPL. ... version is the only one that...
Ian - To the best of my knowledge, these libraries are not part of the predefined PowerBuilder class libraries. Just looking at the names, they seem to be part...
hi All, just for information powerbuilder ver 11 is powerfull for web enabled. I tried demo version for BETA. It's very cool to used. Just Deploying to your...
Name: Alexander D. Festin Jr. Contact NO: Cell: (+63) 915-7827923 Landline: 632 - 9137984 Current company: St. Scholastica's Academy Marikina Current Location:...
Dear All, May I know that its' can deploy to Webspehre? ... From: "@alim" <alfen_lim@...> To: powerobject@yahoogroups.com Sent: Wednesday, January 3,...
Amigos alguien sabe como puedo obtener la IP de mi PC y la mac de la Tarejeta de RED en PowerBuilder 10 Atte Juan Lam ... Moderator's note : new messages that...
Dear all, I'm trying to create dynamic datawindow for user using syntaxfromsql() and create() functions. Everything is fine except compute column. Is there any...
Hi, I want to display Tool Tip in DW Dropdown. This dropdown Dw contains list of account numbers. Whenver user moves mouse over any account number in the dw...
Hi! I wan to navigate through rows for a purticular datawindow. on my window having no.of datawindow and on menu i put the navigation button such as...
Venkat - A better solution would be to use a dropdown datawindow to display the data rather than the database column "account_number". If you need to display...
Olivier, Thanks for the good ideas. With PB 10.5.1 I tried long wdSendToNewDocument = 0 and int wdSendToNewDocument = 0 but it still fails, so I opened a...
Hi Vikas, Since you said that you have navigation controls that will trigger the row positioning of the active datawindow, GetFocus() might not work at all ...
Hi Venkat, I agree with Olan, since if you implement tool tips, it would require a lot of programming on your part. First you have to code some sort of a flag...
Hello guys! How can I connect my PB apps to oracle database? should i make an odbc or just make a new profile under oracle at database window painter? what are...
Hi, Which PB version ? If you have enterprise version, use native diver. So yes : "make a new profile under oracle at database window painter" ... database...
Hi! our PB is v9, the DB server has enterprise version and the client has oracle client installed. Error encountered "OCI.DLL or ORA803.DLL could not be...