CR10
ODBC[RDO] connection
Actually I have two issues I am trying to iron out. The first is trying to get the data to display right to left instead of going down the page.
(EX. 1 2 3 4 5 6) instead of........
1
2
3
4
5
6
Also, I am trying to get my data to display an asterisk between numbers if there is a break in the sequence of the numbers. (EX. 1 2 3 * 5 6) I think I am heading down the right track as far as with the asterisks by using a WHILEREADINGRECORDS statement to try an derive a solution. Please help.
ODBC[RDO] connection
Actually I have two issues I am trying to iron out. The first is trying to get the data to display right to left instead of going down the page.
(EX. 1 2 3 4 5 6) instead of........
1
2
3
4
5
6
Also, I am trying to get my data to display an asterisk between numbers if there is a break in the sequence of the numbers. (EX. 1 2 3 * 5 6) I think I am heading down the right track as far as with the asterisks by using a WHILEREADINGRECORDS statement to try an derive a solution. Please help.