I'm trying to insert some static text into a text field in a table but for some reason it's not going in. The following is the code that I am using. There must be something wrong with it but I can't see it.
TblSetItemStyle (tableP, 0, 0, textTableItem); myText = "Labor Rate"; TblGetSelection(tableP, 0, 0); TblGetItemBounds(tableP, 0, 0, &bounds); WinDrawChars(myText, StrLen(myText),bounds.topLeft.x, bounds.topLeft.y); Neil -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
