Hi,

what i am doing is that i have a grid-table with stocks where i get the updates for the symbols

GRID-TABLE
------------------------------------------------------
|StockName1 | Last | Bid | Ask | High| Low|Open|Close|
|StockName2 | Last | Bid | Ask | High| Low|Open|Close|
|StockName3 | Last | Bid | Ask | High| Low|Open|Close|
------------------------------------------------------

and at the same time i have a scroll-table where i get the trades for the symbols
SCROLL-TABLE
-----------------------------
|StockName1 , Price , Volume|
|StockName2 , Price , Volume|
|StockName1 , Price , Volume|
|StockName1 , Price , Volume|
|StockName3 , Price , Volume|
-----------------------------

so the reason that i need to have the same symbols for Grid and for Scroll
is that i need to display information's for the same symbol at the same time with different view
i think for trade programs is useful

Thanks