Thanks Larry,
For the reminder.
It turned out that both tables have a date col, same name,
and although the dates are supposed to be the same, they weren't and that's why the added row didn't show.
I fixed the date problem and it won't happen again.

----- Original Message ----- From: "Lawrence Lustig" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Tuesday, June 28, 2005 2:34 PM
Subject: [RBG7-L] - Re: Temp table refresh


Is this supposed to work if TmpSline is a temporary table?

property table TmpSline 'refresh'

I added a row of data in an eep (I then did a select to make sure it was
there) but the form did not refresh to show the added row.

It should work. Make sure that the row you added still meets the WHERE clause the form is operating under, or (if a secondary table) that it maintains all
linking required to the primary table.

Also, note that if the table in question is being displayed in a "single line" mode (not with a grid or scrolling region) then the record may be there, but
you wont automatically "move" to it in the record set underlying the form.
--
Larry



Reply via email to