Subject Re: form text header
From Mervyn Bick <invalid@invalid.invald>
Date Sat, 18 Aug 2018 21:39:58 +0200
Newsgroups dbase.getting-started
Attachment(s) top_text.wfm

On 2018-08-18 8:07 PM, Charlie wrote:
> Hi.. I was wondering how to properly code so that the text at the very top of a form can be manipulated.
>
> I tried form.text.value but that doesn't work.  Is this possible?
>
> Thanks!
>


Form.text = "whatever" is probably what you want.

See attached example,

Mervyn.



** END HEADER -- do not remove this line
//
// Generated on 2018-08-18
//
parameter bModal
local f
f = new top_textForm()
if (bModal)
   f.mdi = false // ensure not MDI
   f.readModal()
else
   f.open()
endif

class top_textForm of FORM
   with (this)
      height = 16.0
      left = 16.0
      top = 8.4545
      width = 40.0
      text = "Do you mean this text?"
   endwith


endclass



Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0