Hi Peter,
I'm sorry but I can't determine what you mean by the target fields grid. Please advise.
Thanks
---------------------------------------
Right click on target fields grid
Please use our support for so we can all benefit
Peter
-------Original Message-------
From: Vaughn, Steve
To: DB Software Laboratory
Subject: New menu item"Correct calculations"
Sent: 17 Feb '11 21:13
Where can I find the new menu item"Correct calculations" as stated below?
Thanks
Steve Vaughn
Calculations and scripting language changes
Syntax is slightly different now
1 source fields are aways strings
a) no need to use "[F1]"
b) [F1]+[F2] will concatenate two fields
if you want to add them use conversion functions
StrtoFloat([F1])+StrtoFloat([F2])
2 use single quotes instead of double quotes
eg GetSystemVariable('SYSTEM_DATE') GetSystemVariable("SYSTEM_DATE")
3 in order to make conversion easier we have added new menu item
"Correct calculations"
4 Lots of new functions, procedures and language changes (see documentation)