Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code more logic
Message
From
31/08/2004 05:54:53
 
 
To
31/08/2004 04:33:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00937914
Message ID:
00937928
Views:
19
Further to Tore's SQL solution, you could have written:
REPLACE ALL CHAR18 WITH "3" for CHAR8="ÌäæÈ ÚãÇä                                         "
REPLACE ALL  CHAR18 WITH "8" for CHAR8="ãÍÇÝÙÉ ÇÑÈÏ                                       "
REPLACE ALL  CHAR18 WITH "2" for CHAR8="ÛÑÈ ÚãÇä                                          "
Pleas note also that your originalcode should not have worked because you need to move the file pointer after a "Set Filter", ususally by "Go Top", before you do you table searches, updates. etc. on the filtered data.

Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform