Problem 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 ArticleMicrosoft 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 ArticlePowerBuilder 12.6 eval available
Hi everyone The eval is available in the SAP store - please find it here for download and thanks for your patience! Sue...
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 ArticlePowerBuilder 5.0 on Ebay!
Collector or nostalgic ? Please find PowerBuilder 5.0 on Ebay......
View ArticleHow to capture error messages from an ActiveX control
Normally when you use OLEObject to connect to an ActiveX control and encounter an error, you will get the generic run time error 'R0035 - Application terminated. Error calling external object function...
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 Article