how 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 ArticleRe: release date of powerbuilder 15
Can you make it more clear? I'm not strong in mathematics. Andreas.
View ArticleRe: how to avoid to drop item to itself for treeview?
How about if you validate in the treeview's dragdrop event like: If source = this Then //ignore the dragdropEnd If
View ArticleRe: how to avoid to drop item to itself for treeview?
Another point of interest:The PowerBuilder Code Examples show how you can use the dragwithin event to highlight the target treeviewitem using SetDropHighlight(). This way you can visualize that a drop...
View ArticleRe: release date of powerbuilder 15
I am sorry Andreas, I am not allowed to publish details about the magic X.
View ArticleRe: release date of powerbuilder 15
best case scenario 3rd/4th quarter 2015 (wishful thinking but dont think so)realistic scenario 3rd/4th quarter 2016worst case scenario - never. incremental changes to 12.6, 12.7, 12.9 ... what do 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 ArticleRe: Open dropdowndatawindow by script
SetColumn() to the Column with the DDDW and send <F4>-Key. A simple solution can be found here...Open a DDDW via Powerscript - Real's PowerBuilder How-to hth Arnd
View ArticleRe: Convertion of PBD to PBL
Por favor, tambien necensito el link de PB de-compiler. Muchas gracias
View ArticleRe: how to avoid to drop item to itself for treeview?
Hi Kent, In the example I posted last week I used an instance variable in the BeginDrag event, then in the dragdrop event check if the handle is not the same treeview tvSourcetreeviewitem ltvidropped,...
View ArticleRe: How to deploy the application when we use .Net non-visual assemblies in...
What you might want to consider is deploying the .Net non visual assemblies as private assemblies. You would need to create a manifest for your application that includes the COM entries that would...
View ArticleRe: Web Service Invocation Error
I did attach but it seems it's automatically converted to zip file. Unfortunately I cant copy and paste the code in this editor, not even in advanced mode. Im going to attach again this time including...
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 ArticleRe: Transparent Window in PB
This feature seems to be broken ... you need some API Voodoo magicCode for PB 12.5:External Function Declaration:Functionlong GetWindowLong (ulong hWnd, int nIndex)...
View ArticleRe: Transparent Window in PB
Hi Axel you can give this a try: http://download.catsoft.ch/files/pwait.zip. You find details and fixes for unicode in...
View ArticleRe: Error for datawindow get data from temp table with SP
Sorry but could not reproduce the problem with the following products: PB 12.5.2 build 5652ASE client 15.7 EBF22688ASE server 15.7 EBF 19496 Tested with ASE and SYC database profiles // Profile...
View Article