add a Tag when Consuming a web service using Proxy wizard
i am currently consuming a web service using the proxy wizard. i was able to import the wsdl and it created all of the structures that are required to create the xml document that i need to send. i...
View ArticleAutosizeHeight and run-time value
I know this has been asked many times before, but my Google-fu has failed me.PowerBuilder 12.5.2 classic mode, running on Win7 64 bit.I have an autosize height column in a datawindow, and I want to...
View ArticlePrinting datawindow
Hi everyone , I want to give the user the ability to choose his columns and print the dw but I want to print composite one ( I put a dw title with the dw data)I put a grid dw with known columns (...
View ArticleView full Query String when Debugging
I am trying to debug a database error my application throws randomly. I have a window with two shared DataWindows on it. Most of the time when I modify and save everything works fine. But on some...
View Articlechange resulution
Hello everyone , Does any one know how can I change the application to fit to user resolution screen ?my app's developed in 768X1024 in original , if user works with 1280X1024 or more , it really gets...
View ArticlePB .net 12.5.2, datawindow retrieves choke on Oracle TO_CHAR function
Oracle 11g, we've got at least a couple of these datawindows. Just another PB .net glitch?
View ArticleRPCFUNC Parameter Limit?
In Powerbuilder (11.5.1 Build 5097) I have a Local External Function declared as follows: SUBROUTINE INSERT_TRXNDR(long p_TRXNDR_SEQ, & long...
View ArticlePB 11.5.1. - win 8 64 bit
Hi all, I am in the process of converting my win7 laptop towards a win8 desktop. I have about 5 different PB programs/workspaces. 4 of them are starting fine on the new desktop, only the 5th one is...
View ArticleHow to send multiple records to a webservice in pb.net
HI All, i have created a pb.net webservice.I have created a nonvisual object and defined a function in the NVO.The function is returning multiple records.I am returning the records by using a Structure...
View ArticleCreate windows service
Hi! I'm trying to create a windows service from PB Classic 12.5. Does anyone know or have a sample about how can I create this? I tried to create a simple application that change a registry key. I...
View Articleanimated gif as tab picturename
I am using PB 12.5.1 and trying to set an animated gif on a tab control's "PictureName" property. It correctly displays the gif when I want it to, but it is not animated. Is this a limitation of the...
View ArticleIncompatible type for NOT operator: nullable`1[system.boolean].
Hello, allI am having a strange problem in consuming my PB.NET assebly in another PB.NET application. I have a function InitializeComponent in the assebly, which returns boolean,But when I try to use...
View ArticleCalling Help with keyword crashes PB app in Citrix
We currently run our PB 12.5 generated application on Citrix. The application crashes (sporadically 7 of 10 times) when ShowHelp function is called with Keyword! passed. The help file (.CHM WebHelp)...
View ArticleHow to control the scroll property of a tree view control
Hi, I have a tree view control created using a table data source. Particular item in tree view has three levels for the root item and there are number of root items will be available in the tree view....
View Articleusing preauthentication in SoapConnection
We have the code below. When it runs form A simple PB client (a button) preauthentication is working. When it runs from EAServer it does not. Any ideas? Powerbuilder 12.5.2 build 5609 Long...
View ArticleIssue reading file from webservice
Support has hit a lull recently, so I've gotten back to an issue that has me stumped. I've created a webservice in PB 12.5.2 Classic that has two methods: readFile and writeFile. The writeFile method...
View ArticleInconsistent behaviour of settransobject in PB.NET
Hello, allWe have successfully ported a PB Classic app to PB.NET and it works without any issues. The correctly functioning PB.NET app uses a PB.NET assembly (.NET assembly called mailing.dll), which,...
View ArticleIssue related to webservice
Hi, I have two issues, please help me on this. 1> I have created a webservice..In this webservice i have created a function and with in the function i am trying to call another webservice by using...
View ArticleSystemError event in .NET assembly
Hello, allCan anyone suggest how to transfer the systemerror event functionality from a PB.NET app to PB.NET assembly? Basically, I need the system error to be caught on the assembly level and...
View Article