Package constant as parameter in Test window

Gustavo

Member³
Hi!

I have a Test window with a float type parameter in the grid. I assigned it a value in the form:
..
When I try to run the test window I get the following error:
Variant conversion error for variable :

Regards,
Gustavo
 
BTW, Sysdate is not accepted either.

Also, if parameter type is varchar and constant is char/varchar, it works fine.

PLSD 7.1.5.1397

Regards,
Gustavo
 
Please, disregard former info on varchar parameter. Is just doesn't raise an error, and allows me run, but the parameter is not correctly passed and my handler returns an error.
 
@scott - I don't "need" it in the grid, but that's the way PLSD gives me the test window when I right-click and select "Test". I expected it to work as usual.

@Marco - Could this be enhanced?
 
Back
Top