Search Results

2
votes
1answer
322 views

PowerBuilder: international currency formatting

Background Users in the US were our application's initial user base, but this has expanded to the point that Canadian, British, and Scandinavian users also use the system. The Po …
2
votes
1answer
235 views

PowerBuilder 10.5 sample web services client application

I am trying to get the PowerBuilder 10.5.2 sample web services application running. I can open the workspace just fine, and I can see the objects and even run the app but I get a "bad runtime funct …
3
votes

Are there any Powerbuilder devs around?

I still use it. PowerBuilder is hardly the popular tool it was in the 1990s but as with all supposedly dead and formerly popular languages, lots of applications were built using it. While P …
0
votes

PowerBuilder app with embedded database?

I don't believe that PowerBuilder contains a driver for native support to SQLite. But it definitely has a driver for ODBC, so that is always an option even if it isn't the most efficient one. …
2
votes

PowerBuilder for a Java programmer?

Yes, any competent programmer, and even some not-so-competent ones can use PowerBuilder. However, I'd disagree somewhat with one of the earlier answers. It is different from pre-.Net VB in one sens …
2
votes

Porting a PowerBuilder Application to .NET

I think gbjbaanb gave you a good answer above. Some other questions worth considering: Is this PB10 app a new, well-written PB10 app, or was it one made in 1998 in PB4, then …
1
vote

Is contributing internal tools to open source worth the effort?

I think you've done a good job of identifying the pros and cons. And it's probably true that the pros will outweigh the cons. If no one likes the utilities and does nothing to or with them, then yo …
2
votes

Closing currently opened window while change in another window in power builder

It might help to know a little more about what you are trying to accomplish. Are both windows open at the same time on a single user's screen? Or is one window available to one user and the second …
2
votes

Does IsNull() guard against references to null objects?

I think these are different kinds of NULL. One is a variable with the value of NULL The other is an object that doesn't exist or hasn't been instantiated. In the second case, you may want …
2
votes

Going to jump into Powerbuilder. Any advice.

You are correct that PB can be very productive. And ultimately, the strategy of "using what works" is fine. That said, there are some things to be careful about. It sounds like you ar …
6
votes

Powerbuilder beginner question

Hmmm, if I could learn PB all over again, how would I do it? Come to PB with a healthy understanding first of SQL. If your app is hitting a database, PB is very good at that, but not …
1
vote

PowerBuilder: Determine a data windows primary key

There doesn't appear to be a single property that you can grab via dot notation or the describe function that isolates the primary key, at least I didn't see one. I could be totally wrong here and …