I have a view with a complex WHERE clause, parameterized (actually, I've got over 1,000 of them, not counting the 2,000 auto-generated parameterized views).

In VFP-land, I can get the cursoradapter() object reference, set the parameters, and issue .refresh(). Works great.

What's the equivalent in a web app?

thanks,

Hank