March 28, 201213 yr 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.
March 28, 201213 yr 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.
March 29, 201213 yr Author 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.
Create an account or sign in to comment