B
Bob Alston
Have a numeric form field of length 3.
What does the following line NOT work
WordBasic.setformresult "Nutrition2", 4
While the next line DOES work
ActiveDocument.FormFields("nutrition2").Result = 4
?
I am using the wordbasic commands, which work quite well to set text
fields in form fields and are 60 times faster than the activedocument
equivalent. But for numeric fields, the wordbasic code does not work.
What am I missing.
bob
bobalston9 At yahoo D O T c o m
What does the following line NOT work
WordBasic.setformresult "Nutrition2", 4
While the next line DOES work
ActiveDocument.FormFields("nutrition2").Result = 4
?
I am using the wordbasic commands, which work quite well to set text
fields in form fields and are 60 times faster than the activedocument
equivalent. But for numeric fields, the wordbasic code does not work.
What am I missing.
bob
bobalston9 At yahoo D O T c o m