I have an MSSQL back end.
One one form I add a record to the database. I can enter anydata that I wish at that time.
BUT... If I go to another record then back to it, I get the message the records is in use by another user. This also happens when I go to another form and try to enter any data into this new record.
I believe this is a timing issue and the cache/SQL/something needs to update (flush).
Is there anyway to get the record to update after it is inserted so it may be used on other screens?????
Thank you,
One one form I add a record to the database. I can enter anydata that I wish at that time.
BUT... If I go to another record then back to it, I get the message the records is in use by another user. This also happens when I go to another form and try to enter any data into this new record.
I believe this is a timing issue and the cache/SQL/something needs to update (flush).
Is there anyway to get the record to update after it is inserted so it may be used on other screens?????
Thank you,