Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Probably an easy question
Message
From
04/05/2001 01:43:15
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00501861
Message ID:
00503355
Views:
21
I think so you have this tables
Orders related to detailorders, product related to components and detailorders related to product
All tan you can make is:
Create a form and put two textboxes and a command button.
The first is to type the current part number and the second is for type the new value
Create a new methed for your form and call this at the click event of the command button
In the method set this code:

Local lastValue, newValue
lastValue = Thisform.Text1.Value
newValue = Thisform.Text2.Value
Replace PARTNO With newValue All for PARTNO = lastValue
* If you are working with table buffering or record buffering
=TableUpdate(.T.)



Thats all

Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform