[EMAIL PROTECTED] ha scritto:
> Hi!! I used (pmapper 3.2) hyperlink for a shape field and I
> used an alias for the link values ; in the link field some
> records are without value, so they are empty, but when I
> open the attribute table in pmapper i see the alias in all
> records of link field.....I'd like to see the alias for only
> records with a link value...is possible???
>
> Thanks all!!
>
>   
Hi Marco,

try tu put this in /incphp/query/query.php file on row 633

if (in_array($fldName, $hyperFieldsValues) && $fldValue)

instead

if (in_array($fldName, $hyperFieldsValues))


i hope this can help you

bye

Walter


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to