Re: FORMSET Issues by Jacob
Jacob
Tue Feb 14 18:26:07 CST 2006
I was going to say that I looked at the Help file and didn't see the
reference you mentioned, which is why I contained playing with the
formset.
Oh well...
On Mon, 13 Feb 2006 11:03:58 -0800, "Paul Pedersen"
<no-reply@swen.com> wrote:
>I have tried a few times over the years to make use of formsets. Every time
>I abandoned them as a huge pia, not nearly worth the trouble. I thought
>there was something wrong with me, that I couldn't figure out how to make
>them useful.
>
>Just think how many work hours around the world Microsoft would have saved
>everyone if they had just put a note in the Help file that formsets were for
>backward compatibility only, and were not recommended for new development in
>VFP.
>
>Just one simple sentence would have saved many thousands of man-hours! What
>were they thinking when they left that out??
>
>
>
>"Jacob" <jStoddard@hotMailCCC.com> wrote in message
>news:a4cqu1ts6njpb5hpq2l2015s78i2bs05bt@4ax.com...
>> So tell me why formsets are not a good idea. Granted I have been
>> doing Foxpro for a really long time, and have never used them, but
>> this seemed appropriate.
>>
>> The app is the same on all boxes. I am storing the record number from
>> FORM2 to THISFORMSET.recNo and then GO to that record before making
>> FORM3 visible.
>>
>> I agree, uninstalling doesn't solve much. I noticed after
>> reinstalling that all the settings for foxpro were the same.
>>
>>
>> On Fri, 10 Feb 2006 16:11:54 -0800, "Matthew L Reed" <nousenetspam at
>> dead ice dot us> wrote:
>>
>>>I have a great idea. Don't use a formset. It was a bad idea (read: really
>>>really stupid idea omg Microsoft wtf were you thinking?) that should have
>>>never been implemented in VFP. Figure out a way to do what you want
>>>without
>>>formsets.
>>>
>>>However, if you are determined to keep using formsets (and I suspect your
>>>problem has nothing to do with the fact that you are using
>>>formsets)...Make
>>>sure you really are running the same version of the same app with the same
>>>data on both machines. Unless someone here has a better idea, I'd trace
>>>the
>>>code that selects the detail record, and see what it is doing when it is
>>>not
>>>displaying the correct record.
>>>
>>>PS: Uninstalling/reinstalling VFP does not fix things that can break, nor
>>>does it remove registry settings. I've had VFP break several times, and
>>>uninstall/reinstall never fixed anything.
>>>
>>>"Jacob" <jStoddard@hotMailCCC.com> wrote in message
>>>news:ke9qu192gnlrgb0k2ft4g19u5h8q77s9lc@4ax.com...
>>>>I am using something new for me, a FORMSET. Problem is, it does not
>>>> behave the same on my home development box as it does on my other
>>>> boxes.
>>>>
>>>> 1. FORM1 in formset, lets a user select the customer, then brings up a
>>>> grid on FORM2.
>>>>
>>>> 2. User nows selects a customer detail record and presses a button to
>>>> make FORM3.visible, which should display information in textbox's
>>>> based on the current record.
>>>>
>>>> Two XP Professional/SP2 boxes on INTEL show the correct record on
>>>> FORM3.
>>>>
>>>> My new XP Media Center Edition/SP2 on AMD Athlon 64 will not display
>>>> the correct record.
>>>>
>>>> This new XP Media Center box is also the same box where Foxpro 9/SP1
>>>> will not ask if I want to overwrite the existing .exe when rebuilding.
>>>> I even Uninstalled and Reinstalled today, but getting the same
>>>> results.
>>>>
>>>> This is really frustrating trying to get this stuff working, when the
>>>> behavior is different on different PC's. Anybody got any ideas?????
>>>>
>>>> Thanks for your help
>>>>
>>>
>