Ignore:
Timestamp:
11/23/06 18:21:36 (6 years ago)
Author:
sys
Message:

api Data + AgentLinker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_GE/com/scenari/m/ge/generator/web/CrossRefEntry.java

    r7460 r7467  
    137137                            String vSortKey = ""; 
    138138                            IWAgent vAgentSortKey = pDialog.hGoToAgent("@" + vCrossEntry.fValueEntry + pPathAgentSortKey); 
    139                             if (vAgentSortKey != null) vSortKey = ((IWAgentComputor) vAgentSortKey).computeAsData(pDialog, null).getString(); 
     139                            if (vAgentSortKey != null) vSortKey = ((IWAgentComputor) vAgentSortKey).computeAsString(pDialog, null); 
    140140                            vEntry.setAttribute("sortKey", vSortKey); 
    141141                    } 
Note: See TracChangeset for help on using the changeset viewer.