how 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 ArticleRe: Not able to get Oracle stored procedure return value passed to Powerbuilder
Hello John, I'm not sure if you already found a solution using an ODBC connection. Below the solution with an RPC call: Create a user object (uo_trans) of type transaction with the following local...
View ArticleRe: Getting a users network ID
Please correct me, if I am wrong. There is no need for an extra "terminating character". A String in PowerBuilder already has the "0x00" to terminate the string.
View ArticleRe: how to detect if a treeviewitem is root item?
If you write a recursive function and do a ll_tvi_parenthandle = tv_list.FindItem(ParentTreeItem!, ll_tvi_current) then the FindItem() function returns -1 if ll_tvi_current is a root. Also a treeitem...
View ArticleRe: PowerFilter Issues with 12.6
Yes - same problem. It appears to be getting the wrong values - not just blank.12.6 on Win 7
View ArticleRe: Not able to get Oracle stored procedure return value passed to Powerbuilder
Hello, finally got it to work using -SUBROUTINE TESTINOUT_VARCHAR( string Ls_In, ref string ls_out) RPCFUNC alias for "schema.testinout_varchar"- in local external functions for a newly created...
View ArticleRe: Not able to get Oracle stored procedure return value passed to Powerbuilder
Glad to read it works for you John !!! P.S.: Correct answer was in fact the below one I've posted at Aug 28, 2014 12:41 AM
View ArticleRe: Need Program A to call Program B
I can send you an example how I did it with send().
View ArticleRe: Need Program A to call Program B
??? Wikipedia ??? "This article has multiple issues."DDE is still running and doing fine for me.
View ArticleRe: Need Program A to call Program B
i have to agree with Arnd...DDE is still running. Imho it's easy to use and very reliable as long as Programm A and B are running on the same windows machine. That's the case where i use it.
View ArticleRe: SySAM Server and Win 8.1...
I Used the one with the installer of PD16.5 and the installation Works.the reread also work but when i try to connect from a remote station it fails to find the sysam
View ArticleRe: SySAM Server and Win 8.1...
Hi Andreas, Please download SYSAM 2.3 from support.sap.com as that version does support Windows 8.1. I'm not sure why this newer version was not included in the PB 12.6 install image. Pat
View ArticleRe: SySAM Server and Win 8.1...
Thank you for the answer. I'm still waiting for our customer id... So cannot download it right now. I was told that next week they'll give us our customer id... Andreas.
View ArticleRe: Getting a users network ID
Seems to be a build/deployment problem. It's hard to say what the problem is, but I am sure you are not executing the new generated/compiled application.To see if you build works, check the timestamp...
View ArticleRe: release date of powerbuilder 15
My guess: PowerBuilder 15 will be available on the first day of second quarter 2015 + X.
View ArticleRe: PB 12.6 Issues with 64 Bit Executable
Tom, There seems to be more issues when PB .NET is not installed when creating MSIs. I have opened CR 769876 and will escalate it to engineering. Pat
View Article