Re: Cannot open Print Manager on PB12.5 Web Form target
Hi Gunawan; IMHO Jacob is "right on the money" ... Appeon is THE way to go to put your PB (Classic) applications on the Cloud, Web & mobile platforms! => And now next month ... fully...
View ArticleRe: pbdebug in limited quantities
Hi Brad; Thank you for sharing the SET code value list! Regards ... Chris
View ArticleRe: pbdebug in limited quantities
These are only ones I could figure out. I ran values from 1-255 to see what turned up in the log file. Some of the data (the internal items) seem to be logging specific types of calls, but I'm not sure...
View ArticleRe: pbdebug in limited quantities
Hi Brad / Roland; OK ... I have it working too - Keep the list of SET code values coming! Regards ... Chris
View ArticleRe: pbdebug in limited quantities
Hi Brad; FYI ...Using the rt_dbg_del ( 1 ) method call stops the console activity - but yes, closing the console stops your application. No big deal to me though - I can live with that. If you are...
View ArticleRe: DW 2nd Retrieval Argument Add Fails
Hi Marco, Try doing a restart (NOT SHUTDOWN) if you receive the error and see if the problem goes away. This is how I "fixed" the problem on my PC.
View ArticleRe: How to use Team foundation Server for Powerbuilder version control
OK, had tried that before and got a compatibility error message, so found that there was a TE-2013, installed that, so on a chance that there was some special magic that was needed from the 2012...
View ArticleRe: Richtext to HTML (and back to Richtext)
In our application we had to convert RTF data to HTML to interact with another application. To do do that I use the SaveDocument ( filename, FileTypeHTML! ) method of the RichTextControl to save the...
View ArticleRe: Inheriting from .NET classes
Hi, guys,So, I have talked to SAP and after a few tries, we've come up with a solution. It was a guess, even for the SAP analyst, but it worked and that is all that matters. I've downloaded the...
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 ArticleRe: Parameterized constructors and inheritance
Hello Deise,It looks like all you have to do is add new code or even a comment to the second nvo in the paramatized constructor in order for it to be available in the nvo inherited from it. HTH Ted...
View ArticleRe: Parameterized constructors and inheritance
Hi, Ted, thanks! I tried this one, and that would be a workaround. The problem is that if I have more than 2 objects in a row, it's imperative to do that in all descendent constructors, otherwise I...
View ArticleRe: Parameterized constructors and inheritance
Hi Deise,I realize that could be an issue, but at least figured there was a workaround. I saw that an incident was opened for this problem and has been picked up by one of the support engineers in...
View ArticleRe: Parameterized constructors and inheritance
Yes, that was me Thanks for your help.I will wait for them and then I will update here.
View ArticleRe: Issue with ORCA Script and PVCS
Hi Roland: I've seen this beahvior on earlier versions od PB. They always point back to PVCS as responsible. I never see updates from Merant though. Have you tried contacing them? Cheers...Bob
View ArticleRe: How to get default printer?
Hi Kent: Have you tried the following code?Get a list of printers installed - Real's PowerBuilder How-to Cheers...Bob
View ArticleWCF Proxy ended in a multithread call to another webservice
Hi! I'm trying to improve the performance of a massive e-signature process using multithreading. This e-signature is made by the app on behalf of the person, 'cause we're taking about 120,000...
View ArticleRe: how to setup file name when printing a datawindow?
The easiest way I know of to do that is to use the PrintOpen command and then PrintDataWindow rather than Print. The PDF printer takes the job name you passed in to PrintOpen as the filename. long...
View ArticleRe: Consuming WCF from COM object
It might be a bit more effective if you describe the steps you followed. Are you loading the assemblies into the GAC? If you are on a 64 bit machine, did you modify the entries from REGASM so they will...
View ArticleRe: how to setup file name when printing a datawindow?
thanks. figured out: use DocumentName.
View Article