Microsoft Web Browser Control Alternatives
Hello, We are using the Microsoft Web Browser control in our PB12.5 application. It works just fine, but for this below error which occurs in random. I cannot recreate it as well in the IDE. The user...
View ArticleVisibility of a child DW inside a Composite DW
I have a Composite datawindow (dw_1)which includes 6 datawindows (d1,d2,d3,d4,d5,d6). I need to dynamically hide/show the 4th datawindow (d4), ideally without gap Any help appreciated!!
View ArticleCrash trying to trigger an event in a PBNI object
I'm trying to create a visual PBNI object that will ultimately, I hope, allow me to subclass a window. Everything seems ok on the surface until I try to trigger a custom event on the object.Then the...
View ArticleError in creating EXE files
Hello, Lately I am facing a wierd behavior while creating EXE files in PB9.0.Whenever, deploying the project the PB throws a warning "Unable to find Resource File XXX.bmp", and the exe file is not...
View ArticleParameterized constructors and inheritance
Hi, guys. I am trying to create a non visual object with a parameterized constructor.Suppose this following situation: 1) I've created 'nvo_test1' with a parameterized constructor:2) Next, I've...
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 ArticleTransaction not connected message while calling rpcfunc
I have created a transaction userobject as given belowglobal type uo_customerfrom transaction end type global uo_customer uo_customer type prototypes FUNCTION long f_InsertCustomer ( REF int...
View ArticleThe formal parameter "@id" was not declared as an OUTPUT parameter, but the...
global type uo_customerfrom transaction end type global uo_customer uo_customer type prototypes FUNCTION long f_InsertCustomer ( REF int al_id,REF string as_customer) RPCFUNC ALIAS FOR...
View ArticlePowerbuilder.Net WCF service - where is the Application_Start event
I am new to Powerbuilder.Net.I am creating a WCF web service with Powerbuilder.Net 12.6 and I have a reference to the log4net.dll. Normally in a C# project I would add a call to configure log4net (...
View ArticlePowerBuilder Soap 12.5 Project
I’m using: Windows 7 PowerBuilder 12.5 Build 2511 Microsoft .NET Framework 4 Microsoft Windows SDK for Windows 7 (7.1) I am tasked with my first Web Services project. Connecting to a Vendor via a WSDL...
View Articlepb 12.6 cant access to the workspace properties
Good evening, My name is jimmy perez, i'm trying the 12.6 version of PowerBuilder for my company, but i have a very big problem, when i try to enter in the workspace properties, PowerBuilder is get...
View ArticleDatawindowChild issue
Hi, guys, how are you? We are using PB Classic 12.5.2 ( build 5629 ) and there's a problem here concerning DatawindowChild. We would like to know how to realize that the user has picked up an item...
View ArticleWord OLE Automation
Hi All, I have the below scenario.Can any one please suggest a solution. I created a variable for OLE object , iole_word_application, and started MS Word with it....
View ArticleExport 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 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 ArticleMozilla Browser Control in PB Window
Is it possible to embed a Mozilla Browser Control in a PowerBuilder Window ? (perhaps as OCX Control) It's also possible for us to embed a Chrome Browser Control. Until today we only succeeded in...
View Article