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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 25159 - 25188 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25159
My application has more than one database at runtime. That time i have to mention database name in DBParm. (DBParm = Database='databasename'). The warnings i...
suresh.moorthy
Offline Send Email
Jul 1, 2008
5:09 pm
25160
Suresh - Thank you for sharing the solution to this problem! Olan ... My application has more than one database at runtime. That time i have to mention...
Olan Knight
olknight
Offline Send Email
Jul 1, 2008
5:27 pm
25161
Hi all! I would like to ask how to set-up PFC help in tool bar of PB environment..please help me.. Brian...
Rasengan
nairb120683
Offline Send Email
Jul 3, 2008
7:46 am
25162
Right mouse click on an empty space on the toolbar. Select customize Select custom in the window that appears next. Drag an icon from the selected palette area...
Daniel Mullings
damcis
Offline Send Email
Jul 3, 2008
1:28 pm
25163
Hello all, we have a problem with ODBC: Here the details of the system - SQL Anywhere 9 - connected with odbc - tested with PowerBuilder 9 and PowerBuilder...
Heiko Betzler
h.betzler@...
Send Email
Jul 4, 2008
12:42 pm
25164
Hi All We are using MAPI object for sending mails to the users present on our exchange server. that works fine. but in addition we want to retrieve the...
aarif.shaikh
Offline Send Email
Jul 4, 2008
3:41 pm
25165
pb 10.5 I get a datawindow validation error with a freeform datawindow object type when I attempt to enter data. The data type for the column is integer and...
girls3dog1
Offline Send Email
Jul 6, 2008
1:32 am
25166
Hello from a new member. I've been programming in PowerBuilder since version 3, both professionally and as a hobby. I'd like to develop a PB app that connects...
Mike Dodd
doddm2001
Offline Send Email
Jul 6, 2008
1:32 am
25167
MySql ODBC 3.51 works both for PB5 and PB9. In ODBC manager of PB5 MYSQL is not seem to available but you can create ODBC with odbcad32 command in command...
Gökalp AKYÜZ
gakyuz.rm
Offline Send Email
Jul 6, 2008
9:25 am
25168
Try with Return 1 in ItemError Event. ... From: girls3dog1 <wdolanaca@...> Subject: [PowerObject] Datawindow validation error To:...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jul 7, 2008
10:07 am
25169
Setup a search on ebay that will email you periodically with Powerbuilder stuff for sale. A better option though, is to get a membership to ISUG...
Daniel Mullings
damcis
Offline Send Email
Jul 7, 2008
2:00 pm
25170
That solved it.? Thanks for your help.? Although, I'm not sure why I would need to do this unless it's a bug in the freeform datawindow object. ... From: BKR...
wdolanaca@...
girls3dog1
Offline Send Email
Jul 7, 2008
2:18 pm
25171
Hi dan!   It doesn't work...   Rasengan ... From: Daniel Mullings <daniel.mullings@...> Subject: RE: [PowerObject] How to create PFC Help To:...
Brian Cabante
nairb120683
Offline Send Email
Jul 7, 2008
2:18 pm
25172
Sorry Brian, The %windir% doesn't work in the toolbar, at least not with version 6.5. Just change that to your current windows directory, and of course, ...
Daniel Mullings
damcis
Offline Send Email
Jul 7, 2008
2:31 pm
25173
It's not a bug.  Whenever datawindow error occurs it triggers the ItemError event where we can have our own error handling methods.  Return 1 makes it return...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jul 8, 2008
9:01 am
25174
Hi Guys Awaiting any valuable response.... Regards Arif...
aarif.shaikh
Offline Send Email
Jul 8, 2008
12:11 pm
25175
If it's not a bug then is there an explanation as to why I would get the validation error when I'm not using any validation for the column?? This seems to...
wdolanaca@...
girls3dog1
Offline Send Email
Jul 8, 2008
1:43 pm
25176
How big is the integer column? Do you have Empty String Is Null set in the edit properties? ________________________________ From: PowerObject@yahoogroups.com ...
Susan Emmons
semmons_1
Offline Send Email
Jul 8, 2008
1:59 pm
25177
The data type is long integer and it does not indicate a length.? Empty string is null is not checked. ... From: Susan Emmons <semmons@...> To:...
wdolanaca@...
girls3dog1
Offline Send Email
Jul 8, 2008
4:44 pm
25178
AOA i am unable to change the color of any 5number of Characters in entire column. Not the entire Coumn. is there any idea. Regards Ali Waqas [Non-text...
ali Waqas
aaliwaqas
Offline Send Email
Jul 9, 2008
8:56 am
25179
Probably the message might appear when you type something in the column and erase afterwards, which makes the column empty.  Setting Emptry string is null...
BKR Shivaprakkash
sivakrith
Offline Send Email
Jul 9, 2008
10:04 am
25180
By the way what was the message you were getting? ________________________________ From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On...
Susan Emmons
semmons_1
Offline Send Email
Jul 9, 2008
10:29 am
25181
Heiko - Has this issue been resolved? I just did some research on it, and it appears that the SAS ODBC driver v9.1 does support VARCHAR in the way that you...
Olan Knight
olknight
Offline Send Email
Jul 9, 2008
1:36 pm
25182
Arif - This sounds like CONTACT information, not email information. See if there is some way to access the CONTACTS folder from within your application. And...
Olan Knight
olknight
Offline Send Email
Jul 9, 2008
1:39 pm
25183
Try using an RTE (Rich Text) dw. Olan ... AOA i am unable to change the color of any 5number of Characters in entire column. Not the entire Coumn. is there any...
Olan Knight
olknight
Offline Send Email
Jul 9, 2008
1:49 pm
25184
Another option that will work in any DW presentation style is to create 3 computed fields with following expressions: Left ( <your column>, 4 ) Mid ( <your...
Mikhailovsky, George
gmikhai
Offline Send Email
Jul 9, 2008
2:00 pm
25185
Hi Olan, thanks for your reply. No, we couldn't solve the problem yet. We are using the SQL Anywhere 9.0.2.2451 Client! Is there a version 9.1 ? Best regards ...
Heiko Betzler
h.betzler@...
Send Email
Jul 9, 2008
2:25 pm
25186
Heiko - I found this while looking for more info on the SAS drivers: http://support.sas.com/documentation/onlinedoc/odbc/index.html As a quick test, download...
Olan Knight
olknight
Offline Send Email
Jul 9, 2008
3:01 pm
25187
Friends, I a composite datawindow inside which I have around 5 reports tabular and free forms.  The problem is that the slideleft property isnt working for...
vinodh bosco
bosco_vinodh
Offline Send Email
Jul 10, 2008
3:08 am
25188
Hello, In one datawindow I want to change the group name, created in the datawindow, at run time, when the user clicks a particular button. Hope this could be...
sivakrith
Offline Send Email
Jul 14, 2008
8:02 am
Messages 25159 - 25188 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