2
votes
1answer
30 views
How *does* Powerbuilder POST work?
Unfortunately searching for 'Sybase Post' doesn't get me the answers I'm looking for.
I want to know what the actual function is of POST
As in
.. procedure lala
POST procedure1( …
2
votes
1answer
58 views
How to convert the enumerated value as a string value?
i am taking the property list of PBObjects/Controls. So i need to take the property. I got the property values throug variable definition.
for ex
vd_def = cd_def.variablelist[li_ …
5
votes
39answers
1k views
Are there any Powerbuilder devs around?
Is there anyone here who actively develops in Powerbuilder?
2
votes
3answers
44 views
How to make PowerBulder UI testing application?
Hi.
I'm not familiar with PowerBuilder but I have a task to create Automatic UI Test Application for PB. We've decided to do it in Python with pywinauto and iaccesible libraries. T …
3
votes
3answers
222 views
Spy++ for PowerBuilder applications
Hi,
I'm trying to write a tool which lets me inspect the state of a PowerBuilder-based application. What I'm thinking of is something like Spy++ (or, even nicer, 'Snoop' as it exi …
0
votes
1answer
54 views
RTF Datawindow and RTF Control Content how to find the text by color, Font name?
i stored the RTF file format in my ASA database.
How to select the content by using the color or Font name, Alignment.
for ex:
i have a content it has 100 lines with formatted te …
1
vote
3answers
54 views
PowerBuilder: Determine a data windows primary key
I'm creating some events in a base object (class) in PowerBuilder, and the descendent's of this base datawindow need to know what the primary key of that table (or row) is. How wo …
3
votes
1answer
46 views
How do I get the PowerBuilder graphicobject for a given HWND handle?
In my (PowerBuilder) application, I'd like to be able to determine the graphicobject object which corresponds to a given window handle.
Simply iterating over the Control[] array a …
1
vote
1answer
35 views
Tool bars in PowerBuilder
I have created the tool bars, i can pick it as a separate frame bar (as a floating window) and also i can close it. But i couldn't bring this again. if it so i need to re execute t …
3
votes
4answers
147 views
Going to jump into Powerbuilder. Any advice.
This might be a weird question. After all, most people want to jump OUT of PB not IN.
However, after careful analysis, I feel that Powerbuilder can get things done so much more ra …
3
votes
5answers
463 views
An alternative IDE for Sybase Powerbuilder
Does anyone know of an alternative IDE for Sybase Powerbuilder? It feels pretty clunky, after working with VS2008 and Eclipse.
If not, has anyone successfully worked with this la …
1
vote
1answer
24 views
Powerbuilder: Trying to set the currentitem for a menuCascade
Please clue this newb in.
I've got a menu with it's object type set to menu cascade. I can reference the items in the menu just fine and I can even st the items to enabled or visi …
1
vote
1answer
114 views
Attach labels to items in TFS from the PowerBuilder IDE?
We do this using the 'Advanced' button on the checkin dialog now (with Merant, nee PVCS) but the 'Advanced' button is disabled when I set TFS as my SCC provider. Is there a switch …
1
vote
1answer
52 views
How do you get a PowerSoft report to resolve a PowerBuilder global function.
I currently work in an environment where reports must be emailed to users as a PowerSoft file.
There is a global PowerBuilder function which is used on a computed column my datawin …
1
vote
1answer
71 views
PowerBuilder GUI to web application - best options?
Does anyone have any opinions on the best options for converting a PB GUI application that I sell to users to be a web app? (The web app would be run on my servers, not the clients …
