I have a data grid that calls a query from a data environment. This query uses a parameter (CustomerID).
However, when I run the form, nothing happens, unless I hard code a value in the data environment properties (under the parameter tab, in the Value textbox).
I have tried declaring a global variable, and assigning it to an input box, so the CustomerID can be entered upon load (I put global variable's name into the parameter 'value' textbox).
This produces a blank data grid.
How do I assign the parameter to a value without hardcoding it in the query?
Thanks,
Julie
However, when I run the form, nothing happens, unless I hard code a value in the data environment properties (under the parameter tab, in the Value textbox).
I have tried declaring a global variable, and assigning it to an input box, so the CustomerID can be entered upon load (I put global variable's name into the parameter 'value' textbox).
This produces a blank data grid.
How do I assign the parameter to a value without hardcoding it in the query?
Thanks,
Julie