Top "Datawindow" questions

The PowerBuilder DataWindow control is a container for database originated data in a PowerBuilder application.

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
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
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
How to import Excel file into DataWindow

I want to import the .xlsx file into PowerBuilder DataWindow, I know we can able to do it with CSV …

powerbuilder datawindow
how to code the itemchanged event and datawindows

I am using PowerBuilder classic 12.5 am having difficulties in inserting, editing, creating and printing reports. i have a datawindow, dw_…

events powerbuilder datawindow
PowerBuilder 12.5 Classic PDF SaveAs creating files of 0 size on Win7 x64

Platform: Windows 7 x64 PB 12.5 Classic Ghostscript 9.07 (both x32 and x64 are installed) HP Laserjet PS printer installed as "Sybase DataWindow …

pdf-generation ghostscript powerbuilder datawindow
PowerBuilder: Insert data using a datawindow

Suppose I have a table called 'test', into which there are three columns named test_id, test_name and test_…

powerbuilder datawindow
Powerbuilder : How to write validation expression for a field

I have a datawindow containing multiple fields. I want to write a validation expression for a field named amount. I …

powerbuilder datawindow
Is there a way to handle the dynamic change of a dropdown for a single row in a grid-based datawindow?

Is there a way to handle the dynamic change of a dropdown for a single row in a grid-based datawindow? …

powerbuilder datawindow