View Single Post
  #2 (permalink)  
Old 02-22-2008, 01:46 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 192
Default

Hello,

The text of the question, and all texts in Checkbox, can be found in the ckbx_Text table. The textID in the table will vary depending on the type of item, but it will always end in /[ItemID]/text. So, if you want to find the text for item 2000, try searching for the value for the field TextValue in the ckbx_Text table where the TextID ends in '/2000/text'.

-Noah
Reply With Quote