This is likely EXTREMELY NOOB, but...
I have an Entity class Called QuoteRecord. I have a form called
QuoteEditor. QuoteEditor has a local variable called _tempQuote that
is used to edit new quotes - the user hits the New button, the fields
light up and I want them to type into the fields and have that data
plug into the fields in _tempQuote.
Soooo, how do I bind the field to _tempQuote through the editor? I can
see where I set the Value and Text, but how do I link up the actual
source? Do I really have to define a new DataBindingSource for this?
When I try that, I still don't see a way to link it to _tempQuote.
Maury
|