- Timestamp:
- 11/23/06 18:21:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/generator/web/CrossRefEntry.java
r7460 r7467 137 137 String vSortKey = ""; 138 138 IWAgent vAgentSortKey = pDialog.hGoToAgent("@" + vCrossEntry.fValueEntry + pPathAgentSortKey); 139 if (vAgentSortKey != null) vSortKey = ((IWAgentComputor) vAgentSortKey).computeAs Data(pDialog, null).getString();139 if (vAgentSortKey != null) vSortKey = ((IWAgentComputor) vAgentSortKey).computeAsString(pDialog, null); 140 140 vEntry.setAttribute("sortKey", vSortKey); 141 141 }
Note: See TracChangeset
for help on using the changeset viewer.