Handling Connection Time Out
When Connecting to SQL Anywhere via ODBC a client application can get disconnected from the server either by the LiveNess Timeout (where a regular check run by the connection determined that...
View ArticleError calling external object function intialize
Hi all, In our application we are using CaseDocs.DocCasesCtl control. We are recieving "Error calling external object function intialize" when the below line of code is being...
View Articledw.object.datawindow.data.htmltable in PowerBuilder .Net 12.5
Hi! Need some help again On previous developments in PB10.5 I used the property dw.object.datawindow.data.html as the content of an email with complete success. Now I'm trying to do exactly the same...
View ArticlePowerbuilder 7 crash when data window size is smaller than actual data in DB
I've just started Powerbuilder and came to know this community. Could you advise how to avoid below problem? In Powerbuilder 7 with Oracle Client 11g, it crashes in case data window column size(eg....
View ArticlePassing Soap Header in Web Service
Hi Team, In our application, we have used web service through webservice proxy wizard using the WSDL file. Now due to security reasons we need to pass Soap Header in the webservice call. Can you...
View ArticleHow to auto reconnect to database after network disconnect?
Hey guys I am fairly new to Powerbuilder, I am trying to add database reconnect functionality to a application, but the application always fatal crashes after returning from the DBError event. Flow of...
View ArticleMigration Powerbuilder 12.6 to .Net error
Hello,I'm receiving a vague 'General Arguement Error' soon after trying to migrate an existing PB 12.6 application to a WPF Window Application.Any ideas?Gee
View ArticleRestart() function crashing
When the Restart() function executes, the program fatal crashes with "Sybase Powerbuilder 12.5 has stopped working" I set a breakpoint at the function, but when I try to step into it, it crashes....
View ArticleSuggestions how to resize/compress images to be stored in a DB?
Hi, Powerbuilder 11.5.1 application running on SQL Anywhere 11 DB We are investigating possibilities to store images relating to rows in our table, we will probably do it as suggested, using Long...
View ArticleNo printers in Powerbuilder application
Hi all, We have 1 customer with 1 PC where the printsetup dialog box is empty (also when he want to print, we see a question mark). It's a windows 7 (32 bit) with a network printer(hp officejet),...
View ArticleTransparency in PB12.1 Classic
Hi Guys, Running into a UI issue in Powerbuilder 12.1 Classic and trying to figure out, if this is an issue with Powerbuilder 12.1 and if there is something I can do about it. A few of our modules use...
View ArticleUSB port data reading in Powerbuilder 10.
I have powerbuilder 10 installed. I want to read data from USB port in power builder. I already registered MSCOMM control in poweruilder. If the same control can be used for USB. if so, then how to...
View ArticlePowerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned in...
env : OS-windows7 64bit db-Oracle10g PowerBuilder-version 12.6Problem : In Powerbuilder 12.6, the saved Password is disappeared at DB Profile setup as below, hence they hit ORA-1005 null password...
View Articlehow to find out row in delete buffer for dw?
I have a datawindow dw_1. I use following script to move all data from Primary buffer to Delete buffer. dw_1.RowsMove(1, dw_1.RowCount(), Primary!, dw_1,1, Delete!) Then I want to find out a row in...
View Articlehow to enable dragdrop for listbox?
I want to dragadrop for a listbox. I enable property DragAuto. Then the drogdrop is for the whole listbox, And I can't select any item in the listbox anymore. but I want dragdrop for single selected...
View Articlehow to delete datawindow row by loop?
I try to go through datawndow rows by for loop and delete those rows I found with condition. Something like: For i = 1 to dw_1.RowCount() .... if expression then dw_1.DeleteRow(i) end ifNext...
View ArticleAlternatives to Replace a COM Component
Hi, I've got an application written in PB 10.5 using the Kodigo framework. I would like to migrate it to the latest version of PB, but part of the project includes a COM component which I can't...
View ArticlePowerbuilder App hangs in windows 7 - 64 bit
I had originally posted on the sybase forum, about an issuewhere we seemed to have powerbuilder applications that would hang, when splwow was running on a windows 7 - 64 bit original postWe have a Main...
View ArticleOpenchannel what dll does it belong to
Having issues with openchannel hanging on a laptop works for everyone else but this laptop. Was working on the laptop at one time then user installed Dreamweaver. Since then it is hanging no matter...
View ArticleDockable Windows: New Features Guide for SAP PowerBuilder 12.6
I copied the example in the SAP document: PowerBuilder-NewFeatures.pdf at page 21. 4.2.7 Opening Docked Windows and Tabbed Document Windows Sample code for opening docked windows and tabbed...
View Article