|
-
Apr 12th, 2009, 10:16 PM
#1
Thread Starter
Lively Member
Adding value of two rptfunction
is there a way to add the value of two rptfunction and put it on a label...
im using data report.. thanks
Last edited by __wired__; Apr 14th, 2009 at 12:19 AM.
-
Apr 13th, 2009, 08:47 PM
#2
Thread Starter
Lively Member
Re: Adding value of two rptfunction
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..
Last edited by __wired__; Apr 14th, 2009 at 01:10 AM.
-
Apr 14th, 2009, 01:34 AM
#3
Re: Adding value of two rptfunction
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)
-
Apr 14th, 2009, 03:00 AM
#4
Thread Starter
Lively Member
Re: Adding value of two rptfunction
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...
-
Apr 17th, 2009, 06:12 PM
#5
Thread Starter
Lively Member
Re: Adding value of two rptfunction
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|