Lost your password?

Blogs about: 2 Datawindows

Featured Blog

Datawindow Retreive With Large In Clause

rick130 wrote 3 months ago: Our DBMS limits the number of Items in an “IN Clause” to 255. If you attempt to retrieve … more →

Tags: Argument, Array, datastore, In, retreival, retreival arguments, retreive

Making DW Radio Buttons and Check Boxes look disabled

rick130 wrote 8 months ago: An effective GUI quickly communicates to the users  how they can interact with the current window.  … more →

Tags: Datawindow PowerScript, Expressions, Modify and Describe, Box, Button, check, check box, Column, Disable

Setting the RowStatus4 comments

rick130 wrote 11 months ago: If you have worked with PowerBuilder for a while, you have learned that setting the status of a row … more →

Tags: Datawindow PowerScript, Powerscript, buffer, change, DataModified!, new, NewModified!, NotModified!, ROW

Datawindow Column Properties

rick130 wrote 11 months ago: The Dialog box Comments are prefixed with “//” A carriage return is created with <cntrl> <r … more →

Tags: Datawindow Painter, Expressions, Modify and Describe, Background, Border, COLOR, green bar, Previous, ROW

Populating Dropdown DataWindows

rick130 wrote 1 year ago: When are DDDWs populated automatically? A Retrieve() is issued and the DDDW does not have a result s … more →

Tags: Drop Down Data Window (DDDW), automatically, populated

DataWindow Script Techniques8 comments

rick130 wrote 1 year ago: How do I set a property for an entire column? Modify(“shft_id.visible = 0″) Modify( … more →

Tags: Datawindow PowerScript, auto skip, Bit, Bitmaps, className, Column, Create, datetime, desttoy

Dynamic DataWindows

rick130 wrote 1 year ago: How do I build a DataWindow dynamically? Build the SQL statement for the DataWindow object as a stri … more →

Tags: Build, DataWindow, datawindows, DwSyntax, dynamic, dynamically, example, OpenUserObject, sample

External DataWindows

rick130 wrote 1 year ago: About External datawindows have a data source other than a database Typical uses of External Datawin … more →

Tags: external, leverage

Where Clause for Update/Delete

rick130 wrote 1 year ago: Key Columns This option is commonly used for single-user applications. It’s also used when working w … more →

Tags: Datawindow Painter, delete, where clause, Update, key, Modified, Columns, Updateable

Composite DataWindow

rick130 wrote 1 year ago: What is a composite report? A composite report contains other reports based on independent SQL state … more →

Tags: Presentation Styles, composite, DataWindow, Footer, getchild, sharedata, train, Train the Footer

Nested Report

rick130 wrote 1 year ago: What is a nested report? A report can nest another report as an object within it. This can be useful … more →

Tags: Presentation Styles, DataWindow, nested, Report

SQL Painter

rick130 wrote 1 year ago: How can I use Retrieval Arguments to make my where clause more flexible? Here is a solution I came u … more →

Tags: Datawindow Painter, null, DataWindow, SQL, Painter, retrieval, Argument, Prefix, Graphic

DataWindow Bands

rick130 wrote 1 year ago: Header GroupHeader Detail Group Trailer Footer (end of each page) Summary Suppress Repeating Values … more →

Tags: Datawindow Painter, Band, bands, DataWindow, detail, Footer, Group, groupheader, grouptrailer

Column Properties

rick130 wrote 1 year ago: Display Properties (Masks) ! Upper Case ^ Lower Case a Alphanumeric x Any character # Number Sample … more →

Tags: Datawindow Painter, !, #, Code, Column, DataWindow, Display, Edit, itemerror

Column Display

rick130 wrote 1 year ago: How do I get my field to appear like a MLE and word wrap? In the datawindow painter, select the colu … more →

Tags: Datawindow Painter, Word, time, Date, DataWindow, Column, Display, Painter, checkbox

Datawindow Buffers5 comments

rick130 wrote 1 year ago: Original Buffer This buffer holds the original data.  It is read only and invisible to user.  You ca … more →

Tags: DataWindow, Buffers, Primary, Original, Filter, delete, filteredcount()

Writing Reusable code

rick130 wrote 1 year ago: Use DYNAMIC keyword Of _GetRow( powerobject ldw ) Choose case TypeOf( ldw ) Case DataStore!, DataWin … more →

Tags: Datawindow PowerScript, Powerscript, DataWindow, dynamic, reuse, Script

DataWindow Ancestry

rick130 wrote 1 year ago: DataWindow, DWChild, and DataStore are all inherited from different places. DataWindow PowerObject A … more →

Tags: DataWindow, Ancestor, datastore, Heirarchy, powerobject, datawindowchild

Migrating a DataWindow from PB 9 Back to PB 7

rick130 wrote 1 year ago: You may find yourself working in PB 7 and wanting to use a DataWindow developed in PB 9. This can be … more →

Tags: PowerBuilder Versions, 7, 9, Convert, DataWindow, Export, Import, migrate, Release