vb and mysql reporting using cristal report - TechRepublic
Question
August 22, 2007 at 03:44 AM
roha1184

vb and mysql reporting using cristal report

by roha1184 . Updated 14 years, 9 months ago

i have a problem here..

i have run my system but t shows error 20515 when i want to preview it..

i’m using this code

With rpt_report
.Connect = “DSN=” + ODBCName + “; UID=” + ODBCUser + “;PWD=” + ODBCPass
.ReportFileName = App.Path & “\Report\reorderinv.rpt”
.SelectionFormula = “{PURCHASE.ORDERNO} =( & Text8.text & ) ”
.Destination = 0
.Action = 1
End With
Exit Sub
‘errRpt:

help me please

rgds,
vya

This discussion is locked

All Comments