On Wed, Jul 23, 2008 at 7:50 AM, Joe Yoder <[EMAIL PROTECTED]> wrote: > In my adventures with developing a simple app I have discovered two > problematic behaviors of VFP. In both cases I have been able to use > workarounds but I am pondering the best approach as I learn VFP. Should I > simply make notes to myself to avoid the use a text box with centered data > on a form that has command buttons etc or take the time to reduce the problem > to its simplest terms in a demo application. The demo could then be tested > on different versions of VFP and shared with the Profox group or sent to > Microsoft as a bug report if they accept them. > > Is there a place to submit code demonstrating incorrect behavior? Advice for > a greenhorn? ------------------------------
"Should I simply make notes to myself to avoid the use a text box with centered data on a form" YES!!!!! A label is what you present text in for Show, a textbox is for data manipulation. You are confusing the controls. -- Stephen Russell Sr. Production Systems Programmer Mimeo.com Memphis TN 901.246-0159 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** 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.

