Hello!

DataEnv problem again..

Im using DataEnv to create DataReports.
I need to pass parameters to DataEnv to customize the
SQL query.

If Im using only one parameter everything works well..

Like this:
DataEnviroment.Command1( "2001-01-01" )

BUT!!!

If I use an second parameter like this:
DataEnvironment.Command1
("2001-01-01", "2001-01-31")

I get an error message:

Compile Error:

Expected: =

I don't understand it. What do I wrong????

please help...!