Subject how to link a entryfield when using brows
From AGOSTINHO <AGOSTINHOTEIXEIRA@YAHOO.COM>
Date Tue, 01 Mar 2022 21:46:05 -0500
Newsgroups dbase.getting-started

Dear group,
How do I link a entryfield to a field on the the dbf file?
I've tried from the inspector on the properties at the data linkage, it gives me the ability to choose a field from the file but noting changes.
Thank you for your help.
Agostinho

class clientsformForm of FORM
   with (this)
      height = 26.3746
      left = 34.5364
      top = 0.0368
      width = 193.7455
      text = ""
      sizeable = false
      maximize = false
   endwith

   this.BROWSE1 = new BROWSE(this)
   with (this.BROWSE1)
      height = 11.8161
      left = 0.0
      top = 9.3712
      width = 129.1909
      alias = "clients"
   endwith

   this.ENTRYFIELD1 = new ENTRYFIELD(this)
   with (this.ENTRYFIELD1)
      height = 1.2207
      left = 12.1818
      top = 1.2207
      width = 27.4909
      value = "                         "
   endwith
endclass