Help!
I'm getting the following error:

Active4D error
Expecting a text expression.
[CE_PR_Transactions]Notes:=$attributes{"f_CEAuthNotes_"+string($recNum)}
and the last } is red.  I tried changing the 
"f_CEAuthNotes_"+string($recNum) to
"f_CEAuthNotes_06"
And the error disappeared, leaving the conclusion that the
+string($recNum)is somehow causing the error.  Right above this code is:
$recNum:=Num($keys{$i})
So I can't see how getting the string of the $recnum can somehow not return
a string!
Right above the line that throws the error is:
[CE_PR_Transactions]Adjustment:=Num($attributes{"f_Adjustment_"+string($recN
um)}) 
Which works fine.
I need some sanity, any ideas?

TIA,
Mike Vogt
Millenium Data Services, Inc.

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to