2

I am trying to do a look up of where labels are used in application objects.

In the label editor there is a button Used By which is supposed to perform this function. However, it only ever opens an empty dialog.

Is there some kind of indexing that I need to setup first before this will work?

William Mioch
  • 917
  • 9
  • 21

1 Answers1

3

Yes, you need to do the update of reference from here:

Tools > Development tools > Cross-reference > Periodic > Update.

You can read more about this on this page: http://msdn.microsoft.com/en-us/library/aa877386.aspx

Skaue
  • 763
  • 4
  • 13
  • How long is this supposed to take? This is the fastest machine I've ever had, local AOS and it's taking HOURS to update the cross references. – William Mioch May 10 '11 at 02:16