Sybase PowerBuilder — programming language and IDE from Sybase.
string array[] long lBound, uBound lBound = LowerBound(array[]) // = 1, empty array value uBound = UpperBound(array[]) // = 0, empty array value array[1] = 'Item 1' …
powerbuilder upperboundI have a grid datawindow with a picture in it's background (with dimensions of an A4 page) and I would …
pdf powerbuilder datawindowI am getting an error when updating a DataWindow which says "Row changed between retrieve and update". What is the …
powerbuilder datawindowDoes 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-conversionI'm new to PowerBuilder Classic 12, and I'm having a hard time finding any good guide/tutorial that can help me …
powerbuilderI have just connected Powerbuilder with PostgreSQL through ODBC, but something goes wrong when I'm trying to create a datawindow! …
postgresql powerbuilder datawindowI 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 powerbuilderI've got a PowerBuilder project that I want to inspect but I don't have PowerBuilder installed . I tried PB Peeper …
powerbuilderHow do I add 2 years to a date in powerbuilder and account for the leap year correctly? We have a …
powerbuilder leap-yearHere'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