Results 1 to 11 of 11

Thread: sending value in VB to Formula in Crystal Report 8.5

Threaded View

  1. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    I haven't used CR, so I can't help. Are you sure that's how you set the first formula? Could it be (0)? I don't know what else to suggest. You could try posting in the Reporting Forum...

    Just looked, and it looks like you have to assign it to a field, like it appears below.

    CR1.SelectionFormula = "{Cust.Id} =" & MyPeriode

    Maybe not, though. Another attempt:

    CReport.FormulaFields(1).Value = totext(myPeriode)

    this one looks promising
    Last edited by dglienna; Dec 2nd, 2004 at 04:35 AM.

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