Subject | RollBackRetaining change |
---|---|
Author | hans@hoogstraat.ca |
Post date | 2001-08-05T19:42:06Z |
TIBOTables don't seem to have RequestLive = False if R/O but
it seems to work for a mixture of Tables and Queries by using
if (not ReadOnly) and RequestLive then
Refresh;
instead of
if RequestLive then
Refresh;
I hope this test is valid for all tables :)
it seems to work for a mixture of Tables and Queries by using
if (not ReadOnly) and RequestLive then
Refresh;
instead of
if RequestLive then
Refresh;
I hope this test is valid for all tables :)