Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rename
Message
From
22/04/2006 04:18:21
 
 
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:
01115678
Views:
8
Hi,

Syntax is incorrect for table field. Try:
REPL main1.date WITH STRTRAN(main1.date, "/", "_")&&
>i try as under, error message Object "main1" is not found
>

>USE main1
>main1.date = STRTRAN(main1.date, "/", "_")&&
Previous
Reply
Map
View

Click here to load this message in the networking platform