Top "Powerbuilder" questions

Sybase PowerBuilder — programming language and IDE from Sybase.

Powerbuilder Dynamic Array Manipulation

string array[] long lBound, uBound lBound = LowerBound(array[]) // = 1, empty array value uBound = UpperBound(array[]) // = 0, empty array value array[1] = 'Item 1' …

powerbuilder upperbound
Saving a datawindow as PDF in PB 10.5

I have a grid datawindow with a picture in it's background (with dimensions of an A4 page) and I would …

pdf powerbuilder datawindow
DataWindow Error: Row changed between retrieve and update

I am getting an error when updating a DataWindow which says "Row changed between retrieve and update". What is the …

powerbuilder datawindow
Porting a PowerBuilder Application to .NET

Does anyone have any advice for migrating a PowerBuilder 10 business application to .NET? My company is considering migrating a legacy …

c# .net migration powerbuilder powerbuilder-conversion
PowerBuilder Classic 12/12.5 guide/tutorials

I'm new to PowerBuilder Classic 12, and I'm having a hard time finding any good guide/tutorial that can help me …

powerbuilder
Relation does not exist

I have just connected Powerbuilder with PostgreSQL through ODBC, but something goes wrong when I'm trying to create a datawindow! …

postgresql powerbuilder datawindow
PowerBuilder - string to array convert

I have string in PowerBuilder: string test_string = "1,2,3,4,5" I want to convert it to array: string array[] = {'1','2…

arrays string powerbuilder
How to view/open PowerScript file without PowerBuilder

I've got a PowerBuilder project that I want to inspect but I don't have PowerBuilder installed . I tried PB Peeper …

powerbuilder
How do I add 2 years to a date in powerbuilder and account for the leap year correctly?

How do I add 2 years to a date in powerbuilder and account for the leap year correctly? We have a …

powerbuilder leap-year
How do I get a DataWindow to save correctly to PDF?

Here's my problem. I currently am trying to print a DataWindow to a PDF file in PowerBuilder 12.5. I got some …

pdf powerbuilder ghostscript datawindow