Connection Security
Hi All, Trying to flush out the issues with security for a PB app connecting to MS SQL Server. It occurs to me that if someone has access to the .exe they could use a hex editor to peek in side. I...
View Articledata insert problem
hi all...when i insert values in to SQL database through power-builder application the data is not in order. they are randomly stored.. what should i do to save the data in SQL in order. with...
View ArticleComposite Report with blank page (last page)
Hi All, i have created a composite report with 2 datawindow. But encountered the last page of the composite report to be always blank. tried to print the 2 datawindow individually and they work fine...
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 ArticleDW Painter question
I have a tabular datawindow that is designed and I want to change the name of on of the database columns. No other changes but in the name. When I do this the DW resets back to the defaults destroying...
View ArticleType Casting in PowerBuilder .NET 12.6
Well, yes I suppose I'm in denial<g> but... Can anyone proffer (malaprop?) a workaround to the prohibition against direct type casting to achieve the equivalent of... [C#] // Creates an...
View ArticlePB Newbie
Hi, I want to learn PB. If I may ask, where will I start to know the basics? Thank you!
View ArticlePowerbuilder Excel Setremote Error
Hi,This is my code; long handle, i, exsat = 3, sbulinteger varmis sayfa1 = create OLEObjectVARMIS = sayfa1.ConnectToNewObject ('excel.sheet')IF VARMIS <> 0 THEN messagebox("Dikkat","excel not...
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 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 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 Article