PBDoc Example using Code Review Template Review Sheet v1.0
Object: d_test_departmentlist Size: 3117
Comment: This test datawindow will retrieve a read only list of departments for display in a tabular report. Last Modified: 03/04/2006 10:57
Location: d:\PB\PBDoc\prod\example\pbdoc_example_ansi.pbl<d_test_departmentlist.srd>
Author:   Review Date: 25/03/2006 14:32:38
Reviewer:   Signed:  
Columns: 2 Computed: 0

Retreive Definition Comments
"PBSELECT( VERSION(400) TABLE(NAME=~"department~" ) 
COLUMN(NAME=~"department.dept_id~") 
COLUMN(NAME=~"department.dept_name~")) "
 
Update Where Definition Comments
Update Where Key and Updateable Columns
 
Update Statement Definition Comments
Updates use DELETE and INSERT
 

End of Review Document