Subject OnClick?
From roy price <royprice@royprice.name>
Date Sat, 19 Jun 2021 13:31:55 +1000
Newsgroups dbase.getting-started

Hello Again,
I have a simple form to add data to a file, as in the code below.

The user (wife) has difficulty understanding the placement of the mouse
click should be at the beginning (left side) of the entryfield before
entering data.

How can I force the initial mouse click to the leftmost position?
Regards
Roy Price

  this.ENTRYFIELDTEMPBEFORE1 = new ENTRYFIELD(this)
    with (this.ENTRYFIELDTEMPBEFORE1)
       dataLink = form.dialysisrecord1.rowset.fields["tempbefore"]
       height = 33.0
       left = 147.0
       top = 220.0
       width = 91.0
       picture = "99.99"
       function = "J"
       fontSize = 18.0
    endwith