My application has more than one database at runtime. That time i have to mention database name in DBParm. (DBParm = Database='databasename39;). The warnings i...
25160
Olan Knight
olknight
Jul 1, 2008 5:27 pm
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...
25161
Rasengan
nairb120683
Jul 3, 2008 7:46 am
Hi all! I would like to ask how to set-up PFC help in tool bar of PB environment..please help me.. Brian...
25162
Daniel Mullings
damcis
Jul 3, 2008 1:28 pm
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...
25163
Heiko Betzler
h.betzler@...
Jul 4, 2008 12:42 pm
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...
25164
aarif.shaikh
Jul 4, 2008 3:41 pm
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...
25165
girls3dog1
Jul 6, 2008 1:32 am
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...
25166
Mike Dodd
doddm2001
Jul 6, 2008 1:32 am
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...
25167
Gökalp AKYÜZ
gakyuz.rm
Jul 6, 2008 9:25 am
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...
25168
BKR Shivaprakkash
sivakrith
Jul 7, 2008 10:07 am
Try with Return 1 in ItemError Event. ... From: girls3dog1 <wdolanaca@...> Subject: [PowerObject] Datawindow validation error To:...
25169
Daniel Mullings
damcis
Jul 7, 2008 2:00 pm
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...
25170
wdolanaca@...
girls3dog1
Jul 7, 2008 2:18 pm
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...
25171
Brian Cabante
nairb120683
Jul 7, 2008 2:18 pm
Hi dan! It doesn't work... Rasengan ... From: Daniel Mullings <daniel.mullings@...> Subject: RE: [PowerObject] How to create PFC Help To:...
25172
Daniel Mullings
damcis
Jul 7, 2008 2:31 pm
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, ...
25173
BKR Shivaprakkash
sivakrith
Jul 8, 2008 9:01 am
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...
25174
aarif.shaikh
Jul 8, 2008 12:11 pm
Hi Guys Awaiting any valuable response.... Regards Arif...
25175
wdolanaca@...
girls3dog1
Jul 8, 2008 1:43 pm
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...
25176
Susan Emmons
semmons_1
Jul 8, 2008 1:59 pm
How big is the integer column? Do you have Empty String Is Null set in the edit properties? ________________________________ From: PowerObject@yahoogroups.com ...
25177
wdolanaca@...
girls3dog1
Jul 8, 2008 4:44 pm
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:...
25178
ali Waqas
aaliwaqas
Jul 9, 2008 8:56 am
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...
25179
BKR Shivaprakkash
sivakrith
Jul 9, 2008 10:04 am
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...
25180
Susan Emmons
semmons_1
Jul 9, 2008 10:29 am
By the way what was the message you were getting? ________________________________ From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On...
25181
Olan Knight
olknight
Jul 9, 2008 1:36 pm
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...
25182
Olan Knight
olknight
Jul 9, 2008 1:39 pm
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...
25183
Olan Knight
olknight
Jul 9, 2008 1:49 pm
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...
25184
Mikhailovsky, George
gmikhai
Jul 9, 2008 2:00 pm
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...
25185
Heiko Betzler
h.betzler@...
Jul 9, 2008 2:25 pm
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 ...
25186
Olan Knight
olknight
Jul 9, 2008 3:01 pm
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...
25187
vinodh bosco
bosco_vinodh
Jul 10, 2008 3:08 am
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...
25188
sivakrith
Jul 14, 2008 8:02 am
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...