Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a Limit on GetPossibleValues of 100?

I have a script that will loop through the selected records and insert them into a SQL Table.  Before performing the For loop I grab the Unique IDs Column and then use the Count.  Even though the Table box Shows greater then 100, all I get in the following statements is 100.

set iMFGRowID = ActiveDocument.Fields("[Plan.Planned MFG Row ID]").GetPossibleValues

msgbox MFGRowID.count

This is done in the  Macro and I am using vbscript.

I would be grateful for any suggestions.

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Ok So I answered my own question by reviewing similar items here.

Please see the Discussion "Limit for GetPossibleValues" as this totally fix my issue.

View solution in original post

1 Reply
Not applicable
Author

Ok So I answered my own question by reviewing similar items here.

Please see the Discussion "Limit for GetPossibleValues" as this totally fix my issue.