|
The Save As dialog includes WMF and PSR (PSReport) as options. Note that to use PSR files you must be running with Share.
Using .PSR Files
In the Window painter, you can display the report (a .psr file) in a DataWindow control. To do so, assign the .psr file to the dataobject attribute of a DataWindow control:
dw_1.dataobject="sales.psr"
or
dw_1.dataobject = "c:\hrdata\benefits.psr"
Tip When you set the dataobject attribute to a .PSR file, you do not have to call SetTransObject and Retrieve.
|