December 30, 201114 yr Hi Everyone, I've encountered an issue I'm having trouble solving. I have a script that works fine on FMP 11 Advanced but when I run the same script in FMP 11, it doesn't give me the same result. For example, my script duplicates records from another table: duplicates records: 1,2,3,4,5,6 When using FMP Advanced: 1,2,3,4,5,6 is duplicated correctly When using FMP: 1,2,3,3,5,6 and is duplicated incorrectly. The number seems to be random on which record it duplcates incorrectly but always repeats the previous record and replaces the next record. I'm having trouble isolating the problem because FMPro doesn't have debugging tools and when I try to debug in FMP Advanced, it works fine. I'm not sure if i'm being clear enough. If not, let me know what else I can help clarify. Any advice would be much apprectiated. Best, Peter
Create an account or sign in to comment