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 - 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...
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...
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@...
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...
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...
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...
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...
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...
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, ...
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...
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...
How big is the integer column? Do you have Empty String Is Null set in the edit properties? ________________________________ From: PowerObject@yahoogroups.com ...
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...
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...
By the way what was the message you were getting? ________________________________ From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On...
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...
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...
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...
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...
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@...
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...
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...
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...