Re: Active Listbox/Form while listbox dynamically built

2020-03-08 Thread Jody Bevan via 4D_Tech
John: Jeremy is suggesting what I have used. I have a similar but slightly different update of the data displayed in a listbox that needs to occur throughout the time it is in use. The Call Worker and Call Form is what I have used. It is easier to do than the type of code we used to have to

Re: Active Listbox/Form while listbox dynamically built

2020-03-08 Thread Jeremy Roussak via 4D_Tech
John, Have a look at CALL WORKER and CALL FORM. Start the data build in a new process using CALL WORKER. Have the worker process prod the form into updating the listbox from time time using CALL FORM. I’ve implemented something much more trivial and it works nicely. Jeremy > On 8 Mar 2020,

Active Listbox/Form while listbox dynamically built

2020-03-08 Thread John J Foster via 4D_Tech
Hi All, 4D v17 R5 (Mac and Windows single user standalone) I have a list box that needs to be built and available before the calculation is complete. In this case I have some searches looking for particular conditions and when found add them to the listbox. They could easily take a few

Re: iOS 13.x User Agent Shows iPad as Macintosh

2020-03-08 Thread Tom Benedict via 4D_Tech
Thanks Ron. This is food for thought. Looks like I have some work to do. These suggestions will come in handy. Tom > On Mar 7, 2020, at 21:58, Ronald Rosell wrote: > > Hi Tom, > > If your code is assessing the userAgent in the On Web Connection database > method then you’d have an issue,