cjard
Well-known member
- Joined
- Apr 25, 2006
- Messages
- 7,081
- Programming Experience
- 10+
I note with interest that any labels created by a wizard when I drag a field out of my data sources window, and onto my form, dont appear in the code view..
For example, I drag a text column called THE_TEXT from the datasources window onto the form and the following appear:
THE_TEXTTextBox (as TextBox)
THE_TEXTLabel (as Label)
If i go to code view and type THE<ctrl+space> I see only THE_TEXTTextBox in autocomplete
Where did the label go?
For example, I drag a text column called THE_TEXT from the datasources window onto the form and the following appear:
THE_TEXTTextBox (as TextBox)
THE_TEXTLabel (as Label)
If i go to code view and type THE<ctrl+space> I see only THE_TEXTTextBox in autocomplete
Where did the label go?