PVRQ Version 1.34 - Release Notes November, 2001 ------------------------------------------------------------------------------ A) Table list changes A.1 - Tables that begin with an asterisk (*) will no longer be displayed in the list of available tables. This mimics the behavior of the ProvideX ODBC driver. To override this, set the global variable %PVRQ_SHOWASTERISK to a non-zero value prior to running PVRQ, or set it in a start up procedure. B) Speed enhancements B.1 - Changed the listbox that shows available reports so it is loaded prior to drawing the screen, to improve speed. Also made changes so this listbox so it is not reloaded unless needed. C) Filter changes C.1 - Added an "Ending Key" option to the filter screen, to allow users to specify the last key of the primary table to process. Useful for speeding up reports that process a primary table containing a large number of records. C.2 - Changed the starting and ending key options on the filter screen to allow expressions. To specify an expression, preceed the entry with an equal sign. Examples: ="001FIRST" or =%YOURKEY$ C.3 - Corrected a problem where the report filter was not being checked when the filter referenced a formula variable or contained a mask containing a period, and there were no linked tables.