Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26358 - 26387 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26358
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...
Konstantin Goldobin
kostik_gold
Offline Send Email
May 4, 2009
3:54 pm
26359
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...
Olan Knight
olknight
Offline Send Email
May 4, 2009
4:33 pm
26360
I suspect that would constitute reverse engineering and violate your license. On Mon, May 4, 2009 at 12:32 PM, Olan Knight ... -- ... Rich Frantz...
Rich Frantz
rich_frantz
Offline Send Email
May 4, 2009
7:46 pm
26361
« PowerBuilder developers: welcome to heaven! » .NET is currently the most popular development tool. With its powerfull framework and lots of online...
pbnetotf
Offline Send Email
May 4, 2009
10:28 pm
26362
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...
Kumar, Sudhir
sudhir_os
Offline Send Email
May 5, 2009
2:06 am
26363
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...
Olan Knight
olknight
Offline Send Email
May 5, 2009
1:31 pm
26364
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...
Visweswaran suBRAMANyam
vas2862
Offline Send Email
May 5, 2009
8:42 pm
26365
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,...
Trevor Holyoak
kd7ghi
Offline Send Email
May 5, 2009
8:52 pm
26366
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...
jessie domingo
dj_znyx
Offline Send Email
May 6, 2009
12:07 am
26367
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...
salil kolhatkar
salilkol
Offline Send Email
May 6, 2009
12:13 pm
26368
Try control panel of windows itself for regional settings ________________________________ From: "Kumar, Sudhir" <kums@...> To:...
ayman moawad
aymanmoawad
Offline Send Email
May 6, 2009
1:12 pm
26369
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...
Olan Knight
olknight
Offline Send Email
May 6, 2009
3:17 pm
26370
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...
zaldy
very_simpatico
Offline Send Email
May 10, 2009
4:38 pm
26371
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....
Sohail Ali Khan
sohailalikhan
Offline Send Email
May 11, 2009
10:39 am
26372
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...
Olan Knight
olknight
Offline Send Email
May 11, 2009
2:04 pm
26373
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...
tampe
tampe125
Offline Send Email
May 11, 2009
9:38 pm
26374
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. ...
Rich Frantz
rich_frantz
Offline Send Email
May 11, 2009
10:33 pm
26375
How can I obtain MAC-ID of the PC by using PB9 ? Gokalp...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
May 12, 2009
8:13 am
26376
... ulong speed string cpuname RegistryGet( & "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0", & "~~MHz", ReguLong!, speed) RegistryGet( & ...
Olan Knight
olknight
Offline Send Email
May 12, 2009
1:52 pm
26377
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...
Rolando
repeted
Online Now Send Email
May 12, 2009
8:18 pm
26378
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...
rajesh.nagireddi@...
rajeshn_eee
Offline Send Email
May 15, 2009
12:22 pm
26379
... 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...
Ambrish Tripathi
tripathi.amb...
Offline Send Email
May 15, 2009
3:09 pm
26380
Hey ,     would u like to describe it in detail wht are the errors are coming after migrating to higher    version. ... From: rajesh.nagireddi@......
Santosh Tripathi
skrtripathi
Offline Send Email
May 16, 2009
4:05 am
26381
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) ; ...
ayman moawad
aymanmoawad
Offline Send Email
May 18, 2009
3:10 am
26382
Hello! long ll_count string ls_str1 = "1,2,3,4" select count(*) into :ll_count from emp where deptno IN (:ls_str1); Best regards. Mykola ...
Vasyliv Nykolay
vmv_gaz
Offline Send Email
May 18, 2009
3:42 am
26383
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...
abud prasetyo
abud_jr
Offline Send Email
May 18, 2009
12:12 pm
26384
thank u Mykola , i tried it , didnt work maybe because my column is numeric and this is character !!? any other suggestion ? ________________________________ ...
ayman moawad
aymanmoawad
Offline Send Email
May 18, 2009
12:19 pm
26385
Have a for loop & convert the string array to numeric; that should work... To: PowerObject@yahoogroups.com From: aymanmoawad@... Date: Mon, 18 May 2009...
Ashwin Deshmukh
ashwindeshmukh
Offline Send Email
May 18, 2009
12:33 pm
26386
Then put string quotes round the arguments, e.g.: string ls_str = "'1','2','3','4'" HTH -- SJ Emmons ________________________________ From:...
Susan Emmons
semmons_1
Offline Send Email
May 18, 2009
12:37 pm
26387
Hi All,   I was recently asked to create some reports in PB (11.0, build 6525).  The backend database is a Progress database.  I am connecting to the...
pkaeadch01@...
pkaeadch01
Offline Send Email
May 18, 2009
1:14 pm
Messages 26358 - 26387 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help