On Apr 6, 2010, at 10:26 AM, Peter wrote: > I down loaded the updated FBtoC 5.4.5 and tried recompiling my > programs which run great under 5.4.4. I get an error > > This is the same error in all four programs. I looked through a > couple of them and couldn't find any problems, all edit$() are > accessing valid fields. Peter, that error check was in FB 5.4.4. If the code uses valid edit fields in an edit$() that dialog shouldn't be seen. My first opportunity to look into this is tomorrow after work. I don't see any changes to Editfields.c where this is implemented, so it will take a deeper look. As long as you're sure all the edit fields are valid, you can comment out the FBfullStop() call at the end of FBEditDollarStatement() as a temporary workaround. Brian S