Re: how to find out a treeviewitem in treeview?
You could have an instance array where the index is the item handle. Set the value into the array just after adding the item to the treeview control.
View ArticleRe: Using SharedObject to call webservice in multithread
Hi Lars I finally solved my problem, do you want me to share the script as an example or you just were trying to help me?
View ArticlePerformance Issue with Web Service Datawindows
Is there anything that can be done to improve the performance of the Web Service datawindow? Our web services have been tuned to the point they take less than a second to retrieve data however, our...
View ArticleRe: Performance Issue with Web Service Datawindows
Hi Don; Can you tell us ... 1) PB.Net or PB Classic2) PB release & build3) MS-Window version4) IIs version5) How are you using the WS DW's?etc Thanks .. Chris
View Articlehow to drag and drop a sub tree between 2 treeview?
Suppose I have 2 tree rendered in 2 treeview. Then I want to drag and drop any subtree on any node between the 2 tree. For example, in tree 1, if I drag node node1 and drop it on tree 2 node node2. I...
View ArticleRe: how to drag and drop a sub tree between 2 treeview?
you can just code dragdrop event of tree1 to accept the dragdrop. There's no built-in pb function to copy a tree node from one tree to another that I'm aware of. You'll have to loop through the nodes...
View ArticleRe: Performance Issue with Web Service Datawindows
Hi Chris,We are using pbwsclient125.pbd. What is UAC? The WS is doing a simple retrieve operation. Thanks,Don
View ArticleRe: Using SharedObject to call webservice in multithread
Hi everyone! Duke: I'm not using here a webservice datawindow, but hope this helps. First of all, this is what I'm trying to accomplish: I need to trigger a webservice, let the user interact with the...
View ArticleWhat is latest PB 12.5 Build?
Is the latest version of PB 12.5.2? And the latest Build is 5550?
View ArticleRe: Performance Issue with Web Service Datawindows
1) UAC => User Account Control - just a thought as other people have posted in SCN that turning this off made a big difference 2) Can you get any statistics on how long the Retrieval is? - for...
View ArticleRe: Performance Issue with Web Service Datawindows
How do I turn off User Account Control? Please see performance times below. The shortest WS DW retrieval time is over 4 seconds for one WS DW. There are 7 WS DW retrievals plus all the other...
View ArticleRe: What is latest PB 12.5 Build?
PB 12.5.2 build 5632 was released on 21 August 2014. If you have a support contract then you can also get 12.6 Randy
View ArticleRe: What is latest PB 12.5 Build?
You're right there was a later build. It's actually 5652. Not sure how i missed it. EBF 23346: 12.5 SP02 PL06 (build 5652) Ted
View ArticleRe: Hi, can anyone help me this question: Does Powerbuilder 12.5.2 Support...
To complete Bruce's answer about PowerBuilder 12.6: 64-Bit Windows Applications - New Features - SAP Library System RequirementsThe design time environment requires:Windows SDK for Windows 7 or...
View ArticleRe: PB 12.6 Issues with 64 Bit Executable
Hi Again, Reproduced it with just what you have installed. Not sure what I unchecked would have installed it but will research it and probably open a CR. Pat
View ArticlePowerFilter 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 Article