FoxProProgrammer
Programmer
Hi,
One of the controls on my Form is named cbo_LRU. Every time a propery of the control is referenced in my VB code, the VB editor changes the case to cbo_lru. I searched for all occurrences of cbo_LRU in the code and can't figure out why the editor changes the text to lower case after I type it in upper case. This doesn't appear to have any effect on the program, but I would like the name and case in VB to match the name and case of the control on the Form. Does anyone know why it is acting this way? It's probably something simple that I am missing.
Thanks!
dz
One of the controls on my Form is named cbo_LRU. Every time a propery of the control is referenced in my VB code, the VB editor changes the case to cbo_lru. I searched for all occurrences of cbo_LRU in the code and can't figure out why the editor changes the text to lower case after I type it in upper case. This doesn't appear to have any effect on the program, but I would like the name and case in VB to match the name and case of the control on the Form. Does anyone know why it is acting this way? It's probably something simple that I am missing.
Thanks!
dz