| Subject |
replace command |
| From |
AGOSTINHO <agostinhoteixeira@yahoo.com> |
| Date |
Sat, 01 May 2021 03:03:53 -0400 |
| Newsgroups |
dbase.getting-started |
Dear Group
This does not seem to work, please how to make it work?
Thanks
this.rowset = this.clients1.rowset
function ENTRYFIELD3_onChange()
if form.entryfield3.value=0.00
replace form.rowset.fields["cc"].value with "CASH"
endif
return
|
|