Tips & tricks asynchronous processing
Hi all, We are having a server program that is processing files for a certain folder. At the moment this is being done synchronous and i am looking for tips & tricks to convert this behaviour to...
View ArticlePB & web service : how to manipulate soap envelop ?
Hi all, I am in the process of testing PB's ability to consume an existing web service. I have done some reading left and right. I can create the proxy , but i always end up having the Cannot invoke...
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 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 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 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 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 ArticleToolTip usage in PB 11.5
Hi there I try to use tooltip for a dw-column but can't get it work.Step-1: Dw-column selected>ToolTip.Tab>Enabled> Checked that's it.Step-2: Put some logic in an user-event...
View ArticleSource Code Control for PowerBuilder Classic & .Net
We are looking at moving from the PB Native Source Control System in PowerBuilder 12 Classic to a third-party SCC system. Since we plan to move to PowerBuilder 12.5 .Net next year, we want a solution...
View ArticleLicenses - where are they?
I have a need to re-assign a license. I used to do that on the Sybase Product Download Center (i.e. Subscribenet). Is that still the place? If so, I don't see the two licenses that we generated in...
View ArticleDatawindow BUG in Powerbuilder .NET (12.5.1 4953)
Hi ,I have created a wcf service in Powerbuilder .NET (12.5.1 build 4953).If I want to modify a datawindow , for example add a column or modify the datatype Powerbuilder .NET crashes.In other words I...
View ArticleDynamic datawindow with parameters, how to modify sql select?
How to change sql select in Sybase.DataWindow.Wpf.DWDataWindowControl PB 12.5 dynamically? int rtn = dw.SetSqlSelect(usql); // return -5, doesnt change sql...
View ArticlePB.Net 12.5.2 Dynamically Created Updateable DW
performed the usual ds_obj = create datastoreds_obj.create(sqlca.syntaxfromsql("select keycol,col1,col2 from tab1","style(type=grid)",ls_err1),ls_err2) Then created the ds_obj.modify string to identify...
View ArticleProblem in saving PDF's in PB.NET 15 (greek regional settings).
Hi. Using PB.NET 15 Build 2005. Trying to save a PDF file with datawindow's saveas function. I receive the following messages (i provide two screenshots because the modal assertion window shows twice)....
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 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 ArticlePB 12.5.2 .NET assembly does not export ancestor functions
Hello, allI am having a serious problem here (and I remember raising it once before, but I thought it was solved already).I have an ancestor class for a service. It has a InitializeComponent function...
View Article