Comment
|
Rather than using the TEAREA, or even TEDATA tag for this (the TEDATA is typically for a single field while the TEAREA is for a block of the screen), we would recommend using the Screen() function inside a TESHOW.
So, you would code <TESHOW Screen(row,column,length)> and get the same thing as <TEAREA row column row column+length> or <TEDATA row column length>. You are right about the automatic bolding, which is all part of the incremental pass-through capabilities of Screensurfer...but when it gets in the way, you can convert any screen area to pure "data" using the Screen() function (there is also a TextScreen function that is same as Screen but supports either TextScreen(row,column,length) or TextScreen(position,length) as parameters.
|