Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extra records deleting
Message
From
31/01/2009 18:26:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Extra records deleting
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01378618
Message ID:
01378618
Views:
59
I'm using a command button to delete files in a table. The "invoice" to delete is entered into the textbox value. The command works and the file is deleted, except it will mark 1 to 5 additional files with it. The additional files deleted are not related to the text1.value.

What am I missing?

In the click command I have the following:

CLOSE DATABASES

USE order1

DELETE from order1;
WHERE thisform.text1.Value = order1.invoice


Thank you,
Dan
Next
Reply
Map
View

Click here to load this message in the networking platform