| Subject |
indexing table |
| From |
Moses Hanna <info@mjhanna.com.au> |
| Date |
Tue, 29 Nov 2022 15:31:03 -0500 |
| Newsgroups |
dbase.getting-started |
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?
|
|