Hello,

I am working with pmapper 4.0.0 in Centos 5.5 and all tools work well except
teh search tool.

I have defined three search options but when I select one of then fon't see
the combobox and the search button. In windows XP I have not this problem.

I have included the search options in the config.xml

    <searchlist version="1.0">
        <dataroot>$</dataroot>
        <searchitem name="tumbas1" description="Identificador">
            <layer type="shape" name="tumbas">
                 <field type="s" name="IDENTIFICA"
description="Identificador" wildcard="2">
                      <definition type="suggest" connectiontype="ms"
sort="asc" firstoption="-">
                          <mslayer encoding="ISO-8859-1"
keyfield="IDENTIFICA" showfield="Identificador" />
                      </definition>
                 </field>
            </layer>
        </searchitem>
        <dataroot>$</dataroot>
        <searchitem name="tumbas2" description="Nombre">
            <layer type="shape" name="tumbas">
                 <field type="s" name="DENOMINACI" description="Nombre"
wildcard="2">
                      <definition type="options" connectiontype="ms"
sort="asc" firstoption="Seleccionar....">
                          <mslayer encoding="ISO-8859-1"
keyfield="DENOMINACI" showfield="DENOMINACI" />
                      </definition>
                 </field>
            </layer>
        </searchitem>
        <dataroot>$</dataroot>
        <searchitem name="tumbas3" description="Tipologia">
            <layer type="shape" name="tumbas">
                <field type="s" name="TIPOLOGIA" description="Tipologia"
wildcard="1">
                    <definition type="options" connectiontype="ms"
sort="asc" firstoption="Seleccionar....">
                        <mslayer encoding="ISO-8859-1" keyfield="TIPOLOGIA"
showfield="TIPOLOGIA" />
                    </definition>
                </field>
            </layer>
        </searchitem>
    </searchlist>


Any suggestions?




-- 
FJRicca

http://picasaweb.google.es/fjricca
http://perdonaqueseasoez.com/
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to