CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2011
    Posts
    2

    [RESOLVED] Crystal Reports - VS 2008

    Hi,

    I have recently started getting a new error on a project I am working on.
    The issue relates to loading a Crystal Report.

    The report is embedded into the project and data is retrieved from an SQL database.

    The error I am getting is:

    "The remaining text does not appear to be part of the formula.
    Error in file (Temp file location).rpt:
    Error in formula <Record_Selection>.
    'C:\program files\sage\mms\'
    The remaining text does not appear to be part of the formula."


    Now this crystal report is very basic, it has no formulae on it and the "Record Selection" formula it talks about which is part of crystal reports is empty as (as far as i know) it should be.


    Any ideas?
    If you need more information please let me know.

  2. #2
    Join Date
    Feb 2011
    Posts
    2

    Re: Crystal Reports - VS 2008

    Resolved the issue, the issue was not with the report more with the view that was on the form.
    Some how it has ended up with entries in the following properties:

    ReportSource
    and
    ViewTimeSelectionFormula

    I cleared these out and now it works.

Tags for this Thread

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