I have a script which gets a value from a field, opens a tcursor associated with one of the tables on the main form, opens a dialog style form, uses the value as a key on the tcursor, and displays the appropriate record in the form for modification (users are not allowed to change the key field from this form. When the form gets closed, the db is updated. As part of this process, I want to copy the modified record to another table as well (duplicate of the first, just no key and different sort order). I've tried tc.endedit(), tc.update(), and several other calls to attempt to copy the record. The second table is always updated with the pre-edit values from the table being edited.
Any ideas?
Will post actual code once the browser on the machine I do my databasing on is re-installed.
Rose/Miros
Any ideas?
Will post actual code once the browser on the machine I do my databasing on is re-installed.
Rose/Miros