Passing 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 ArticleProblem with row selection on child dddw
Hi, I am currently working with dynamic dddws that display data based on the selection from a previous dynamic drop down datawindow. We are setting the row height to 0 for any rows that need to be...
View Articlegrid datawindow problem
hi all , I am working with a grid datawindow , presenting rows. 1. if its width is too large ( over then a A4 paper width ), saving it into PDF , saves it like portrait mode and not landscape ( I...
View ArticlePB 7 ..remove decimals
Friends, PB 7. i am getting the value in the double variable l_test =50.5 or l_test=50.6i dont want to round it as 51...i want it as 50....whether it is 50.1 or 50.8 whatever it is...i just want 50i...
View ArticleAltering primary key in database
Hi all , I have some tables in my DataBase ( Sql Anywhere 11 ) , which i want to modify a column from smallint to an Integer . Usually i do that by letting the user runs ( or doing it auto as the...
View Article