btw pesan errornya apa ya...???
--- In [email protected], "Frangky id" <[EMAIL PROTECTED]>
wrote:
>
> Hallo Expert.
>
> Bagaimana menggunakan SQLQueryString, saya coba membuat code
seperti ini
> tapi ngga bisa.
> Mohon bantuannya bagi yang tahu mengatasi masalah ini.
>
> Dim vApp As New CRAXDRT.Application
> Dim vReport As CRAXDDRT.Report
>
> Private Sub Command1_Click()
>
> Set vReport = vApp.OpenReport("C:\Documents and Settings\fr\My
> Documents\Report1.rpt")
> vReport.SQLQueryString = "select nama from tb1 where nm
='Rohmanto'"
> CRViewer1.ReportSource = vReport
> CRViewer1.ViewReport
> CRViewer1.Zoom 110
>
> End Sub
>