|
-
Nov 11th, 2003, 03:02 PM
#1
Thread Starter
Fanatic Member
Passing Formula to crystal
I am trying to pass a value to a report.
I want to print just the value that user typed.
I created a formula in crystal (@F1) with no value
then in my app i wrote these sentences.
What is wrong?
How can i create a formula just to print the value the user want?
With CrystalReport1
.Formulas(0) = "{@F1}='" & id_suscripcion = CDbl(Text1) & "'"
.ReportFileName = "c:\reporte.rpt"
.Action = 1
End With
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
|