Match and get data from datawindow
Hi All, With PB12.5 here. I have a datawindow: dw_installation_dept with few columns: Department.deptID, Installation.InstID, Installation.InstCode, Installation.InstCode. Have a dropdown control at...
View ArticleCreate a Directory Tree
Hello, This one has got me stumped. I am pretty sure that I have done this before but cannot recall how. In my PB classic app, I let the user specify a base path which contains sub-directories which...
View ArticlePowerBuilder PBL compatible with Infomaker?
We would like to prepare a PB 12.5.2 PBL with datawindow objects only and send it to a customer who uses Infomaker 12.6. Does anyone know whether this can and should be done? We had some problems...
View ArticlePB15beta : PBNI and 64 bit support
HiI have heard that PBNI won't support 64 bit deployment.Is it true?Is there an official statement from SAP of all the unsupported features when building in 64-bit, compared to 32-bits?What about all...
View ArticleExcel OpenChannel not working
I have code, like this ; long handle, i, exsat = 3, sbulinteger varmis sayfa1 = create OLEObjectVARMIS = sayfa1.ConnectToNewObject ('excel.sheet')IF VARMIS <> 0 THEN...
View ArticleWhat is your prefered source control version tool ?
What source control version control tool are you using with PowerBuilder ?What is your prefered one and why ?
View ArticleHow to make PB.NET classes internal in .NET assembly targets
Hello, allIs it possible to make classes used by an exposed custom classes non-visible to assembly consumer?Currently what happens is that I have a custom NVO, which I expose to assembly consumers and...
View Articlegetting group count in dw
Hi all I have a simple dw presenting groups and details for each group . I mean the dw is build : Header band , Group Header band , Details band , Trailer Group band , Summery band , Footer band. How...
View Articleprint dw
Hi all I want the user to have the option of choosing which columns to print from dw ( Tabular) after sort + filter ( with share data to save time ) Does anyone have an idea ? At the moment , I...
View ArticleActive Directory
Hi all How do I get the user name + password from the domain sever for the current user that starts my application on that server fromthe active directory ? My client wants me to combine SSO protocol...
View ArticleDirectory Check
Hi all , How do I check if directory is exists for the current user running ( with permissions ) ? I do some saving to a network path with in the app and need to check first . Thanks , Moshe
View ArticleNot printing TIFF when PB-app is offered as a 'Remote App'
I have a strange problem with a Remote Desktop Service setup, and I can't put my finger on it. I hope you guys can push me in the right direction.We offer our PB12.5 application to our colleagues as a...
View ArticleUsing c# extension classes in PB.NET
Hello, allIs it possible to use c# extension classes in PB.NET in the same way which extension classes are used in c#.What happens in PB.NET with extensions is that I need to access the "EXTENSION"...
View ArticleRegistryGet and RegistrySet not working in PowerBuilder 12 on Windows7 and...
Hello, I want to read/write the Dword type of registry value. Using API function works, but RegistryGet and RegistrySet didn't work...String REG_KEY = "KEY_CURRENT_USER\Software\Adobe\Acrobat...
View ArticleCreate a .NET Web Service in PB 12.6 Classic
Hi All, In previous PB Classic versions you could create a method in a PB web service to have an array of type structure as argument and pass it by Reference. Then in the method you could populate the...
View Articleoleobject.Linkto() function is hanging in word (office 2016)
Hi, Our application used ole connection to open a word document and then performs mailmerge functionality. With windows 10 office 2016 upgrade, the application hangs at the point...
View ArticleCan PB Stock Images Be Used in a DataWindow?
Good Day! I think I know the answer (based on documentation) but I was hoping someone knew a trick for this. The stock images which are available in ListView, TreeView, etc. controls are not available...
View ArticleDoes PowerBuilder 12.6 support Outlook 2016?
Hi there, We have an upgrade plan for MS Office to 2016. So, there is a concern that our existing PowerBuilder 12.6 applications which has MAPI functionality implemented. Will the same MAPI...
View ArticleCode in OLE Control Events within PowerBuilder not executing
Hi All, I’m using PB 12.5 Build 2511 on Windows 10. I've been using SocketTools' File Transfer Control 8.0 since a long time ago and have been using its ActiveX control with PB with no problems until...
View ArticleHow do I handle pagebreaks with nested DWs in trailer or summary band?
I am using PB12.5.2 Classic. My report has nested datawindows in trailer and summary bands, which works fine except that where there should be a page break in the trailer or summary bands, the final...
View Article