Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace statement
Message
From
11/05/2000 12:31:04
Walter Meester
HoogkarspelNetherlands
 
 
To
11/05/2000 11:44:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00368595
Message ID:
00368632
Views:
21
Hi sheena,

>>>replace all May_1998 with 2 for May_1998 = 0 and ((start_da < {1998/06/01}) and (final_da > {1998/05/01}))
>>>
>>>thanks in advance.
>
>Hi :
>
>not doing a replace when I have records that meet the criteria.

It might be a problem with an index order which is based on the May_1998 column. To identify if this is the problem add a NOOPTIMIZE clause at the end of the command and check if this works.

Another possibility is that your SET DATE setting is sert at something else as AMERICAN. Check what {1998/06/01} evaluates to by doing a WAIT WINDOW DTOC({1998/06/01}) before the replacement.

Good luck.

Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform