CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2000
    Location
    Dallas, TX
    Posts
    1

    crystal reports, VB and text files

    I am trying to create reports in VB6. The data is built from text files. I have used crystal and made the reports but when I run them using the command; crystalreport1.action = 1 ; the old data is what is retrieved. I have also tried the data report from VB but I need help, these text files are going to drive me to think? Thanks in advance...robin


  2. #2
    Guest

    Re: crystal reports, VB and text files

    I you are using only file 'save as' and not 'save data with report' then you should check the file menu options reporting 'Refresh Data.."



  3. #3
    Join Date
    Feb 2000
    Location
    United Arab Emirates
    Posts
    11

    Re: crystal reports, VB and text files

    I have seen this error and as far as I can remember, in addition to checking the menu option which is very important and referesh method whats alos palys a pivotal role is the selection formula and the replace selection formula when creating dynamic reports.
    cheers


  4. #4
    Join Date
    May 2000
    Posts
    7

    Re: crystal reports, VB and text files

    First u will have to connect to ur database using crystalreportname.connect
    then write a query to retrieve the records involved in the report using crystalreportname.sqlquery. then write crystalreportname.action=1 try this i think this should solve ur problem
    Reshmas


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

Featured