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