Toolbar icons get distorted in Win8.1
Running our application in Win8.1, we came across this Some of our icons got utterly distorted. We are using PB 11.5 and .pbr Have you come across such a thing yourselves? Is there any remedy? And...
View ArticleError 'cannot get parameters of procedure dbo.fDepartment when calling...
PB code sqlca.f_fdepartment( "Science") if sqlca.sqlcode= -1 then messagebox("Error",sqlca.sqlerrtext) end if FUNCTION decimal fdepartment(string as_code) RPCFUNC ALIAS FOR 'dbo.ufDepartment'...
View ArticleProblem saving cyrillic data with my DW
Hello, I am having problems saving Cyrillic (Russian) data with my datawindow. I am working with PowerBuilder 12.5 (Build 2511) and a MS SQL Server 2012 database, which contains a table which has two...
View Articlerichtext edit control printing
hi, is there a way to overcome the following problem in pb12. we have batch printing // get print job number il_printjobnumber = PrintOpen("Orders") IF il_printjobnumber = -1 THEN...
View ArticleNested datawindows being broken.
after migrating from 12.5 to 12.6, my users immediately noticed that nested datawindows were pulling out wrong data. running an odbc debug. I notice that (as you can see in the 2nd screenshot). the...
View ArticlePrinting a DataWindow with a XPS Blob
Hi,we want to print a datawindow with a embedded XPS document.In the printout the XPS document schould be displayed in original document size or in that size wich it has on the datawindow. In our test...
View ArticleMessagebox in the back
We have a window with an ActriveX-Control (LeadTools 14) on it. All Messageboxes were opened in the back and are not visible.Get in front only with [alt]-key pressed. The behavior is not on normal...
View ArticlePB12.5 hang when help-file open
Version: Powerbuilder 12.5.2 build 5583. When I run my application and have the PowerBuilder help file open, PowerBuilder hangs and I have to kill the process. Anyone else who experience this annoying...
View ArticleSyntax error while calling database function
HiPlease apologize if I am asking stupid question PowerBuilder 11.2 windows script string as_depatment select f_department(21) into :as_depatment; f_department is user defined function in sqlserver...
View ArticleORCAScript SCC Refresh Target Migrate?
Folks, I've been scratching my head about this one for a while. Perhaps someone can provide a definitive clarification ORCAScript offers a command {scc refresh target} that kicks off the PBL refresh...
View ArticleTrying to install PBv12.5 on a new machine - Help needed for SYSAM setup!
I am trying to get PBv12.5 working on a newer laptop but can't figure out the SySAM setup procedure. The license file I have is for an old machine. I heard that I can check-in an existing license and...
View ArticleIssue with Dynamic SQL and Unicode characters
Hello, I am looking for help regarding the use of dynamic SQL and Unicode strings. I am working on a large application, which has been around for 15 years or more. This application has lots - many...
View ArticleProblem with Unicode strings
I am getting a string from an external source (not a text file) that sends text as Ascii with Unicode characters encoded like this: U+C218U+C815U+AC74 I need a method to convert this to the Unicode...
View ArticlePB 12.5.2 Build 5550 and MS RDS
Hi all; I'm trying to deply a PB 12.5.2 application via MS RDS, Server 2012 R2. The application works, but when switching tabs and/or windows the application disappears. Does anyone have any insights...
View ArticleGet Coordinates X,Y of a nvo object which open a window of dll (EZTWain)
Hi, here the background: I'm using EZTWAIN3.dll to open scanned documents (TIFF), which can be rotate or annotate with TEXT using by function of EZTWAIN. I had a PB window to show pages of that...
View Article64 bit compiler woes
Colleagues, I'm currently tasked with exploring 64bit deploy for a massive PowerBuilder app. I've currently hit the wall with an issue and am wondering if other's have had or are having a similar...
View ArticleSAP at the Charlotte PowerBuilder Conference
I've just received word that John Strano, long time PowerBuilder evangelist/technologist/guru, will be representing SAP at the May 2015 event. A preliminary abstract for his session is as follows: HANA...
View ArticleHow can I install Microsoft Dbf driver in a 64 windows 7 machine
Hi, Please can you advise me how to get install link for the Microsoft dbf driver in 64 bit operating system. RegardsPol
View ArticleIn PB7, Stored Procedure disabled when new column has been added
Hello PB folks, One of my customers are running PB7 and when a new column is added in a table of Oracle DB,then the related Stored Procedure which use this table has been disabled.Therefore, PB7 can't...
View ArticleLooking for help using SSL with PB12.5 and Informix
We want to use SSL connections for our applications using PB12.5 and Informix 11.5. Can somebody tell me if this can be accomplished using the Informix10 native database connection, or whether I need...
View Article