Chris,
a Form event is only a longint.
you could simply define a longint value above (or below) the existing 
range of form events, and then take action.

ex: 
My_form_event = 1000
context: a button click, and button object
  Do_something (my_form_Event)

Chip
On Tue, 23 Apr 2019 08:32:50 -0600, Chris Belanger via 4D_Tech wrote:
> I am wondering if there is a way to configure Custom Form Events. I 
> would like to be able to post a form event, and have it then 
> processed within the FORM METHOD as such.
> I am doing a lot of work in “Orda context” right now and can think 
> of some handy features that could be implemented in that way, 
> especially with keeping the number of project methods down (as code 
> could be put into a script instead).
> Before you think “why would he want to do that?” ― please just 
> focus on the question of ‘can I?’. :)
> 
> In the past, I used the form event “on Outside Call” stuff to 
> handle communications between processes, so I understand all that 
> stuff.
> 
> I remember ― but cannot find again ― some documentation that talked 
> about using negative-numbered values for events to facilitate custom 
> events. However, I seem to remember it only was in the context of 
> subforms.
> 
> Any help or direction you could provide would be most appreciated!
> Thanks ― Chris
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **********************************************************************
---------------
Gas is for washing parts
Alcohol is for drinkin'
Nitromethane is for racing 
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to