Guest_imported
New member
- Jan 1, 1970
- 0
i get the error with parameter fields:
the value/range you are adding has already existed
i am using:
vb6
access 97
the VGRamo = 1
the VGPoliza = "010.6579"
the VGSecren = 1
i use this in command bottom:
Set report = crxApplication.OpenReport
("D:\VB-dir\jimfor\Resumen de Seguros.rpt"

report.ParameterFields(1).AddCurrentValue
(VGRamo)
report.ParameterFields(2).AddCurrentValue
(VGPoliza)
report.ParameterFields(3).AddCurrentValue
(VGSecRen)
CRViewer1.ReportSource = report
CRViewer1.ViewReport
what is wrong 8/2/01 11:37:50 PM