RE: Formset goofy

2021-05-27 Thread Jürgen Wondzinski
Think of FormSets as a predecessor for Pageframes. It was the 2.x way of switching several Pages/Forms into the users workspace. Thus for todays UI I would recommend using a single form with embedded Pageframe. wOOdy ___ Post Messages to: ProFox@leaf

Re: Formset goofy

2021-05-27 Thread Frank Cazabon
Hi Joe, I haven't used formsets since FPW 2.6 (if my memory is correct). They really aren't necessary these days as you can do everything that they can do with single standalone forms, without getting involved in the complexities/strangeness of formsets. However I don't think your issue has

Re: Formset goofy

2021-05-26 Thread Joe Yoder
I came across the possibility and it fit my goal to do a minimum proof of concept system. The forms consist of Pick which allows choosing a record and Detail which then supplies additional info. I have no intention to use a scrollable form. Maybe what happened to me can only occur when there is

RE: Formset goofy

2021-05-26 Thread Tracy Pearson
My work with formsets never got past the "learning" stage. Meaning I never put one into a production application. There are some bits that one really needs to understand to work with them. Like common code between them with thisformset. It's a big learning curve to use them. And most people are ad