Re: Calculated column in ALP v9 [SOLVED]

2021-10-20 Thread Douglas von Roeder via 4D_Tech
David: You're welcome. There's a lot in ALP now — wait till you see V11. :-) -- Douglas von Roeder 949-910-4084 On Wed, Oct 20, 2021 at 12:21 PM David Rose via 4D_Tech < 4d_tech@lists.4d.com> wrote: > That's it! Thanks, Doug. > --- > I use the ALP 9.9.5 docs in PDF

Re: Calculated column in ALP v9 [SOLVED]

2021-10-20 Thread David Rose via 4D_Tech
That's it! Thanks, Doug. --- I use the ALP 9.9.5 docs in PDF format. Look at the command "AL_AddCalculatedColumn" and then click the link on that page to get to "Calculated columns" Douglas von Roeder

Re: Calculated column in ALP v9

2021-10-20 Thread Douglas von Roeder via 4D_Tech
David: I use the ALP 9.9.5 docs in PDF format. Look at the command "AL_AddCalculatedColumn" and then click the link on that page to get to "Calculated columns" -- Douglas von Roeder 949-910-4084 On Tue, Oct 19, 2021 at 1:15 PM David Rose via 4D_Tech <4d_tech@lists.4d.com> wrote: > I am

Calculated column in ALP v9

2021-10-19 Thread David Rose via 4D_Tech
I am converting some older ALP code in a v17 database to the modern code. In the old code, if you have an area that is displaying fields, and you have a calculated column you would do this: $Error:=AL_SetFields ($Area_l;$TableNumber_i;4;1;0) //specifies the col as a calculated one Then this: