lpuInfo.startTop();
}
public void createLpuInfo() throws xBaseJException, IOException, ClipsException {
openLpuInfo(true);
inf = new InfoFields();
try {
for (int i = 0; i < inf.getFields().length; i++) {
Field f = inf.getFields()[i];
lpuInfo.addField(f);
}