correct syntax to reference a memo?
What is the correct syntax to reference a particular memo in the body of a cross tab?
eg suppose in the DBcross1OnBeforePrint or the DBCrossOnPrintCell events I want to put a value or test a value in the 5th row and 7th column? - not by using AddValue()
I've seen this somewhere and seem to remember it was like using the ColumnValues and RowValues arrays but was fully qualified, something
like FrxReport1.DBCross1.Cells[5,7] but I cannot find any mention of it in any of the manuals now. It might have even used the Sender parameter cast to a DBCross
eg suppose in the DBcross1OnBeforePrint or the DBCrossOnPrintCell events I want to put a value or test a value in the 5th row and 7th column? - not by using AddValue()
I've seen this somewhere and seem to remember it was like using the ColumnValues and RowValues arrays but was fully qualified, something
like FrxReport1.DBCross1.Cells[5,7] but I cannot find any mention of it in any of the manuals now. It might have even used the Sender parameter cast to a DBCross