RegistryGet 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 ArticleError when generate exe file - Creation of executable failed
Hi All, With PB 12.5 here.It hits error "Creation of executable failed" when I try to generate exe file.I am following the steps in Powerbuilder_Powering with Boost: Step by Step Guide to Generate Exe...
View Articlelongptr datatype error on PB 12.6
Hi everyone, I migrated an application from PB 12.5.1 to PB 12.6 build 3506, and the migration assistant didn't show me errors during the process. I am using Windows 7 and it is updated. I began to...
View ArticleTabControl - Event for Activate/Deactive Tabpage
This is an interesting problem that I've been tasked with... In a Windows application with a Tab Control and custom user objects as the pages, how long (in seconds duration) is each tab page...
View ArticleOffice 2013 ole
Hallo, We are experiencing problems trying to automate MSword from Office 2013 on a windows 7 machine , using Powerbuilder 11.5. the same setup with office 2010 gave no trouble. This is our code : long...
View ArticleMSSQL :: OleDB --> SNC
Hello PB Masters!Our flagship app currently uses OLEDB to connect to MSS SQLServer 2010. There is no OLEDB driver for 12.6 64bit also Appeon for PB only has a native MSSQL driver. My management asked...
View ArticleI am getting error on calling external function Navigate(Other functions...
I am using PowerBuilder 12.6 on windows 8.1/10 64-bit system. In my application an OLE control Embedded with Microsoft Web Browser and it is used to Browse and select files. With Source files(PBLs),...
View ArticlePowerbuilder Classic calling webservice and get message "can not be reflected"
We are switching to Ultipro Saas offering, so I need to convert a program that synchronizes data to use Web Services instead of the direct DB connection we had before. I created the proxy using .NET,...
View ArticlePowerBuilder 12.6 will support Web Service Security on SoapConnection
Hi , I just came cross the situation where we need to include the WebService Security (Wsse) on soap header to authenticate against the web service. But in the PowerBuilder 12.6 Classic SoapConnection...
View Articlepb 11.5 connection to TLS1.1 webservice
Hi all, I have a simple answer, but I find no answer on Google. Is it possible to communicate from a pb 11.5 application with a webservice secured by TLS 1.1?The webservice client is made by the .NET...
View ArticleRandomize powerscript function
We have a client questioning our random numbers being generated.We always use the powerbuilder Randomize(0) function.then... Call Rand They want to know, how many seed values that are availableHow many...
View ArticleMatch 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 ArticleOffice 2013 ole
Hallo, We are experiencing problems trying to automate MSword from Office 2013 on a windows 7 machine , using Powerbuilder 11.5. the same setup with office 2010 gave no trouble. This is our code : long...
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 Article