> The variable is defined in the report as > SET VAR vshipdate = .vship
Make sure that vShipDate in the report did not accidentally get retyped to INTEGER. > DIALOG 'Enter the Ship Date (MM/DD/YYYY):' whval0 > whtemp 1 > SET VAR vship DATE=.whval0 Try SET VAR vShip DATE = &WHVal10 -- Larry __________________________________ Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster http://search.yahoo.com

