SELECT SUM(factures.MONTTC) ;
FROM GEST_JUR!factures ;
WHERE FACTURES.NUMAB=this.Parent.text1.Value AND factures.paiement="T" ;
INTO TABLE GEST_JUR!factempGLOB
this.Parent.text8.Value=FACTEMPGLOB.SUM_monttc
I received an error message "Alias 'FACTEMPGLOB' is not found".
How do I resolve this...
hi, my goal is :I click on one amount choosen it will deplace to a text for instance and for each choice it will added automatically IN the text. amount+amount until the end
we have talked about this problem before, if i use combobox or listbox, I can't sum these amounts .
so i plan to do with these labels is to display them and replace them with these amounts.and then when I click on a label it will added to the previous.for instance
label1=96.30
label2=150.00
...
Hi Olaf,
I tried to add a label, It has worked very good,Thank you, but if i'd like to do it in a boucle FOR,
for instance , I recreate this label 5 times one under the other like this:
label1
lebel2
label3
label4
label5
i'd like to do a code like this
SELECT 2
use Table
GO top
i1=0
vmont=0
DO WHILE !EOF()
vmont=vmont+table.field &&(amount)
i1=i1+1
skip
....
....
here I want to make a condition if the recordcount=6 I display the vmont in a textbox1
and it will repeated until end of file
i return to my problem, because really i d like to find why it is not working?
when i was trying i have remarked the the values of the combo or the listbox are displaying in the textbox like a value one near the other exemple: the first amount 96.30 then the second 96.30 the third 129.30 like i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.