Hi All,
Configuration, 4D Server v11.8 on Windows Server 2008. Active4D
I've been working on using rowsets in new circuits (I know, I'm way late to the
party!) using the demo as my guide, and everything is working as expected
except when I want to create a column that contains the result of an
expression. I have the following map
$map := """
index: [District_GL_Accounts]DGLA_Index;
recnum: `record number([District_GL_Accounts])`;
number: [District_GL_Accounts]GLAccountNumber;
description: [District_GL_Accounts]Description"""
$qryAccounts := RowSet.newFromSelection(->[District_GL_Accounts]; $map)
When I list each row in the display, I get the expected data in $row{" index"},
$row{" number"}, and $row{" description"}, but $row{" recnum"}, is empty/blank.
There is no entry in the Active4D Log.
I have tried using other expressions including the one in the docs, and putting
the expression as the last entry in the map with the same result.
Is there something else that needs to be set for this to work?
Thanks,
MV
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/