WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: JTaylor on February 02, 2026, 02:17:10 PM

Title: Reportview @dcSelect
Post by: JTaylor on February 02, 2026, 02:17:10 PM
Should @dcSelect on a ReportView trigger the select event?

Jim
Title: Re: Reportview @dcSelect
Post by: kdmoyers on February 03, 2026, 05:24:56 AM
Do you mean,
"does doing dialogcontrolset(DH,"controlname",@dcselect,value) cause the @deRvrSelect event to trigger?"

If that's the question, I think the answer is no. 

-Kirby
Title: Re: Reportview @dcSelect
Post by: JTaylor on February 03, 2026, 06:30:57 AM
If not, shouldn't it?

Jim
Title: Re: Reportview @dcSelect
Post by: kdmoyers on February 03, 2026, 07:57:59 AM
Hmmm... Well, I'd certainly have to add code to account for that. 

Speaking purely for myself, I'd like it to stay as it is.  If I want to trigger the code for that event after setting the control, I'll just structure my code such that it falls through in that way, without needing the event to fire.

(unless I'm misunderstanding the issue of course)
-K
Title: Re: Reportview @dcSelect
Post by: JTaylor on February 04, 2026, 12:03:00 PM
Odd.  My response seems to have been removed.   

Actually all my recent posts seem to have been removed.

Jim