Default Avatar

loryn

loryn

About

Username
loryn
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Nope. I"m wrong. It is more complicated than that. Gordk, How do I: (1) Set the Record Count of a Master Data band with a virtual dataset at runtime? (2) Set the Record Count of a Cross Data band with a virtual dataset for each crossed band …
  • Ooh. Brain-fade. I know how to do this: Attach an OnBeforePrint handler to the band object that calls an onuserfunction that supplies the virtual dataset size, like this: begin recordCount := getRecordCount(nil,nil,nil) end
  • Thank you, Gordk. I understand what those variables mean now. However, my report still does this: ROW1 VALUE1 VALUE2 VALUE3 VALUE4 VALUE5 .... VALUEn but what I want is this: ROW1 VALUE1 VALUE2 VALUE3 ROW2 VALUE4 VALUE5 V…
  • Here is the report I'm wanting to get: Row header (contains three fields), where the cross-tab is grouped by CODE: * CODE * DESCRIPTION * UoM Column headers, grouped by COUNT_DATE. Cross: * [Sum([STOCK_COUNT])] * [Sum([VALUATION])]
  • Thank you for your response. You provided me enough hints for me to actually figure out a workaround (for now). Anway, for the sake of documenting the issue, here is what was occurring: When I ran the code from within the debugger, I would get…
  • Could I please have someone from FastReport provide or point me to some processes that could help identify a resolution to this problem?