G
Greg Maxey
This could be a printer issue or a Word2003 issue.
I have an nested IF and formula field to evaluate the
input of two table cells. If the forumla returns !Zero
Divide or a value less < 2, the field result is displayed
with the font formatted as red. Results 2 or greater are
displayed with black font. The code is provided below.
Note that the [ ] are added to signify the start and stop
of the part of the code formatted with a red font.
{ IF { = (a3/c3/) } < “2.00”[{ IF { =(a3/c3) } = “!Zero
Divide””No GPA or Invalid” { =(a3/c3) \# 0.000}}]{ =
(a3/c3) \# 0.000 }}
The field performs and displays on the screen both at work
(Word 2000) and at home (Word 2003). Here is the odd
part, if I print at home or toggle to print preview, the
results to the field simply disappears!! When I close
print preview the display is still gone. If I look at the
UnDo icon there are three instances of Update Fields
displayed. If I CTRL+Z three times the display returns.
It is weird. At work with Word 2000 everything displays,
and prints normally. The only difference I see is
toggleing print preview in Word 2000 results in only 2
Update Fields intances.
I used the macro utility at home and ran the Word Update
Fields command three times. There was no effect on the
display.
I am thinking this might have something to do with the
Word 2003 Print command. Was wondering if anybody out
there has experienced this issue and has found a solution.
I have an nested IF and formula field to evaluate the
input of two table cells. If the forumla returns !Zero
Divide or a value less < 2, the field result is displayed
with the font formatted as red. Results 2 or greater are
displayed with black font. The code is provided below.
Note that the [ ] are added to signify the start and stop
of the part of the code formatted with a red font.
{ IF { = (a3/c3/) } < “2.00”[{ IF { =(a3/c3) } = “!Zero
Divide””No GPA or Invalid” { =(a3/c3) \# 0.000}}]{ =
(a3/c3) \# 0.000 }}
The field performs and displays on the screen both at work
(Word 2000) and at home (Word 2003). Here is the odd
part, if I print at home or toggle to print preview, the
results to the field simply disappears!! When I close
print preview the display is still gone. If I look at the
UnDo icon there are three instances of Update Fields
displayed. If I CTRL+Z three times the display returns.
It is weird. At work with Word 2000 everything displays,
and prints normally. The only difference I see is
toggleing print preview in Word 2000 results in only 2
Update Fields intances.
I used the macro utility at home and ran the Word Update
Fields command three times. There was no effect on the
display.
I am thinking this might have something to do with the
Word 2003 Print command. Was wondering if anybody out
there has experienced this issue and has found a solution.