Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Probably an easy question
Message
De
04/05/2001 01:43:15
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00501861
Message ID:
00503355
Vues:
20
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform