| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > GraphClass > GraphClass Methods >====== ShowOnField (show text contents to specified field) ====== | [[setdefault initialize selected graph properties .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[showonstatusbar show text to status bar zone .htm|{{btn_next_n.gif|Next page}}]] | | || **ShowOnField( **//text, fieldequ //**)** {{blk2blue.jpg|blk2blue.jpg}} | **ShowOnField** | Show text on a selected control. | | //text// | A string constant or variable that contains the text to display on the control. | | //fieldequ// | An LONG integer that indicates the field equate label of the control the text is to be displayed. | The **ShowOnField** method displays a //text// value into a given control, specified by its field equate (//fieldequ//). The control must be a valid target (string, entry, text, or combo). Other types of controls are assigned the text value using the PROP:Text property. **Implementation:** The **ShowOnField** method is called from the ToShowValues method. **See Also:**     [[toshowvalues show all composite text to all graph targets .htm|ToShowValues]]