Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with View
Message
From
26/10/2000 15:21:28
 
 
To
26/10/2000 14:53:04
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00434799
Message ID:
00434823
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

Yes, I made it that way. I can do what you told me to - no problem. The problem is when I don't preset the parameter (lcDateParameter has not been defined). Then it pops up a dialog to enter the parameter and it is there that is doesn't like whatever I write. I am doing this because I need to for debugging purposes on a form. I want to enter it in the dialog, but can't get past the abiguous date error.

Sandi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform