Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Browsing all 7329 articles
Browse latest View live

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 Article


Re: 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 Article


Re: pbdebug in limited quantities

I'll post something in a few days after I do some more research.

View Article

How 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 Article

Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: How to remove DDDW from a column (dynamically)

Use the DataWindow syntax tool to search for Modify statements on DDDW columns 

View Article

Re: 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 Article

Re: release date of powerbuilder 15

Hi Chris, what does this mean? Regards Georg

View Article


Image may be NSFW.
Clik here to view.

Re: release date of powerbuilder 15

Hi Georg;  I was commenting on Ibrahim's use of the word "frustration".   Regards ... Chris

View Article


Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: release date of powerbuilder 15

  Its beyond my comprehension Carlos.     I have not heard anything about "open sourcing" it. 

View Article

Re: OrcaScript question

Thanks. I am upgrading my ORCA interface to support the source control functions.

View Article

Re: 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 Article


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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article


Re: 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 Article

Re: 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 Article

Re: 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
Browsing all 7329 articles
Browse latest View live


Latest Images