Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename
Message
From
21/04/2006 15:14:10
 
 
To
21/04/2006 15:07:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Rename
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01115477
Message ID:
01115553
Views:
8
>i try as under, error message Object "main1" is not found
>
>USE main1
>main1.date = STRTRAN(main1.date, "/", "_")&&
>
Then you should not be asking us. You are opening a table called "main1".
If the table does not open or is not found, look to see why. It does not exist, or is not in the search path, or you are not using the correct table name, or...

Another issue: Is main1.date a date-type field?
If it is, you cannot do STRTRAN() on it as it only works for character fields.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform