Feeds:
Posts
Comments

Posts Tagged ‘4D v11’

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 »

Was doing a bit of 4D v11 programming when I discovered this conundrum. I found it to be confusing, but maybe it makes perfect sense to everyone else. When showing a record to a user with the table in read only mode, 4D returns True for LOCKED even though LOCKED ATTRIBUTES returns nothing. This occurs [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.