Re: Creating a form object to use as dynamic form

2018-09-25 Thread Jody Bevan via 4D_Tech
Kirk: I agree with you. Not many programmers can say that they maintained a programming environment for 3 decades with mostly smooth upgrades of not loosing past code all the way through. That in itself is a hats off time. Lauruant and team are in a whole different level of programming than I

Re: Creating a form object to use as dynamic form

2018-09-24 Thread Kirk Brooks via 4D_Tech
Jody, You are correct about the form editor. I've been dabbling with building even a simplified form editor and it's not a trivial task. On the other hand my work with dynamic forms has shown me the mechanics of the current form editor and the approach employed by the dynamic forms part is very

Re: Creating a form object to use as dynamic form

2018-09-24 Thread Jody Bevan via 4D_Tech
Rudy: I agree with you. You think Belgium has few courses - try Belize! I am with you trying to master it is a challenge. So much new in v17. Fortunately we can still code as we did, and learn in snippets as we have time. I do hope they have a course happening around the USA on this new stuff

Re: Creating a form object to use as dynamic form

2018-09-24 Thread Two Way Communications via 4D_Tech
Thanks Jody. 4D's progress is actually quite stunning this last few years. The downside is that, at least here in Belgium, it is hard to get the required training in order to master all of that. So, I get stuck quite a lot lately with ORDA, 4D Write pRo, 4D for iOS and all the other new stuff.

Re: Creating a form object to use as dynamic form

2018-09-24 Thread Tim Nevels via 4D_Tech
On Sep 24, 2018, at 2:00 PM, Rudy Mortier wrote: > I can’t figure out how to do this … > > Using a dynamic form, I am trying to build a generic list of records to > display to the user and to allow him to select 1 record. > > I used the example from the tech note on how to create a dynamic

Re: Creating a form object to use as dynamic form

2018-09-24 Thread John DeSoi via 4D_Tech
On Sep 24, 2018, at 9:44 AM, Two Way Communications via 4D_Tech <4d_tech@lists.4d.com> wrote: > > $page:=New object("objects";New object("myListBox";$obj)) $form:=New > object(“pages";New collection(Null;$page)) > > $form:=New object("windowTitle";"Select a >

Re: Creating a form object to use as dynamic form

2018-09-24 Thread Jody Bevan via 4D_Tech
Sorry Rudy, not an answer to your question, but topical I think. Being able to create a sophisticated form via code is a fantastic feature. It is like the coding I did back in 1982/1983. Back when I first got my hands on my own copy of 4D version 2.0.10 the Graphical form editor was such a

Creating a form object to use as dynamic form

2018-09-24 Thread Two Way Communications via 4D_Tech
I can’t figure out how to do this … Using a dynamic form, I am trying to build a generic list of records to display to the user and to allow him to select 1 record. I used the example from the tech note on how to create a dynamic form that shows a listbox. To build this $form object