wenc2 Posted February 21, 2008 Share Posted February 21, 2008 Hello, I've build a nice data base with a lot of automatic propasal for the user depending on the sizes. Unfortunatly the calculation isn't always rigth. In order to allow the user to modify it I've used auto-enter with a calculated value. It works perfectly. But now i want to be able to duplicate the record. When duplicating FM is recalculating the auto-enter fileds. This is exacly what I want to avoid. How can I get arround this problem? Thanks for your help. Link to comment Share on other sites More sharing options...
wenc2 Posted February 21, 2008 Author Share Posted February 21, 2008 SOLVED If some is interested : I'm performing a search on record Id I'm exporting Importing without performing the auto*entered calculation I'm updating the id number I'm updating my next id number If some one as a smarter way I'm interested !!! Link to comment Share on other sites More sharing options...
Jack Rodgers Posted February 21, 2008 Share Posted February 21, 2008 You could store the value that is being replaced inside a variable or global and after the duplicate set the field to that value. Link to comment Share on other sites More sharing options...
Recommended Posts