how to pass string array when open a new window?
Try to pass a string array when open a new window in powerbuilder with following code: string myparam[]myparam[0] = '0'myparam[1] = '1'OPenWithParm(w_1, myparam,w_myframe) then I get Error:Bad argment...
View ArticleFrom PB.9.x Legacy To PB.Net 12.5 application with GoTo's Instructions
Hi, coleagues ... We have a PB.9.x legacy application that needs to be migrated to PB.Net 12.5 , but we have found this application have old fashioned programming techniques as GoTo instructions and so...
View ArticlePOWERBUILDER LIBRARY
there are limits on the number of objects or the number of libraries in a project? And the size of the libraries? ty G.
View ArticlePB 12.5 Julian Date
Is there a built in function to convert a date to the julian date? Thanks,Dave
View ArticleCannot open Print Manager on PB12.5 Web Form target
Dear all, Need help??? See the "print" icon on the Google Chrome but when I click on "Print" the print manager dialog box did not appeared. Currently I am using win 7.1 64x prof, PB Classic Ver 12.5...
View Articlecolumn 2 has an invalid name and or length.
Dear Experts, PowerBuilder argument Error: column 2 has an invalid name and or length.Is there any bug fix available to resolve this error. ThanksAmanullah
View ArticleDW 2nd Retrieval Argument Add Fails
PB 12.5.1 (build 4015). When I go to add a second datawindow retrieval argument using the painter it always says "Column 2 has an invalid name and/or length". It doesn't seem to matter what name or...
View Articlepowerscript 2.0
I was cooking an idea how to extend the current powerscript to accomplish some long wanted features like: -Optional arguments-Operator overload-Inline functions-Interfaces-User defined...
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 ArticleHow to get default printer?
I try to use PrintGetPrinter() to get default printer , but I always get the info as:Microsoft XPS Document Writer winspool Ne00:Even I change default printer. My case is Windows XP, Powerbuilder 11.5....
View Articlepbdebug in limited quantities
PB Classic 12.5.2 Build 5583OS Doesn't matter I'm working on tracking down a strange app crashing problem, and the results from /pbdebug would be ideal IF I could turn it on/off as needed within the...
View ArticleHow to get a PowerBuilder Developer Professional/Associate Certification ?
Hello fellows ... How could I get a Powerbuilder Developer Professional/Associate Certification ? , similar to Microsoft's MCSD Certification Program ...
View ArticleRichtext to HTML (and back to Richtext)
Hello In our ERP client/server application, written with powerbuilder (actually 11.5), we are using several fields in RichText mode. An external CRM program needs to read (SELECT), edit (HTML) and...
View ArticleInheriting from .NET classes
Hi, everybody. I am trying to inherit a non visual custom object from a .NET class named "System.ServiceModel.DuplexClientBase<T>", but I got this error below: I have downloaded the WPFToolkit,...
View ArticleParameterized constructors and inheritance
Hi, guys. I am trying to create a non visual object with a parameterized constructor.Suppose this following situation: 1) I've created 'nvo_test1' with a parameterized constructor:2) Next, I've...
View ArticleIssue with ORCA Script and PVCS
One of my customers is using PB 12.5 and PVCS (I don't know the version). He needs to find out if there is a way to suppress the following popup. It comes up when doing a target refresh. He wants it to...
View ArticlePowerBuilder Classdefinition not threadsafe?
Hi, I have an object that uses the Classdefinition variable to access the variablelist.This functionality runs fine in single task environment (if I simple CREATE the object). But if I run it in a...
View ArticleHow to get default printer?
I try to use PrintGetPrinter() to get default printer , but I always get the info as:Microsoft XPS Document Writer winspool Ne00:Even I change default printer. My case is Windows XP, Powerbuilder 11.5....
View ArticleHow to setup printer for oleobject?
I use ole object in pb 11.5 like: OLEObject myoleobjectmyoleobject = CREATE OLEObjectresult = myoleobject.ConnectToNewObject( "word.application")......myoleobject.ActiveDocument.PrintOut I have setup...
View ArticleConsuming WCF from COM object
Hello, allI have the following problem: 1. There is an external web service, to which I wrote a PB.NET assembly client (ws_client).2. If the ws_client is added to another PB.NET app, then everything...
View Article