L
Laura Stern
Guest
I don't think you're "missing" anything. Check to see if the record actually got added to the table. e.g., assuming it's a TT, add some temporary code in a handy event handler to look for the record. If it's there, then it means it was not added to the result set. You could check that too. Or just add it and I bet you'll see that it now shows up on the screen. If it's not in the result list you will never see it. If the record is there and not in the result set, I'd say it's a bug. If the record isn't there at all, as I said, it's possible we don't support AutoUpdate for child tables. But I don't think that's true, check the doc. In the meantime, you may have to not use AutoUpdate. It's pretty simple anyhow. The doc explains how to do it. You have to respond to the AddNew (I think that's the name) event.
Continue reading...
Continue reading...