Re: Listbox Subform Modern UI

2019-06-27 Thread Kirk Brooks via 4D_Tech
Robert, First off I wouldn't recommend trying to implement any of the new ORDA style techniques in existing forms. I just don't see any benefit. So, if you have the opportunity to make a new form to replace an existing one I recommend spending some time getting familiar with the new Form object.

Re: Listbox Subform Modern UI

2019-06-27 Thread Robert ListMail via 4D_Tech
Hi Kirk, I’m using Windows v17.2. The unusual issues with the Subform have been fixed, thanks to Tim Nevels. The converted database had fields defined on the included form which did not leave enough space for the chosen font size. Converted databases can take slightly more room and if there

Re: Listbox Subform Modern UI

2019-06-27 Thread Kirk Brooks via 4D_Tech
What version are you using? On Thu, Jun 27, 2019 at 1:55 PM Robert ListMail via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Although, I’ve implemented this in various ways, I’d like to know the > modern UI approach that you’ve found to be beneficial to your users and > with an efficient programming

Re: Listbox Subform Modern UI

2019-06-27 Thread Robert ListMail via 4D_Tech
What would cause a subform (not a listbox) to only show the first of several related records and when you click below that record, the first record disappears? ** 4D Internet Users Group (4D iNUG) Archive:

Listbox Subform Modern UI

2019-06-27 Thread Robert ListMail via 4D_Tech
Although, I’ve implemented this in various ways, I’d like to know the modern UI approach that you’ve found to be beneficial to your users and with an efficient programming effort. How do you handle included subforms (on a detailed form)? I’ve replaced an old included form with a new listbox