pb7 - sql2k8 - need to display 'X' for null values getting from db
Friends, In our sql 2k8 table..we have null values in one of the students mark field.while displaying those marks in the datawindow ... how can i display the null values as 'X'.I want to replace the...
View ArticlePB 8.0 maintenance release
Hi all, in my office, I am still using PB 8.0.2. I know this version is out of date, but I have no choice. I need to update to latest release of version 8, is it possible to get/download MR to update...
View ArticleProblems with Restart() in PB 12.5
We are having problems with our application's "Logoff" operation, as opposed to our "Logout and Exit". The problem does not occur when running the application within the IDE, only in our deployed...
View ArticlePB report with different header
Hi , i need to create a report with different page header. Page 1 : to display Letter Head and Columns HeaderPage 2 onwards to display only columns header only. What i did: put "columns header" under...
View ArticleWhy are there double event signatures in the event list view?
Folks, I am working on a 'monster' size window. The srw is 1,153,382 bytes. Look at the screen shot below. You can clearly see that standard events are double listed for the largest DataWindow Control...
View ArticlePowerbuilder 12 vs DB2 11
Hi All, DB2 11 is being installed in my organisation. We have UI in Power Builder V12. Question: Is DB2 V11 is compatible with PB v12? Regds,Ranjani
View ArticlePB11 - Sybase SySAM license was not validated
I have been using PB11 (Desktop Edition on Win7-32bits) for years, it's working fine, but last few weeks I got the License Initiation error box when started PB11 Please consider my issue messages...
View ArticleIs anyone using PB 11.5 and IM 11.5 with windows 8.1 ?
Just about to upgrade my laptop which is going to be windows 8., has anyone had any problems ?
View ArticleOLE stored in Oracle -- save as native file
Hi all PB gurus, I just tried my luck to see if it is possible to convert any OLE objects saved in Oracle BLOG via PB OLE controls back into their native file? We need to generalize the ole-BLOB back...
View ArticleRegistration-free .NET activation
I am attempting to use/deploy a Registration-free .NET component. Using PB12.6.NET and Bruce's SMTPClient code I created pbsmtpclient.dll. I then created pbsmtpclient.rc which looks like this:...
View ArticleHow to set sqlserver stored procedure as data source for a datawindow
I am using powerbuilder 11.2 and database sqlserver , Please can u let me know how to call stored procedure as resultset for datawindow .for example SelectCustomercode,sum(balance)from salesWhere...
View ArticleOLE stored in Oracle -- save as native file
Hi all PB gurus, I just tried my luck to see if it is possible to convert any OLE objects saved in Oracle BLOG via PB OLE controls back into their native file? We need to generalize the ole-BLOB back...
View ArticleDatastore Retrieve Returns -1
It's been a while since I did a lot of serious PB coding and I'm back to making newbie mistakes. This is classic PB 12.5 with the client running on Windows Vista against an Oracle database. When I try...
View ArticlePB Crashing while using the Debugger
Whenever I am using the debugger, anytime I step over an embedded SQL statement, PB crashes. The SQL statement could be a complex one or a simple statement like the one below... //Obtains Remote PC...
View ArticlekeyDown(keycode) return only s or y
Regards. I have this function in my project: integer ichar lcpressedlcpressed = '' FOR i=48 TO 57 IF KeyDown(i) THEN lcpressed = CHAR(i) exit END IFNEXT FOR i=65 TO 90 IF KeyDown(i) THEN...
View ArticleIssue with GDI Memory
Hello All, We are using Power Builder 11.5 and we are facing issue with GDI memory when we open larger size image file. We are using 3rd party control to display image file. The problem is...- We have...
View ArticleRecorded version of the PB Webcast with SAP
A recorded version of the latest PB webcast with Dirk Boessmann is now available on PB TV: 00:48 - Dirk Boessmann, SVP Mobile Development at SAP speaks about PowerBuilder 19:30 - Armeen Mazda, Appeon...
View ArticleGraphical Memory leakage (GDI issue) with Powerbuilder
We are getting low graphical memory message while doing image processing in powerbuilder.How to get rid of this issue?
View ArticleUnable to activate Powerbuilder 12.5 license
I am running PowerBuilder 12.5 on a VM Windows 7 workstation. I have multiple people logging into the VM to use PowerBuilder. I have a a standalone license server setup. I get the error below when I...
View ArticlePage up and Page Down keys don't work in a RichTextEdit ?
I've got the user entering Rich Text into an RTE control using Version 12.5 Build 2511, and the page keys simply don't work. Any ideas on how to make the page keys work in the RTE ? Thanks. Rafa
View Article