Four Js Development Tools Forum

General => Ask Reuben => Topic started by: Reuben B. on April 26, 2024, 01:30:35 am



Title: Ask Reuben 217 - Array Attributes of Record Attributes
Post by: Reuben B. on April 26, 2024, 01:30:35 am
I have seen this mistake a few times now so I felt it deserves an article.  It occurs when you attempt to use the ATTRIBUTES clause on a DYNAMIC ARRAY OF RECORD.  It looks like the ATTRIBUTES clause is being ignored but what has actually happened is that you have put it in the wrong place, you have added it to the RECORD when you should add it to the ARRAY.

Read more at https://4js.com/ask-reuben/ig-217/