Re: pbdebug in limited quantities
Would love to try the most recent patch, but can't download it since it requires an S account number and we don't have one.
View ArticleRe: pbdebug in limited quantities
After some tweaking to a few calls to ceiling, I got a good machine code compile - normal compile takes a little over a minute. MC compile took an 1.3 hours (ouch - is that normal?). It runs fine, no...
View ArticleRe: pbdebug in limited quantities
I'll post something in a few days after I do some more research.
View ArticleHow to remove DDDW from a column (dynamically)
Dear Experts, Dynamically, I added drop down datawindow in a column and works fine.Also I want to remove that attached drop down datawindow from that columnWhat is the modify script?ThanksAmanullah
View ArticleRe: How to remove DDDW from a column (dynamically)
Your best bet is probably to destroy the column and re-add it the same way you dynamically added it before.
View ArticleRe: How to remove DDDW from a column (dynamically)
Use the DataWindow syntax tool to search for Modify statements on DDDW columns
View ArticleRe: How to remove DDDW from a column (dynamically)
Hi Amanullah; I am assuming that you have used the DW's Modify ( ) method to add & enable the DDDW feature on your column dynamically. If so, the basic reversal would be to use the Modify ( )...
View ArticleRe: release date of powerbuilder 15
Hi Georg; I was commenting on Ibrahim's use of the word "frustration". Regards ... Chris
View ArticleRe: release date of powerbuilder 15
Hi , Chris ... I do not really understand the position of SAP about PB , why are they taking so long for release even no some news ... It is possible to expect PB as an Open Source Project ? ... Regards
View ArticleRe: release date of powerbuilder 15
Its beyond my comprehension Carlos. I have not heard anything about "open sourcing" it.
View ArticleRe: OrcaScript question
Thanks. I am upgrading my ORCA interface to support the source control functions.
View ArticleRe: release date of powerbuilder 15
From what I have heard, the secrecy thing is SAP normal procedure for all new product version launches. It is not unique to PowerBuilder.
View Articlehow 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 ArticleRe: how to pass string array when open a new window?
Hello, The second parameter of the OPenWithParm function is either a String, a Numeric, or a PowerObject.You cannot pass an array of strings but you could easily create a user-defined structure which...
View ArticleRe: how to pass string array when open a new window?
Hi Kent; The object types you can pass are singular data types. To pass arrays, you would either have to imbed these in a Structure or Custom Non-Visual Object (NVO). Regards ... Chris
View ArticleRe: release date of powerbuilder 15
Hi Folks - Roland is correct, this isn't a unique to PowerBuilder issue. We have several release approval processes that need to be fulfilled before we can release the product. There is another...
View ArticleRe: POWERBUILDER LIBRARY
None that I'm aware of in either case. There was at one point (version 3 or so) as well as a limit on the number of levels of inheritance. But that's long been history. There may be some theoretical...
View ArticleRe: From PB.9.x Legacy To PB.Net 12.5 application with GoTo's Instructions
I think this guide is still helpful, even if it was written before PB.Net was introduced. PowerBuilder Migration
View ArticleRe: From PB.9.x Legacy To PB.Net 12.5 application with GoTo's Instructions
Hi Carlos; The only way I know is to manually refactor the old code first in PB Classic and get this a s clean as possible in that IDE. Then - and only then - begin the migration to PB.Net for the...
View Article