Using Symbols Defined in Your Configuration File

Use the FXFSYMBOLID variable in your WebFOCUS procedure to refer to symbols defined in your XML file.

Enter the following syntax in your WebFOCUS procedure (FOCEXEC):

COMPUTE FXFSYMBOLID/A20 = DECODE TYP_ENG('FRAUD/FORGERY' 'symPicFraud' 'DRUG POSSESSION-SUBSTANCE/PARAPHERNALIA' 'symPicDrug'
);

Enter the following syntax to refer to symbols defined in the esriinfo file:

<symbol id="symPicDrug" class="com.esri.ags.symbol.PictureMarkerSymbol" setWidth="34"
setHeight="34" setSource="http://localhost:8080/approot/ <app
name>//drugs-alcohol-violations.png" setXoffset=".5" setYoffset=".5" />
 <symbol id="symPicFraud" class="com.esri.ags.symbol.PictureMarkerSymbol" setWidth="34"
setHeight="34" setSource="http://localhost:8080/approot/<app
name>/fraud.png" setXoffset=".5" setYoffset=".5" />

WebFOCUS