is there a way to add the value of two rptfunction and put it on a label...
im using data report.. thanks
Printable View
is there a way to add the value of two rptfunction and put it on a label...
im using data report.. thanks
or maybe add the value of two rpttextbox to rptfunction (Sum)... is that possible? i need to get the sum of two rpttextbox and show it to rptlabel or rptfunction... im using vb6 and data report... plss help.. i need it urgent.. :(
Could be something like
Code:DataReport1.Sections("Section1").Controls("Text1").Text = VAL(DataReport1.Sections("Section1").Controls("Text2").Text) + VAL(DataReport1.Sections
("Section1").Controls("Text3").Text)
sir thanks for the reply... i already use that... it says "object doesn't support this property or method".. do you have other codes? btw.. i want to display the sum of the two in report footer.. so text is not allowed.. only label or rptfunction...
hellllpppppppppppp