Results 1 to 2 of 2

Thread: Passing Formula Field Values at runtime

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2008
    Posts
    18

    Passing Formula Field Values at runtime

    I am using Crystal Report 8.5 & VB6.

    I designed a report with a sub report. I am able to pass formula field values to main report but failed to pass to sub report. I am using formule field values to set my report header. Following is code for main report which is working nice for main report
    Code:
    Report.FormulaFields.GetItemByName("d" & Trim(Str(rsMonthTransaction.Fields("reportseq")))).Text = "'" & rsMonthTransaction.Fields("payheadname") & "'"
    I need how do I perform this.

    Thanks

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

    Re: Passing Formula Field Values at runtime

    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