Hello Olan, It seems that the bitmap resource number 2508 in pbvm090.dll is the image in question. I suppose you can try updating it with a resource editor...
Thanks, Konstantin! Olan ... Hello Olan, It seems that the bitmap resource number 2508 in pbvm090.dll is the image in question. I suppose you can try updating...
« PowerBuilder developers: welcome to heaven! » .NET is currently the most popular development tool. With its powerfull framework and lots of online...
Hi All While using PowerBuilder 11.5, a datawindow column with 6 decimal places is truncated to two, after data is entered. This was working file in PB 9.0...
Just a quick thought: try setting the FORMAT of the field to match the EditMask definition. ... Hi All While using PowerBuilder 11.5, a datawindow column with...
Hi! how to make a PB (ver.11.5) application, developed for 800x600 resolution, to work with 1024x768 resolution please? Other than the straight formaward...
What we do, when the window opens, is check the current resolution, figure out the ratio of the current resolution and the resolution the app was designed in,...
HI, You can also use an API and change the screen resolution upon opening/closing the program just like what they do for games... here is the code that i...
Hi All I need to print image at perticular position (image placed in datawindow header) example image should start after 2cm from left can anyone give me some...
Easy. In the DW header you place a picturebox where you want it, then in the script you assign the appropriate picture into the picture box. Then you print the...
Hi guys (and girls if any)! i have been using PB for almost 3 years now but still i consider myself as an infant. As a matter of fact my program crashing on a...
I am Sohail based in Riyadh, KSA. Started working with PowerBuilder ver5 12 years ago. Worked with versions 6.5, 7, 9, 10.5 and 11. Still using PowerBuilder....
Welcome to Zaldy and Sohail! I've been on this Group for years and have found it to be an amazing resource; there are some brilliant people available! Me: PB...
Hi everyone! i'm a "newbie" in PB. last year i joined into a software house that uses PB and here i have found a lot of answer on my question. by the way, why...
Forums already exist. http://www.sybase.com/support/community-forums Personally I use the google interface. Sybase provides the url to it on the above page. ...
Hi i have a small app that I need to deploy as webform, this app runs well as win32 but when deployed as webform i get an error that tells me to call...
Hi all, I have a PB 11 application in which I am able to generate the exe by deploying with the PBDs options selected but could not generate it with out PBDs...
... well this happens when powerbuilder shared files or header files are not located or of prior version try installing pb11 in another windows version and it...
I need to use SQL "IN" operator in powerbuilder script. I am storing all the values in an number array. select (*) from emp where deptno IN (:ls_array) ; ...
hi, if you want to use string array, please use datawindow, and get the item value from the column result there you can set the parameter argument as string...
thank u Mykola , i tried it , didnt work maybe because my column is numeric and this is character !!? any other suggestion ? ________________________________ ...
Have a for loop & convert the string array to numeric; that should work... To: PowerObject@yahoogroups.com From: aymanmoawad@... Date: Mon, 18 May 2009...