Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename
Message
From
21/04/2006 15:20:20
 
 
To
21/04/2006 15:14:10
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:
01115557
Views:
7
hi,
thank you so much,
If it is?yes

thanks again.

>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform