Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with View
Message
From
26/10/2000 14:53:04
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
26/10/2000 14:44:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00434799
Message ID:
00434810
Views:
25
Hi Sandi

I hope you made your view like this...

Create Sql View v_SomeView As Select * From SomeTable Where DateField = ?lcDateParameter.

To run this view from the command window, just do this...

use v_SomeView nodata
lcDateParameter = date()
=requery()

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform