timolria
Technical User
- Oct 17, 2008
- 2
Two separate variables before reading records:
X = number of parameters populated
Y = if X>=2 then TRUE
IF X = FALSE, can I prevent the command from being executed? I don't want the report to return data using the command if user has not populated 2 or more parameters. (Command contains all fields needed from custom view and also passes parameter values)
I know I can control the display so as to display an alert message telling the user no data returned unless 2 or more parameters are populated but not sure if I can control the COMMAND.
X = number of parameters populated
Y = if X>=2 then TRUE
IF X = FALSE, can I prevent the command from being executed? I don't want the report to return data using the command if user has not populated 2 or more parameters. (Command contains all fields needed from custom view and also passes parameter values)
I know I can control the display so as to display an alert message telling the user no data returned unless 2 or more parameters are populated but not sure if I can control the COMMAND.