Hello,
I want to print Records, defined in a xBrowse-selected-array
After a printed line, I have to skip to the next defined record.
The array < aSelected > includes the selected records from xBrowse
I tested :
..
10 Fields to be printed (1)->First_Value, (1)->Second_Value .....
..
nField := 1
COLUMN TITLE "Column 1" DATA (1)->First_Value FONT 2
END REPORT
oReport:bSkip := {|| nField++, DBGOTO(aSelected[nField]) }
ACTIVATE REPORT oReport WHILE nField <= len(aSelected)
RETURN NIL
It doesn't work.
Is there maybe still another Solution ?
Best Regards
Uwe
I want to print Records, defined in a xBrowse-selected-array
After a printed line, I have to skip to the next defined record.
The array < aSelected > includes the selected records from xBrowse
I tested :
..
10 Fields to be printed (1)->First_Value, (1)->Second_Value .....
..
nField := 1
COLUMN TITLE "Column 1" DATA (1)->First_Value FONT 2
END REPORT
oReport:bSkip := {|| nField++, DBGOTO(aSelected[nField]) }
ACTIVATE REPORT oReport WHILE nField <= len(aSelected)
RETURN NIL
It doesn't work.
Is there maybe still another Solution ?
Best Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.