error en crystal report
Publicado por rugy (3 intervenciones) el 10/06/2005 22:29:52
Private Sub Command9_Click()
conexio = "Driver={SQL Server};" & _
"Server=AA-B4FDU07PYXC0\NOMBREDEINSTANCI;" & _
"Database=es;" & _
"Uid=sa;" & _
"Pwd=x"
CrystalReport1.Connect = conexio
CrystalReport1.SelectionFormula = "(lloga.idlloga)=" & idventa
CrystalReport1.ReportFileName = App.Path & "\report1.rpt"
CrystalReport1.Action = 1
End Sub
me da el siguiente error
error 20515 en tiempo de ejecucion
error en la formula recordselection
'(lloga.idlloga)=8'
falta el )
alguien sabe xke
conexio = "Driver={SQL Server};" & _
"Server=AA-B4FDU07PYXC0\NOMBREDEINSTANCI;" & _
"Database=es;" & _
"Uid=sa;" & _
"Pwd=x"
CrystalReport1.Connect = conexio
CrystalReport1.SelectionFormula = "(lloga.idlloga)=" & idventa
CrystalReport1.ReportFileName = App.Path & "\report1.rpt"
CrystalReport1.Action = 1
End Sub
me da el siguiente error
error 20515 en tiempo de ejecucion
error en la formula recordselection
'(lloga.idlloga)=8'
falta el )
alguien sabe xke
Valora esta pregunta


0