On 11/29/2022 12:31 PM, Moses Hanna wrote: > Good Day > local I > I = form.cldm.INVOICES1.rowset > _app.newinvid = i.fields["invid"].value > i.filter = "invid = '" + _app.newinvid + "'" > u = new UpdateSet() > u.source = I > u.destination = "invoicereport.DBF" > u.copy() > > > I want to index the new table "invoicereport.dbf" > can i have some help how to do that?
Look at the help for /class index/. The updateset component is the wrong
way to go.