Questions tagged [powerbuilder]

SAP PowerBuilder — programming language and IDE from SAP (formerly Sybase). Very popular in the early 90s before being eclipsed by Visual Studio and failing to provide an adequate solution for web applications. Outside of StackOverflow, the best resource for PowerBuilder help is the Appeon PowerBuilder Community. Also possibly of interest: The International Sybase User Group, PowerBuilder Journal

PowerBuilder — programming language and IDE from SAP (formerly Sybase and prior to that PowerSoft). Very popular in the early 90s before being eclipsed by Visual Studio and failing to provide an adequate solution for web applications.

As of July 2016, further development of PowerBuilder has been assumed by Appeon Corporation

Outside of Stack Overflow, the best resource for PowerBuilder help is the Appeon Community Forum.

Also possibly of interest:

1308 questions
0
votes
2 answers

PowerBuilder problems with long, longlong, integers, dec, and decimal datatypes

I am having problems with long, longlong, integers, dec, and decimal datatypes in PowerBuilder 12.5 Classic... I did something like this and is giving me problems of datatypes; // set variables for item price and the cash given by the…
Wepex
  • 163
  • 4
  • 13
  • 32
0
votes
2 answers

To set a value on a PowerBuilder textbox

I am developing a billing system using PowerBuilder 12.5 Classic and I need to set 0 for a textbox; like in vb.net txtchange.Text = 0 i have two drop down list boxes ddlb_price (defines the price value of an item) ddlb_cash (the cash amount given…
Wepex
  • 163
  • 4
  • 13
  • 32
0
votes
2 answers

PowerBuilder: Check record and insert into SQL table if not available

I am fairly new to PowerBuilder Classic 12. I need to check whether a record is available and if not insert from a textbox. I would probably need a DataStore since someone suggested a preference to SQL statements. Thanks. this code is behaving…
Wepex
  • 163
  • 4
  • 13
  • 32
0
votes
1 answer

PowerBuilder Insert a record to a SQL table if it is not available messagebox if not

I am fairly new to PowerBuilder Classic 12. I need a sample code to check whether a record is available and if not insert from a textbox. I would probably need a DataStore since someone suggested a preference to SQL statements. Thanks.
Wepex
  • 163
  • 4
  • 13
  • 32
0
votes
2 answers

Populate dropdownlistbox items from SQL table in PowerBuilder Classic 12.5

I have been working on Vb.net but i switched to PowerBuilder 12.5 Classic, I am finding my way around. I need to know the equivalent PowerBuilder script; to clear a control "textbox1.clear()" to focus "textbox1.focus()" to insert SQL database items…
Wepex
  • 163
  • 4
  • 13
  • 32
0
votes
1 answer

PowerBuilder 12.5 tutorials

I am new to PowerBuilder Classic 12.5. I have created ado.net database profile. How can I now connect to it and create a login window to read username and password, validate and let the user access to the program. Please help with a sample code and…
Wepex
  • 163
  • 4
  • 13
  • 32
0
votes
1 answer

Using powerbuilder 12.5 to call web service method returns null response

Any suggestions/solutions/tips will be much appreciated. I'm using PowerBuilder 12.5 to call a .Net Web Service and the call works and is received by the WS who send a valid XML response but the response object when loaded by PB is null. The proxy…
Kevin Mac
  • 1
  • 1
  • 2
0
votes
1 answer

How to expose a WPF usercontrol thru COM

we have a WPF usercontrol and we need to use it from an only COM-aware language (Powerbuilder). Is this possible?
Ignacio Soler Garcia
  • 21,122
  • 31
  • 128
  • 207
0
votes
1 answer

Want to use SetNamedSecurityInfo in Powerbuilder for changing the Owner of a file

I have a requirement to change the ownership of a file or revoke the ownership of the user who created the file using Powerbuilder. i.e. in my application user creates a file and I want to remove his ownership from the file immediately within code.…
0
votes
1 answer

Export DataWindow to PDF

I am exporting a DataWindow to PDF using the below code ds_data.Object.DataWindow.Export.PDF.Method = Distill! ds_data.Object.DataWindow.Printer = "Sybase DataWindow PS" …
User
  • 67
  • 2
  • 13
0
votes
1 answer

PowerBuilder web deployment

I need to know if we could create web projects with Sybase PowerBuilder. For instance to add web pages, add links, text fields etc (and not Native form based projects). Is this possible with Sybase powerbuilder, if so can i have some reading…
Illep
  • 16,375
  • 46
  • 171
  • 302
0
votes
1 answer

PowerBuilder rewrite suggestions?

I am looking for suggestions on the best way to rewrite something in PowerBuilder so that it can be web-compatible. I have checked out the other posts on this topic, but most of them were over 3 years ago, so I was hoping for some updated answers. I…
0
votes
2 answers

PowerBuilder Standard-Script Encryption

So this is the situation. Our company has its own standard codes and windows (for commonly used routines and for inheriting) that we use in developing applications. These "standard codes and windows" is saved in its own library (pbl). Normally when…
0
votes
2 answers

is there a library to create zip files directly from Powerbuilder 12.5?

In a powerbuilder 12.5 I need to generate a zip file to send by email.
Aragorn
  • 843
  • 12
  • 25
0
votes
1 answer

How to use TWAIN in a Powerbuilder application

We have a powerbuilder application and we want use a scanner through this application with the use of the TWAIN drivers. Does anyone have previous experience or code samples about how this can be developed?
Alex Koustas
  • 91
  • 1
  • 1
  • 7