How PowerBuilder should go web....
First of all, excuse for my terrible english... I'll try my best... I got time to learn some others tecnologies... and they blow my mind... specially ASP.NET MVC and started to think "How Powerbuilder...
View ArticlePB 12.5 Winform Grid Datawindow Edit Problem
Greetings all, I am using PB 12.5.1 Build 4953. I have a PowerBuilder Winform that I have deployed with an editable grid data window. I have discovered that you cannot edit past the visible area of one...
View ArticleApplication requires change to use TLS instead of SSL
Hi, Currently we have a client application (in individual workstations) built using Powerbuilder 10.01. It uses SSLv3 protocol to connect to the customer's webservice. But customer will no longer...
View ArticleDifference between what is displayed and actual data in a numeric column with...
Hi,I have run into a strange issue with PowerBuilder 12.5 and validation on a column not occurring correctly when the column has an editmask. We have modified our application to change the text colour...
View ArticlePBTools For PowerBuilder 5 to 12.6 (Build 116)
Hi Everyone PBTools for PowerBuilder (Build 116) is ready to download. https://myelkovan.codeplex.com/Now it can read PB9 and earlier libraries thanks to Arnd Schmidt's pblraw object. (Verzeihen Sie...
View ArticleIs there a place to find a list of current outstanding PowerBuilder 12.6 issues?
As the title says, is there a place to find a list of current outstanding PowerBuilder 12.6 issues?
View ArticleHow to find library name for user object
I have a PB window which has a userobject placed on it. How can I find out the name of the library object that was placed on the window to create the user object control (which was given a different...
View ArticlePowerbuilder with Virtual Machine / Build Machine environment
We are in the process of upgrading our from Powerbuilder 10.5 to Powerbuilder 12.5, and upgrading our virtual machines from Windows 2003 to Windows Server 2008. We work in a virtual machine...
View ArticleObjects in memory view
Hello, everybody! Since Powerbuilder .NET doesn't support the good "Objects in memory view" as Powerbuilder Classic, does anyone know a good replacement for this feature? Thanks! Deise
View ArticleSize of a database blob in Oracle
Hi friends. I created a table like this: CREATE TABLE blob_test (line_id number(2) PRIMARY KEY,b_file BLOB,b_embedded BLOB); then I created a new line with empty blobs: INSERT INTO blob_test VALUES...
View ArticleExternal Functions with Short type Return values or Arguments
I'm getting ready to implement several external functions in a PB application. I was reviewing the documentation and found this:You cannot call external functions with return values or arguments of...
View ArticleAdding complex computed column at run-time fails in PB 12.6
I support a large 'vintage' application that was originally written in the late 90's, and has been migrated from version to version over the years. Currently I'm working to get it working in PB 12.6...
View ArticleORCAScript Build executable :Is the pbdflags string too long?
This application has *139* PBLs Orcascript build completes without error. This application build fine from within the Project Painter in the IDE But when executing an ORCAScript generated EXE,...
View Articleerror click on datawindow in webform
I have a window that contained a datawindow, and migrate successful to webform, when Clicked to the column of the datawindow , an error came out : I had also disable all the script in all events of...
View ArticleORCAScript Build Project ???
Tested with PB 12.6 I found this article OrcaScript Tips, Tricks, Quicks and Snips which clearly shows an example of building via project object properties in ORCAScript syntax is build project pblName...
View ArticleOpensheetwithparm function
Hi all, PB11.5.1. build 5097 What can cause the opensheetwithparm function to fail ? I have a new installation on a windows 7 (done this many times), and no matter what i do , opensheetwithparm just...
View ArticleProblem with papersize and orientation between standard and label printers on...
Hey Guys, I have run into a strange issue related to rich text controls and rich text datawindows and papersize and orientation between standard printers and label printers. I am using PowerBuilder...
View ArticleWeb Service Help
I am an old dog trying to learn new tricks. I need to create a web service on an SQL Anywhere 16 database and call it from a Powerbuilder 10.5.1. Build 6021 application. Since I have never done this, I...
View ArticleNot able to get Oracle stored procedure return value passed to Powerbuilder
I have an Oracle Stored Procedure that receives a string value and returns a string value.. When I call it from Powerbuilder, it executes but does not send the return value of a string back. I am...
View ArticleInhertit from .NET assembly
Hi, I have a .NET assembly (generated from wsewsdl3.exe and compiled with csc.exe) to use a web service.In PB.NET 12.5 I inherited a class from one of the classes of that assembly because I had to...
View Article