RE: List box issues

2024-04-24 Thread Tracy Pearson
Yes. There are a couple of points to add to that. - The Event should call a method. My experience has shown switching forms that are configured as private data sessions may not be in the right memory space in some event code. However, that problem appears to go away when the event calls a metho

Re: List box issues

2024-04-24 Thread Ted Roche
On Tue, Apr 23, 2024 at 4:22 PM Joe Yoder wrote: > > The Spaces listbox lost focus event calls the requiry event of the Units > listbox to update the choices that appear in the Units list box > At the event LostFocus(), the Spaces listbox hasn't finished its series of actions. Specifically, I th

Re: List box issues

2024-04-24 Thread Joe Yoder
So can we conclude that immediate refresh of another control is probably not supported in any other event because Interactive Change is a better design choice? On Wed, Apr 24, 2024 at 11:52 AM Tracy Pearson wrote: > The Interactive Change event happens when the user makes a selection > change vi

RE: List box issues

2024-04-24 Thread Tracy Pearson
The Interactive Change event happens when the user makes a selection change via arrow keys or mouse click. The Lost Focus event happens when the user moves to another control. Using the Interactive Change event to update other controls is better user experience. -Original Message- From:

Re: List box issues

2024-04-24 Thread Joe Yoder
Thanks Tracy - Interactive change works! Is it by design that the refresh is only executed immediately from the Interactive vChange? Thanks, Joe On Wed, Apr 24, 2024 at 10:00 AM Tracy Pearson wrote: > Should the code in the Lost Focus event actually be in the Interactive > Change event? > > -

RE: [ADMIN] Email issue

2024-04-24 Thread Paul H. Tarver
Microsoft is co-opting your emails to push false information! Bet Apple and Facebook are in on it too! :) Paul H. Tarver Tarver Program Consultants, Inc. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Wendt Sent: Wednesday, April 24, 2024 9:2

Re: [ADMIN] Email issue

2024-04-24 Thread Kurt Wendt
Yeah - GMail has been tossing a BUNCH of the recent ProFox emails into my SPAM. I have keep trying to say it's not Spam - as I've done it a lot in the past year, but, it keeps trying to push ProFox into Spam! Maybe its cause it Knows that the Fox is Dead! Yikes! OK - that just meant to be humorous

RE: List box issues

2024-04-24 Thread Tracy Pearson
Should the code in the Lost Focus event actually be in the Interactive Change event? -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Tuesday, April 23, 2024 9:53 PM To: profoxt...@leafe.com Subject: Fwd: List box issues Thanks to Flet