Results 1 to 2 of 2

Thread: Multiple data reports

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2009
    Posts
    1

    Angry Multiple data reports

    I have multiple data reports i want to Assign/Create object of crystal report at run time .

    i:e
    Dim Report As New D1LoanCOLLHindi '''D1LoanCOLLHindi is a Report in project


    in stead of this i want :

    If RS.State = 1 Then RS.Close
    RS.CursorLocation = adUseClient
    RS.Open "SELECT FILETYPE FROM temp_reminddata", CON, adOpenDynamic, adLockOptimistic
    If RS.RecordCount > 0 Then
    dim Myreport=RS!FileType

    Dim Report As New Myreport
    end if


    But this doesnt work..............................!!!


    i tried another method

    dim obj as new DataReport
    obj=app.path(Myreport & "\" & ".dsr"

    still its not working...............

    Hey please somebody help me i m in much need rgt now.............................

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Multiple data reports

    Moved To Reporting

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width