PBONFatalError Variable for EAServer
How do you turn on the PBONFatalError variable for EAServer when EAServer is running as a service? Thanks, Mark Yanni
View ArticlePB Classic Source Control Issue
The Workspace Source Control properties tab has a setting "Status Refresh Rate". I turned on logging within my source control provider and from what I can tell, this setting doesn't do anything. I set...
View ArticleHow I can display the 20 page pdf file in a window
Hi, In powerbuilder 11.2, Please how I can view a 20 page pdf file in window. Which control I can user on a window object to view the pdf. Please could you anybody help me with a sample code RegardsPol
View ArticleHow to deploy a single PBL (Build Runtime Library) in 64Bit
Hello There, I am testing PB15 and createtwo Project Files within the application. One Projectfile to compile a 32Bit Version and the other one to deploy a 64Bit version in P-Code. We are delivering...
View ArticlePowerBuilder and Subversion integration
Years ago I posted for info looking for recommendations for a Subversion plug in enabling SCC in Powerbuilder. Most people recommended PushOk and that's what we went with after reviewing the program....
View ArticlePBDOM : Exporting to XML file gives a single line
I've been starting developing with PowerBuilder 12.5 a few weeks ago. I had to write some XML files, so I got familiar with the PBDOM library.I can build a lot of different things, it's very nice, but...
View Articlesetfilter to display all the duplicate rows pb7
Friends, my version is powerbuilder 7.i am checking the duplicate rows in the datawindow before inserting. in a button click event...i have the below code dw_master.SetSort ("rollno...
View ArticleDatawindow - dddw - always show arrow
Hi all, Using PB11.5.1. build 5097 One of our customers wants our whole application to be in caps. So every datawindow input needs to be automatically in caps. We wrote a function for our master dw...
View ArticleEmbedded web browser
Hi. We want to have an intranet page as a background in our app (reporting etc). But when we're testing the "Microsoft Web Browser" ActiveX in Powerbuilder 11.2, it looks very outdated.For instance,...
View ArticleAccepting MESSAGE to Client from SA
Hello, allI would like to find out if it is possible for PB to catch "message to client" from the SA database server.If yes, then how? (a link to help on the subject would suffice). Thank you
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 ArticleSetItem into Child Datawindow Not Appearing in Parent Report Display
I have a composite datawindow with nested reports. After the main report and nested reports have completed retrieving, I am looping through the nested report rows, getting a ChildDW reference, and...
View Article[PB .Net] Object browser is empty
Hi, guys, how are you? Are any of you familiar with the error message below? I can't use the object browser anymore... Thanks!
View Articledatawindow graphical syntax outer join BUG
Ok, so this is a bug report. I don't know where i'm supposed to post it for SAP (i do have support). The outer join syntax is ansi. Using the graphical SQL designer, outer joins are incorrectly...
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 ArticlePowerbuilder and GIT
Is any one know how to integrate PowerBuilder with GIT source control? Under the source control system dropdown I don't see GIT. Any help would be appreciated.Thanks,Senthil
View ArticleError Calling External Function - PB 12.5.2
Hello, I have a .NET dll with a public function which I need to call from PB. I have declared it in my Global External Function like below: Function string GetRatingArea (string zipCode) Library...
View ArticlePBTrace DBParm value does not affect tracing
Hello, allThere seems to be a discrepancy with the PB Help on the bevior of PBTrace flag in the sqlca.DBParm sqlca.DBMS ="TRACE ODBC"sqlca.dbParm += "; PBTrace=0;CON=GlobCon'" But the connection is...
View ArticleMongoDB & PowerBuilder
Has anyone tried to connect to NoSQL databases like MongoDB from PowerBuilder?
View Article