Export objects from a target (multiple libraries)
Hi i need to export the data windows from multiple libraries that belong to a single target. I know I can open each library, select the datawindows (all start with d_ as customary) and then export...
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 ArticleProblem in Consuming Web Services in Powerbuilder 12.5 Classic and .Net
Hi, I'm developing a clien that consume a web service. The producer sent to me the .wsdl file and the schema .xsd files.Using Powerbuilder 12.0 and 12.5 Classic, i generated a Web Service Proxy using...
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 Articledatawindow update error number 20001
I have a simple datawindow which get data from one table with one parameter like col = :arg. When I call dw.update(), I got following error message like: Number 20001 Item 0019 is not used. Please make...
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 ArticleFuture release request
Hi Is this the correct forum to post these requests? I'd like to see split buttons added to the next release of Powerbuilder classic. thanksAllan
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 Articlehow to add new function in functionlist of Transaction userobject to call...
Is there anyway to call RPCFUNC in a function created on a Transaction userobject , without using local external function declaration. I have added new function in normal function list and then I...
View Articlepowerfilter & appeon
powerfilter claims to be Appeon compatible. But it isnt'. Has anyone used it with appeon? I'm guessing an earlier version may have worked?
View ArticlePowerbuilder connecting to ASE16
Hi Guys I'm trying to connect PB to ASE16, I have downloaded and installed the ASE16 Developer edition and create a database etc. However, the only download available for ASE is a 64 bit version. PB...
View ArticleBit datatype in sqlserver stored as -1 and 0
When I insert the record from PowerBuilder into Sqlsever database using SNC database connection , the bit data type value of sqlserver table column was stored as -1. I am trying to insert the...
View ArticleGetting the Handle of the DW Edit control to pass to a spell checker
Hello all,I'm currently tasked with implementing 'As You Type' spell checking on DataWindow char(xxx) columns. 3rd party ActiveX or DLL spell checkers can implement 'As You Type' checking if you...
View Articlehow to only expand level 1 for a treeview?
I have a treeview to render a any level tree. I can expand all by tv.expandall(rootitem)but I only want to expand first level item. How to do it?
View ArticleConnection lost to MS SQLServer
We are using PB 12.5.We have an application that makes a lot of inserts in a SQLServer Database.After some time of running we get following error message: SQLSTATE = 01000 [Microsoft][ODBC SQL Server...
View ArticleAppeon - Datawindow Error - An object or column is missing or empty.
Greetings All, I have been having good success with getting my first Appeon application going. I did run into a problem though and was hoping that I could get some pointers. I see the following error...
View ArticlePB 12.6 64-Bit Windows Applications - Grid Table unsupported
I was reading this article on deploying 64-Bit applications with PB 12.6 and I was puzzled by one of the items listed in the unsupported features....
View ArticleMS Web Browser OLE object error
Hi, I'm on PB 10.2.1 b9799 and Win 7 64 bits, IE 10. I'm opening an internal site using the MS OLE web browser which works pretty good except when the data displayed contains aposthrophes. For example...
View ArticleCan I change column name in datawindow?
Short of exporting/edit/import, can I change the column name that PB assigns to a selected column in a datawindow? I have an application running in PB9 and PB12. In PB9 some of the column names were...
View ArticleAppeon ISUG license
Hi all, I just came up with the news that ISUG license for Appeon expires today. Is this a permanent situation ? If I request it today ¿will it be renewed next year? Anybody know something ?...
View Article