Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New method
Message
De
25/04/2005 07:56:49
 
 
À
25/04/2005 07:48:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
01007918
Message ID:
01008027
Vues:
17
So what happens if, after:


UPDATE temp set sum1=d1+d2+d3+d4+d5+d6+d7+d8+d9+d10,;
sum2=d11+d22+d33+d44+d55+d66+d77+d88+d99,;
sum3=iif(d1+d2+d3+d4+d5+d6+d7+d8+d9+d10=0 or d1+d2+d3+d4+d5+d6+d7+d8+d9+d10=0,0,(sum2/sum1)*100)

You issue:

thisform.Grid1.RecordSource="Temp"

and then refresh?

Apart from that, I don't really understand the problem, or can help you. Let's hope this works,
En sha'Allah.


>hi,
>evry time i need to insert data i must make my temp.table is empty,
>but after i get any item from grid2 to grid1 i need to insert values at d1,d2,d3... at one record and make sum to sum1,sume ,sum3 ,inside grid1.
>at next record i need to do same , but if i want to go back to record 1 at my grid,no way.
>thanks
>>Yes, so after updating it, how does grid1 get to know that its data have changed? Is Temp permanently in the RecordSource property of Grid1, or do you need to set it programmatically? If the latter then where is the code to do this, after row/col change in Grid2
>>>hi,
>>>the source of my Grid1 is (temp.table).
>>>
>>>>Not sure what the source of your Grid1 is, or how it's set up, but maybe you need to specify its source, after you update Temp.
>>>>
>>>>>hi,
>>>>>still same.
>>>>>
>>>>>>Don't use thisform.grid1.refresh(), use this.refresh(). I don't know if this is the reason for your error, though.
>>>>>>
>>>>>>>hi,
>>>>>>>i try but still,
>>>>>>>
>>>>>>>LPARAMETERS nColIndex
>>>>>>>
>>>>>>> thisform.text4.value=thisform.grid1.column2.text1.value
>>>>>>>   select  mac1
>>>>>>> locate for nam=upper(alltrim(thisform.text4.value))
>>>>>>> thisform.text2.value=mac1.dvno
>>>>>>> select temp
>>>>>>>thisform.grid2.visible=.t.
>>>>>>>thisform.Grid2.RecordSource=SPACE(0)
>>>>>>>select nam,macwork1 from mac1;
>>>>>>>         where dvno = thisform.text2.Value ;
>>>>>>>      into cursor crsMyCursor
>>>>>>>thisform.Grid2.RecordSource="crsMyCursor"
>>>>>>>
>>>>>>>UPDATE temp set sum1=d1+d2+d3+d4+d5+d6+d7+d8+d9+d10,;
>>>>>>>  sum2=d11+d22+d33+d44+d55+d66+d77+d88+d99,;
>>>>>>>  sum3=iif(d1+d2+d3+d4+d5+d6+d7+d8+d9+d10=0 or d1+d2+d3+d4+d5+d6+d7+d8+d9+d10=0,0,(sum2/sum1)*100)
>>>>>>>thisform.grid1.refresh()
>>>>>>>
>>>>>>>
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform