Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updating fields
Message
De
21/07/2009 23:55:04
Muthu Vel
Sty Company
Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Updating fields
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01413678
Message ID:
01413678
Vues:
79
I have a student.dbf with fields 1.Regno 2.Name 3.hscboard 4.maths 5.Physics 6.chemistry, the hscboard having three types Namely 1. 01 2.02 3.03. I have 500 records for hscboard(01) and 250 records for(02) and 100 records for (03).

I want to change the three subject marks after normalisation for three hscboards. nomalisation for three hscboards given below

for hscboard(01)

maths =(maths*200)/100
physics =(physics*200)/100
chemistry =(chemistry*200)/100

for hscboard(02)

maths =(maths*200)/300
physics =(physics*200)/150
chemistry =(chemistry*200)/150

for hscboard(03)

maths =(maths*200)/150
physics =(physics*200)/150
chemistry =(chemistry*200)/150

I want to update these calculation values into my stduent.dbf for three hscboards.

can anyone help me How to write progamme
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform