On Sat, Jun 29, 2013 at 9:41 PM, Joe Yoder <[email protected]> wrote:
> I've tried FormName.PropertyName = NewValue. I don't get an error but the > property value does not change. > -------------------- You may be trying to push text to collection instead of to an element of the collection. FormName.PropertyName.Value = NewValue Just a guess here but in .NET this would be the reason for not working. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAJidMYLfwRRFkbajE-0OOyoYvSwXQos80EXb=-h_=g2cyjj...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

