Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote parameterised views
Message
From
15/07/2004 23:09:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Remote parameterised views
Miscellaneous
Thread ID:
00925018
Message ID:
00925018
Views:
72
Hi

I have a parameterised local view that enables me to decide what records I want to view at runtime.
CREATE SQL VIEW V_STATUSMON AS ;
SELECT Invcont.*, ;
	FROM wots!invcont ;
	WHERE &?lcWhere ;
	ORDER BY lastaction, Custstreet, Custflatnum, our_ref
This enables me to search on any combination of fields I choose, which is really neat and I can do the same thing with the order if I choose.

Unfortuantely when I create as a remote view I get an error when I try to use it.

Does anyone know why or of another way to do the same thing with remote views?

Regards
Geoff SCott
May all your weeds be wildflowers
Next
Reply
Map
View

Click here to load this message in the networking platform