Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update problem
Message
From
05/01/2004 10:19:42
 
 
To
05/01/2004 10:14:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00863862
Message ID:
00863868
Views:
11
Hi, Robert.

>there is the code
>
>UPDATE WRHMASTER SET WRHMASTER.INVOICED = .T. AND WRHMASTER.INVOICENUMBER = TEMPORAIREMENT WHERE WRHMASTER.IDENT = CURSOR_FACT.IDENT
>
This should be:
UPDATE WRHMASTER 
 SET WRHMASTER.INVOICED = .T. , && Comma, not AND here
     WRHMASTER.INVOICENUMBER = TEMPORAIREMENT 
 WHERE WRHMASTER.IDENT = CURSOR_FACT.IDENT
See you!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform