PowerFilter Issues with 12.6
Has anyone had an issue with PowerFilter not getting the display value from Drop Down columns? Everything looks correct when it creates the computed columns with the LookUpDisplay() call but when it...
View ArticlePB 12.6 Issues with 64 Bit Executable
Good Day! I have migrated my PFC-based application to PB 12.6. First Issue: Using a 64 Bit deployment, my application crashes when a very simple function call is made: SQLCA.of_SetMyVariable( TRUE ) /*...
View Articlehow to detect if a treeviewitem is root item?
For a specific node in a tree, I want to find out all its parent node. So I try to use recursive function. then need to know if a treeviewitem is s root node. How to know that?
View ArticleNot able to get Oracle stored procedure return value passed to Powerbuilder
I have an Oracle Stored Procedure that receives a string value and returns a string value.. When I call it from Powerbuilder, it executes but does not send the return value of a string back. I am...
View ArticleSySAM Server and Win 8.1...
Hi. I was wonderig if during the beta anyone tried to install sysam server (the version included in pb beta). I tried, and the installer fails... I know the beta works with a standalone license file...
View Articlehow to find out a treeviewitem in a tree?
Want to find out a specific item in a tree in treeview control, for example, treeviewitem.Label = 'This is I want to find'How to do it? This needs a way to traverse the tree.
View Articlehow to avoid to drop item to itself for treeview?
When enable dragdrop for 2 treeview control, how to avoid drop item to itself?I only want to dragdrop between the 2 treeview.
View ArticleHow to deploy the application when we use .Net non-visual assemblies in...
Hi, To use .Net non-visual assemblies in PowerBuilder Classic Win32 targets using COM Callable Wrappers (CCWs), Need to set up before using:1. Add to GAC, run gacultil.exe in Visual Studio command...
View ArticleWeb Service Invocation Error
I got this error while calling a web service (screenshot provided with wsdl URL). Ive used the source code attached to invoke the web service. Any idea what I've missed? Im still using PB 11. Thank you.
View ArticleOpen dropdowndatawindow by script
Hello, is there a way to open a dropdowndatawindow by script?I need to open a dropdowndatawindow by clicking on a textcolumn in the same row.We are using Powerbuilder 9 at the moment. Thanks
View ArticleConvertion of PBD to PBL
I know this is a repeated question but I'm hoping that there is some workaround out there since those last posts in 2006.
View ArticleAbout new features in PB 15.
Hi. I have a question. In an old webcast, presented by Dave Fish in July 12 2011, he demonstrated an object called grid / grid splitter. I was wondering what happened to that feature? I ask that...
View ArticlePowerBuilder Classdefinition not threadsafe?
Hi, I have an object that uses the Classdefinition variable to access the variablelist.This functionality runs fine in single task environment (if I simple CREATE the object). But if I run it in a...
View ArticleSQL Server - Reconnect
Hi all, In the old version of our application which used the MSS native driver for the SQL Server, when the connection to the server was lost (eg the network card was configured to have a tight power...
View ArticleDatawindow painter corrupt.
Hi all, I am not able to launch the datawindow painter anymore for existing and new datawindows, the only message which appears is:"No properties to display" Actions taken so far without success.-...
View ArticleHow to send attachments in powerbuilder webservice
Hi Team, I have created a Webservice using powerbuilder 12.5.2(.Net). In the webservice i have to pass attachments as input parameter.Can any body please let me know how can i achieve this ? Thanks in...
View ArticleError for datawindow get data from temp table with SP
I create a SP to produce results. In this SP, results recorded in a temp table #mytemp. The final sql in this sp is like: select * from #mytemp Then I create datawindow to display data from this sp and...
View ArticleTransparent Window in PB
We are working with PB 12.5 We would have a window transparent with a DataWindow that contains a Picture that is partially transparent. We defined a Popup-Window that has BackColor transparent and...
View ArticleCustomizable report and library
Good day to all, I'm starting a new project where I need to have the customizable reports for each client. The idea is to have specific libraries (can be added at runtime) and change the DW...
View Article