Actuate provides examples of the. See the examples on Dynamic Content at the following location:
C:\Program Files\Actuate8\eRDPro\Examples\Programming\DynamicContent
Instead of querying twice, or loading an array, try using a RecordBuffer. See the example "ReuseQuery" at the following location:
C:\Program Files\Actuate8\eRDPro\Examples\DataAccess\ReuseQuery
Here's a quick sample that i threw together. You can add this code as is, and paste in in the OnEmptyGroup( ) method of AcReportSection:
Sub OnEmptyGroup( )
Dim Frm As AcFrame
Dim Lbl As AcLabelControl
Set Frm = New Persistent AcFrame
Set Lbl = New Persistent AcLabelControl
Lbl.Font.Bold =...
If you are pasting your SQL from an editor, cahnces are you are picking up some control characters. Be sure you don't have any control characters by removing all blank lines, and all spaces in the SQL, and reformat it with the space bar only. If you upgrade to version 9, this will never be an issue
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.