Unfortunately, I would need to close the form designer to do that. It won't let me do that without the error.
I have started recreating the form... I have all of my properties entered, all of the methods entered, but no code in them. I have linked all my fields to the controls on the form. I have a combo box that uses an SQL query to populate it. Just added the code to the release method. I think I'm struck recreating it. Remind me again, why I became a programmer!!! TIA, Mike On 07/05/2012 12:53 PM, Ken Kixmoeller (ProFox) wrote: > Try opening the form as a table (after making backups, of course). > Will it? If not, you may be SOL. If it will, look at the properties > and methods. Are there bad path references in the control name fields? > Even pack the table to get it to rebuild the .SCT --- - > > WAGs here, of course, but I have done this kind of stuff in the (way) > past with success. > > Ken > > On Mon, May 7, 2012 at 11:28 AM, Michael Savage<[email protected]> wrote: >> Sorry about that... >> This what I did... >> Removed all properties I added, commented every method in the form. Made >> no difference! >> Then I removed all of controls on the form. Made no difference. (Was a >> page control, so was easy.) >> >> The form still errors >> >> Created a new form. Ran it. Worked! >> Copied page frame. Ran It worked! >> >> I guess I need to check the new methods and properties. I was hoping >> that someone could save me some time... ie I don't want to recreate it! >> >> Mike >> >> On 07/05/2012 12:20 PM, Ken Kixmoeller (ProFox) wrote: >>> Boy, you need to be more specific. What kind of controls did you put >>> on the form, for example. How are you populating the usual suspects, >>> like comboboxes and listboxes? >>> >>> Also, before it is too late: you should never use FP's base classes. >>> You need (at least) to subclass them into your own library. Then use >>> those controls. >>> >>> Ken >>> >>> On Mon, May 7, 2012 at 11:07 AM, Michael Savage<[email protected]> >>> wrote: >>>> I just created a form, from the foxpro base class. >>>> When I try to save it, I am getting a record out of range error. >>>> >>>> Any ideas? >>>> [excessive quoting removed by server] _______________________________________________ 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.

