View Single Post
  #13  
Unread 03-05-2006, 08:20 AM
mkb102 mkb102 is offline
A Young Mystail Rat
 
Join Date: Dec 2005
Server: Antonia Bayle
Posts: 6
Default

Hrm,

'ResultsPage.Table.ScrollPage.row Item Name.LocalText'
'ResultsPage.Table.ScrollPage.row Special.LocalText'
'ResultsPage.Table.ScrollPage.row Price.LocalText'
'ResultsPage.Table.ScrollPage.row Seller.LocalText'

None of these seem to work. After performing a search and clicking on an item they still just seem to return "Missing Item Name" or the whatever the default string they are set to is. I will just stick to using SelectedPage.lblSelectedNameAndPrice.LocalText i guess .

As for discovering the datasource which is feeding the table. Is there an easy method of doing this? Or would i just have to totally guess a the name of the datasource until i stumbled accross it i.e.

Table.datasource
Table.resultsdatasource
Table.resultssource
etc..
Reply With Quote