Hi there,
 
In a static SDO, I have 3 data calculate fields:
1. rowObject.cPersonOrg_name  =  entry(1,rowObject.cPersonOrg_string)
2. rowObject.cPersonOrg_obj
3. rowObject.cPersonOrg_string = dynamic-function ..............
 
The result of rowObject.cPersonOrg_name is dependent on the result of rowObject.cPersonOrg_string
 
The data calculate procedure is read-only and the above 3 data calculate fields are stored in an alphabetical sequence automatically and it would appear they are processed in that sequence.
 
How can one change the order in which data calculate fields are processed besides changing the name of the first data calculate field to force it alphabetically to be processed last.
 
Kind regards
Robert