Search found 2 matches

by cmccauley
Mon Mar 18, 2013 12:30 pm
Forum: Automation Tools
Topic: Unbound variable Warning
Replies: 3
Views: 1985

Unbound variable Warning

I've done some research on this forum, seems this is a feature. However.. If I have a generated value in a form and I want to keep it to use it in another form, how do I do this without getting those warnings , without binding it do a dummy var and without Code. Form1 Invoke GetValue on TextBox -> v...
by cmccauley
Mon Mar 18, 2013 12:00 pm
Forum: Object Identification and Technologies
Topic: Getting Checkbox with an Infragistics UltraGrid
Replies: 1
Views: 5141

Getting Checkbox with an Infragistics UltraGrid

Hi, I have an UltraGrid with a row of checkboxes. I need to access the checkbox properties. However, I'm only seeing the Cell, not the checkbox inside of this cell. The only way I can see the checkbox (in spy) is if I check the checkbox before. Now, I will see the checkbox inside the cell and i'll b...