Guse Posted March 15, 2006 Posted March 15, 2006 I've been beating away at this for a bit now, but can't seem to come up with a solution. This worked well in FM6, mind you, so something from our recent FM8 upgrade is messing with this. We have a simple text field that uses a calculation to display a "warning" of sorts on a form. Nothing complicated, just a basic "If FieldA = 'yes' set field B to 'Warning'" type statement. Nothing appears there now, which is normally fixable except that when you click the field in Browse mode, the text is there. Click off the field, "poof" it disappears. I've made sure it was "brought to the front", I've checked text colors, etc. but the simple fact is that the text is THERE, it's just not showing up. I can add an embossment or a fill color to the field, and the actual field is visible then, but the data in it is not. What am I missing here?
Raybaudi Posted March 15, 2006 Posted March 15, 2006 Hi try to delete Field B and to replace it with a fresch new one.
Raybaudi Posted March 15, 2006 Posted March 15, 2006 Now I have to know the calc for field B... Please, copy it and paste exactly here !
Guse Posted March 15, 2006 Author Posted March 15, 2006 (edited) It's unstored: If(ESRPNList::PPAP Required="Yes" ; "PPAP PARTS" ;" " ) PPAP Required is the real name of FieldA. FieldB's real name is: PPAP Parts Edited March 15, 2006 by Guest
Guse Posted March 16, 2006 Author Posted March 16, 2006 It's always the little things that getcha. Somehow, in the conversion, the calculated field was changed to store as a number. So, it only makes sense that it wasn't displaying a text message. Switched it to store as text and it appeared. It's always the things you would have NEVER thought to check. Thanks for your help, raybaudi.
BFrost Posted March 18, 2006 Posted March 18, 2006 I've been beating away at this for a bit now, but can't seem to come up with a solution. This worked well in FM6, mind you, so something from our recent FM8 upgrade is messing with this. We have a simple text field that uses a calculation to display a "warning" of sorts on a form. Nothing complicated, just a basic "If FieldA = 'yes' set field B to 'Warning'" type statement. Nothing appears there now, which is normally fixable except that when you click the field in Browse mode, the text is there. Click off the field, "poof" it disappears. I've made sure it was "brought to the front", I've checked text colors, etc. but the simple fact is that the text is THERE, it's just not showing up. I can add an embossment or a fill color to the field, and the actual field is visible then, but the data in it is not. What am I missing here? Is the warning field aligned flush right or centered? If either, that's the same problem I've been experiencing (neighboring post). Work-around using center or right align tabs in a left aligned element or just left align it. Another possible cure is to make sure the calculation is not stored, "calculate only when needed." May be a combination of both. There also appear to be a number of problems that trace back to having converted from an earlier version of the files (that is, non 8 versions). I've run ino this a lot. Now I export data from the old file(s) into a FileMaker file, then use that file to import tables and scripts from the old file(s) and make new layouts. This has helped some. FileMaker (we still love you) is not being helpful in attending to this type of issue as far as I'm concerned. :
Recommended Posts
This topic is 7085 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