Hi to all,
first of all my congratulation for this software: I' trying to understand it but it seems to be very powerful.
I have this problem:
In my Web application i stored in a variable named "number" inside the Application.contents the value (for example 5) I want to use as filter in order to limit the items to be showed in a combo actually containing all the employees of the Northwind database table Employees, for example only those having ID less than number.
Is it possible? For the moment I've only succeded in setting the where property of the column using a fixed valued (id <= 7) but I've yet no idea about the way to use the alue contained in the number variable: I tried to use this sintax (id <= application.get("user") ) but I got errors.
Somone can help me please?
Bye