>I'm using the following code to draw border for table >TableType *table; >RectangleType tblbounds;
>Table = GetObjectPtr(....); >TblGetBounds(table,&tblbounds); >WinDrawRectangleFrame(simpleFrame,&tblbounds); >But the border is not coming to the table when the form >is shown at runtime. Where are you calling this code? You have to do it after FrmDrawForm has been called. You will also need to call it if the form is refreshed and redrawn, such as in response to frmUpdateEvent. Doug Gordon GHCS Software -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
