PowerBuilder 11.5.1 - Run("XXXXX.exe") on one machine, locks other stations...
Hello again..... When upgrading from PB9.0 to PB11.5.1 we encountered another issue: when Running some application in code, such as:Run("xxxxx.exe"),everything used to work fine in PB9.0 After upgrade...
View ArticleError when pass number array to composite datawindow
Hi All, PB12.5 here. I have a datawindow which retrieve argument is a number array.When I tried to add this datawindow to composite datawindow, found that there is no option to set number array, as...
View Articleeon_appeon_resize object missing in appeon_resize.pbl
Hi All, In Appeon Developer 2015 Build 0359, "eon_appeon_resize" object is missing on "appeon_resize.pbl". Any idea? Thanks!
View ArticleIs it possible to restore mysql database from frm myi and myd files only?
I accidentally deleted my database while testing mysql work bench.as its a relatively new db on a new server I had no back up running. Luckily I can see some frm, myi ,and myd files. afaik i had both...
View ArticlePB12.6 InputfieldInsert
VERSION 12.6 Build 4081conf_no = 366rte_letter.InputFieldInsert ( "conf_no") In 10.5 it produced a mergefield in the document rte_letter as shown below { MERGEFIELD {conf_no}} In 12.6 Build 4081 it...
View ArticleChange class declaration batch
Hi Guys do you know a tool to change batch all class declaration of an object?In particular I want to change "datawindow" objects to our "custom_datawindow" in order to extend its properties and...
View ArticleAppeon Mobile GPS Plotting Question
Hi Folks. Love the GPS capabilities in Mobile but I have a question that I don't want to generate a ticket/request just yet until I have a better understanding of it's capabilities/limitations It has...
View Articlesaveas csv file of datawindow, with odd result
I did a saveasdw_down.SaveAs(s_path,CSV!,FALSE) evidently, there was a backslash in one of the fields, and it exported to something unexpecteddoes anyone have any ideas thoughts? do I need to keep...
View ArticleDataWindowChild RowCount per master row in report?
I'm using PB 12.5. I have a DW report that has a nested report. I need to find out, for each row in the master DW, how many rows there are in the child (nested) DW. At first I tried to do GetChild()...
View ArticleIs there a good interface between PB 12.6 and email? Can't seem to find any good documentation on it. I would like to access messaging and calendar. It is dependent upon the email system I'm sure....
View ArticleProfiling an Application
Using PowerBuilder 12.5.1 OK - this one goes way back but I am needing the ability to run the profiler during execution time (not in the development environment). The PBP file gets created but when I...
View Articleerror when trying to save to an xlsx file
I have an application (pb12.6 classic)When I execute the commandif (dw_humboldt_out.SaveAs(s_path,XLSX!,TRUE,EncodingANSI!) < 0) then it works fine on my machine... but, of course I have pb12.6...
View ArticleError when try to consume webservice
Hello, I have a problem when i try to call a webservice on the server. Environnement :PB 12.6Windows server 2012 R2IIS 8.5 System.Web.Services.Protocols.SoapException: Could not load file or assembly...
View ArticleModern day Powerbuilder interview
Hello - Been away from Powerbuilder for a couple of years. Up for an interview and was wondering are there any likely interview questions regarding Powerbuilder 12 that I would not anticipate being...
View Articleretrieve a PDF of a blob field and create a PDF file in PB 10.5
Good excuse my English, I use the PowerBuilder 10.5 made a query to a database that contains PDF files with SelectBlob and want to transform it to a PDF file returns me corrupt file and double the...
View ArticleDifferences in blob handling between PowerBuilder 8.03 and 12.6
I'm migrating an application from PowerBuilder 8.03 to PowerBuilder 12.6. The only thing that doesn't work correctly is a module which works with blob variables that contain string data. I've found...
View ArticleOCX's for 32- and 64-bit platforms
We are about to modernize the shipping module in a PB11.2 application. Currently we are forced to build 32-bit Win7 PCs for any station that requires a handheld Symbol scanner. This is because the...
View ArticleAppeon Web - A look Under the Hood
My sincere apologies for yesterday's webcast interruption! For those dialed into yesterday's PBTV webcast about Appeon Web (A Look Under the Hood) .. there was a majorpower outage in Ottawa,...
View ArticleHow to use Team foundation Server for Powerbuilder version control
As the title says, I would like to use Microsoft Team foundation Server for Version control. Does anyone know if this is possible. Even when I have attached to our Team Foundation Server (TFS), I do...
View ArticleError MailSend function PB 12.6 64-bit native applications in PowerBuilder...
Hello,We have been using the next code to send email in PB 9 without problem for a long time:(Really, this is you a very reduced version of our code, but we have the same problems with the complete...
View Article