tir Posted March 28, 2012 Posted March 28, 2012 Hi All, Thanks in advance. I have multi file application. Out of those .fp7 files in one file have global table where I stored all the global/common data & images used in application having one record. Now we found one issue some how the record form the globle table get deleted and because of that the functionality based on this table not works. There is no single script which delete the record from global table.Even I didnot delete the record. Can anybody help me to find out what is reason behind this situation.
Vaughan Posted March 28, 2012 Posted March 28, 2012 Was a clone of the file made? Clones have no records... Easy to solve: make a startup script that checks the number of records in the table and creates one if needed.
tir Posted March 29, 2012 Author Posted March 29, 2012 Hi Vaughan Thanks for your reply. No thsoe files are not the clone files. All other tables have dava. Only the data in global table get deleted mysteriously. We already have Startup script that checks the number of records in the table and creates one if needed. Startup script only once when we open the file. But some how the record get deleted in between, hence ffurther functionality get stuck.
Recommended Posts
This topic is 4638 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now