How do I set a property for an entire column? Modify(”shft_id.visible = 0″) Modify(”shft_desc.protect = 1″) How many rows selected? Li_select_count = integer(dw_1.Describe(“… more →
Schultz's PowerBuilder Notesrick130 wrote 5 months ago: When are DDDWs populated automatically? A Retrieve() is issued and the DDDW does not have a result … more →
rick130 wrote 5 months ago: How do I set a property for an entire column? Modify(”shft_id.visible = 0″) Modify( … more →
rick130 wrote 5 months ago: How do I build a DataWindow dynamically? Build the SQL statement for the DataWindow object as a str … more →
rick130 wrote 6 months ago: About External datawindows have a data source other than a database Typical uses of External Datawi … more →
rick130 wrote 6 months ago: Key Columns This option is commonly used for single-user applications. It’s also used when working … more →
rick130 wrote 6 months ago: What is a composite report? A composite report contains other reports based on independent SQL stat … more →
rick130 wrote 6 months ago: What is a nested report? A report can nest another report as an object within it. This can be useful … more →
rick130 wrote 6 months ago: How can I use Retrieval Arguments to make my where clause more flexible? Here is a solution I came u … more →
rick130 wrote 6 months ago: Header GroupHeader Detail Group Trailer Footer (end of each page) Summary Suppress Repeating Values … more →
rick130 wrote 6 months ago: Display Properties (Masks) ! Upper Case ^ Lower Case a Alphanumeric x Any character # Number Sa … more →
rick130 wrote 6 months ago: How do I get my field to appear like a MLE and word wrap? In the datawindow painter, select the col … more →
rick130 wrote 6 months ago: Original Buffer This buffer holds the original data. It is read only and invisible to user. You … more →
rick130 wrote 6 months ago: Use DYNAMIC keyword Of _GetRow( powerobject ldw ) Choose case TypeOf( ldw ) Case DataStore!, D … more →
rick130 wrote 6 months ago: DataWindow, DWChild, and DataStore are all inherited from different places. DataWindow PowerObject A … more →
rick130 wrote 7 months ago: You may find yourself working in PB 7 and wanting to use a DataWindow developed in PB 9. This can be … more →