Subject field type binary not working on my form
From AGOSTINHO <AGOSTINHOTEIXEIRA@YAHOO.COM>
Date Mon, 11 Sep 2023 00:18:38 -0400
Newsgroups dbase.getting-started

Dear group I just add a field type binary to my dbf file, I place a picture in it but when I drop the field from the field palette  to the
form it work OK when moving on the grid up and down but when doing a search
then I get an program alert error windows:
"Data type mismatch.  Expecting:  Object"
when click on FIX

it points to form.products1.requery()

function ENTRYFIELD4_onKey(nChar, nPosition,bShift,bControl)
      form.rowset.first()
      form.products1.params['ag'] = '%'+this.value+'%'
==>  form.products1.requery()

I would also like to know how do I EDIT-CHANGE-DELETE image when on the form, I don't see any option  how to program it from within the inspector.
Thanks
Agostinho