Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object not found
Message
From
15/03/2006 13:10:15
 
 
To
13/03/2006 02:57:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01103622
Message ID:
01104613
Views:
26
Hi Mohammed,

You can't simply replace cc by (thisform.text1.value) in your old code and expect things to work.
REPLACE IN contact ;
 FOR cc==LOOKUP(bill.cc,cc,bill.cc) AND NOT EOF('bill')
I bet one of those cc is contact.cc, not bill.cc.

Another question is: REPLACE What with what? This is not a complete REPLACE statement, it's missing at least one field of the contact table you want to update and with what you want to update it.

Post the whole old REPLACE statement. What fields has contact? What fields has bill?

Bye, Olaf.
Previous
Reply
Map
View

Click here to load this message in the networking platform