I have a complex report with many text fields that I have included in a VB project which uses the RDC. (I am using CR v8.5 Developer edition. )I can access the properties for these many text fields in the drop-down property list, but they are named something like TextField1 ... TextField100 . There is nothing that I can see when looking in the report designer that lets me know which text field is TextField1, which field is TextField2, etc. I need to be able to select the proper text field by name in my code to be able to change it's properties (background color).
Q: Is there a way to tell the name of each text field other than just by trial and error?
Q: Is there a way to tell the name of each text field other than just by trial and error?