Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strictdate Unhappiness!
Message
 
To
11/12/2001 15:04:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00592889
Message ID:
00592894
Views:
19
>Hello Everyone,
>
>I would appreciate any assistance on this one. I have created a report based on parametized view. The view prompts for a date range. When I run the report
>the following is the error I receive.
>
> Error 2032: Ambiguous Date/DateTime constant. Use the format
> ^yyyy-mm-dd[,][hh[:mm[:ss]][a|p]]
>
>Thanks...

It is expecting you to enter something recognized as a Date. I gather your parameterized view had something like:

Table.DateField = ?vp_DateEntered

If you are keying this in you might try:

DTOC(Table.DateField) = ?vp_DateEntered
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform