Font files
We use Wingdings 1, 2, 3 fonts in our apps.We recently realized that not all computers have theses fonts installed, because some of them are shipped with Office. Do you know how the license works for...
View ArticleDoes PowerBuilder 12.5 Classic support these Webservice standards?
Greetings,I'm a long term PB Developer but I am new to this site and new to consuming Webservices. I was asked by our Provider the following: The main standard/actions that your platform of choice...
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 ArticlePowerBuilder7 and MS Word 2010
I have been struggling with this problem. I have an application where I am using Ole to store word documents and it has been working fine. I have 7 machines with the application 4 of them work fine...
View ArticleCharlotte PowerBuilder Conference a Big Hit
The conference, held March 5-7 2014, brought over 70 participants from North America, Australia, and Europe to participate in PowerBuilder specific training and break out sessions. Although the...
View ArticleWorkaround for Datepicker calendar cut off problem
(PowerBuilder Classic 12.5) Workaround is related to the problem that the datepicker calendar part is being cut off (left right edge) when using themes other than Windows Classic. The problem becomes...
View Articlehow to setup powerbuilder on a remote windows 2008 vm?
We have two developers, each located on different parts of the planet, who have been accessing our PowerBuilder via GoToMyPC at different times of the day. Recently, our company was acquired and this...
View ArticlePB objects not sync'ing to TFS after forced get
All - Wierd problem. In spite of doing multiple force "get specific" from TFS, at directory level and object level, objects in pbl's are still showing up with the "+" sign next to them, demanding to be...
View Articlefaultcode and faultstring of a soap webservice through a wcf client (PB.Net...
Is it possible to get the faultcode and faultstring of a soap webservice through a wcf client? (PB.Net 12.5) I'm getting right now a different error message using the...
View ArticleHow to connect to chrome browser in Powerbuilder
Hi all, I would like to connect to chrome browser instead of internet explorer. Please find my sample code below. IF IsWindow(il_hwnd) = 0 THEN ioo_so_oleobject.DisconnectObject() li_rc =...
View ArticleAbout PB 15 Category in forums...
Hi. I wanted to ask if PowerBuilder 15 Beta Category is still in use or if there is no meaning in posting new messages to that category... I ask as I don't see any recent activity here.Andreas.
View ArticleSerious Bug Powerbuilder 12.5.2 build 5609 with Inheritance
Hi , I'm using Powerbuilder 12.5.2. build 5609. I think it is the latest release. I have three windows in my app.The Grandfather , the father and the child. Child window (w_child) is inherited from...
View ArticlePB12.5.2 on Windows 8 Issue
I have a strange issue with PB12.5.2 Build 5006 running on Windows 8 systems. From the PB IDE, the application doesnt seem to recognize any of my MAPPED network drives. But it works fine when I run...
View ArticleIssues Generating Dynamic RichText Datawindow using SyntaxFromSQL
Hi, I am running into issues/crashing when attempting to generate a dynamic richtext datawindow using the SyntaxFromSQL function. I am using PowerBuilder 12.5 Build 2551. Below is the code I am using...
View ArticleDoes Declare Dynamic Cursor Support with Order Clause?
Given a dynamic cursor like declare CUR_10 dynamic cursor for SQLSA; prepare SQLSA from :ls_SQL; open dynamic CUR_10; do while TRUE fetch CUR_10 into :ls_var1, :ls_var2...
View ArticleAre there known issues calling powerbuilder 12 automation via Web app running...
We have few clients that have been running our web application using asp.net on IIS. We used to instantiate the Powerbuilder Automation within the web app to be able to call functions in one of the...
View ArticleProcedure has already been executed [PB 11.5]
I have been having a big issue. I am using SQL Server 2005 and PowerBuilder 11.5 I have added a call to a procedure (lets say proc1) in my PB app which contains a cursor that calls another procedure...
View ArticlePowerBuilder Conferences: Charlotte Recap, ISUG-Tech coming up
It was great to see so many PowerBuilder folks in Charlotte last week for the 3 day regional user conference. I expected a large turnout from the North Carolina, South Carolina, and Georgia areas but...
View ArticleError saveas PDF PB12.5.NET
Hi, I have create a Webservices with PB12.5.NET. In my webservices, I have a graph datawindow, that I want to saveas as pdf to send an email.When I save graph datawindow to PDF I have an error (-1)....
View ArticleWCF Web Service NULL values
Hi I'm having a WCF Web Service, created from PB .NET 12.5.2 , running on IIS7. If I receive a message with an empty tag ex. <decimal_value/> or <decimal_value></decimal_value> The...
View Article