Error in Calling External Function
Hi, We are migration PowerBuilder Legacy application which is currently built on PB11 and Win XP environment. Migrating to PowerBuilder 12.5 (12.5.2 Build 5602) Classic for Windows 7. We are using DLLs...
View ArticleHelp with DW and Excel File
Hello, I'm trying to export a datawindow to a excel file with 3 worksheets, because an excel file have a limit in rows (version 2007 have a limit of 1048576 rows), my code is ok (in theory) but when I...
View ArticlePB15 beta : regression in saveas(xlsx!)
In PB 12.5 we had a problem with the saveas() function of a datawindow in xlsx! format ( our regional settings are french, so the comma is the decimal separator). When opening the generated xlsx file,...
View ArticlePowerBuilder User Group Germany
These are my notes from the PowerBuilder User Group meeting in Walldorf Germany on December 3, 2013, originally posted on my personal blog site.Robyn Chan - Senior Vice President - Head of Mobile...
View ArticleMore good news, PowerBuilder 12.5 and 15 are now showing up in the SAP...
Originally posted on my personal blog. Looks like a work in progress. But it's another sign that PowerBuilder is about to become an officially recognized product. Thanks to Christoph Meken for...
View ArticleMore from the PowerBuilder User Group Germany
Originally posted on my personal blogHere's a rather poor video of the discussion about SAP's commitment to PowerBuilder: SAP recorded their own video using much better video and audio recording...
View ArticleMore video from the PowerBuilder User Group Germany
Originally posted on my personal blog.
View ArticlePowerBuilder 15 beta announcement during SAP TechEd Bangalore Keynote
On the left is Dr. Vishal Sikka, a member of the Executive Board of SAP AG and the Global Managing Board, leading all SAP products and innovation. On the right is Michael Reh, executive vice president...
View ArticlePowerBuilder terminated while clicking the database painter
Hi , Actully I am executed more than 100 select statment in database painter. After that PowerBuilder get terminated. How to resolve this issue. ThanksPralhad
View ArticlePB 15 number conversion bug
int li_basen, li_indexulong ul_valueli_basen= 36li_index = 6ul_value = li_basen ^ li_index PB 15 beta: ul_value = 2147483648 (incorrect) should be: 2176782336 (previous versions return this)
View ArticlePB 15 window.resize() crashes when running application
during the open process a window is resized: aw_win.move( li_Xpos, li_Ypos) crashes PB 15 beta: 32 bit PB15; win 8.1 64 bitProblem signature: Problem Event Name: APPCRASH Application Name:...
View ArticlePowerbuilder and SSO
HelloI'm still working on the SSO I thought to take advantage of the same credentials for network access microsoft to authorize access to our ERP programs.If the user is logged in to the server ok,...
View ArticleQuestion with Automated Builds using OrcaScript & PB 12.0.1
Hi: Not sure how to ask the question, so I'm just throwing it out there. I am trying to automate our builds for testing from the development environment using OrcaScript, unfortunately we do not add...
View ArticlePB15 Beta - question on OData joins
PB15.Net allows you to paint "joins" between two OData entities. I've got some basic questions about this functionality. 1) The detection of the join columns seems to be based solely on matching...
View ArticlePB 12 (and PB 15) retrieval arguments error
Hi allThe queryarguments in theDatawindowproducesincePB12a mistakewhen enteringmore likeoneargument. WithPB15isnot yetresolved.If I changethe arguments in EditSource I cansave it.But still, it...
View ArticleOLE and Office 2013
Hi all,with Powerbuilder we are using OLE to create and later open MS Word documents for viewing. This works fine for several versions (2003, 2007, 2010).Now while testing this feature against Office...
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 ArticleSupport for SQL Anywhere 64 Bit in PB 15 64 Bit Deployment
One of the Primary Reasons we wanted to move to the 64 Bit Deployment version of PB Classic was so we could use the 64 Bit ODBC Drivers for SQL Anywhere. Reading the PB15 beta notes there is a comment...
View ArticleUsing FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Is there a chance to add this in the database painter in the connect/information namespace? Or if there is no chance how to make the connection string 'known' to my application? Where must I 'place'...
View Article