Feeds:
Posts
Comments

Posts Tagged ‘form event’

Clean code principle: run targeted code only once, even if multiple executions won’t ‘hurt anything’. Make sure of this in 4D by encapsulating code with a Case of targeting specific events and turn off unneeded events. This provides clarity on what code is to execute for the specified event. It also prevents code from executing [...]

Read Full Post »

Default Setup When creating a new form in 4D v11 it comes with a range of events ‘enabled’ (see figure). I’m assuming this is for ease of development. However, I advocate for turning off all events first and then enabling specific events on an as needed basis. 4D will go into each form method and [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.