[pmapper-users] MSSQL 2K8 Querying

2009-11-10 Thread Gabe Codina
Hi We have moved our data from postgis to MSSQL2K8, and I am wondering if anyone can help with a couple of issues we are having. In our old app I could add objects to the selected (and highlighted) layer by simply adding their ID to a session object like so $_SESSION['resultlayers']['']

Re: [pmapper-users] Tabs invisible in IE 6

2009-11-10 Thread Dejan . Gambin
Of course Armin, sorry for not doing it before but I didn't find changelog, I suppose because it is a packaged version (ubuntu hardy) Finally I found - iIt says: "pmapper-4.0-beta 4.0.0.2.0 - BUILD 2009-06-12" in index.html Thanks very much regards, dejan Armin Burger wrote on 10.11.2009 23:

[pmapper-users] Measure tool IE8

2009-11-10 Thread Siki Zoltan
Hi List, In IE8 the measure tool doesn't draw the rubberband line. The length and area is displayed. I use pmapper 4.0beta2. Has anybody the same problem? Regards, Zoltan -- Let Crystal Reports handle the reporting - Fre

Re: [pmapper-users] Tabs invisible in IE 6

2009-11-10 Thread Armin Burger
IE is very unforgiving for superfluous commas, it expects then eg. another array element or object after it, but there is nothing... The problem is that you get the error usually for the script that uses the config definition when looping through it, but not for the config file itself. FF and

Re: [pmapper-users] Tabs invisible in IE 6

2009-11-10 Thread Gabe Codina
Regarding IE 7/8 In case anyone else has a similar problem I have just solved an issue that we had where pmapper wouldn't load correctly in IE giving a cryptic javascript error in pm.uielement.js after a bit of digging around I found that trailing comma in the toolbar definition in js_config.php

Re: [pmapper-users] how to join more table

2009-11-10 Thread Armin Burger
On 10/11/2009 18:02, Marco wrote: > Hi, > > I looked at the function _getJoinProperties and I saw that implement > the join only with one table. > Is there another way? Or I change the function to read more > RESULT_JOIN using joinList as multidimensional arrays (could be an > added feature)? > >

Re: [pmapper-users] Tabs invisible in IE 6

2009-11-10 Thread Armin Burger
which beta version are you using? does it give a Javascript error? do you have the same problem with IE 7/8? i cannot check anything with IE6 since I do not have it any more available... armin On 10/11/2009 12:54, dejan.gam...@pula.hr wrote: > Hi, > > We are implementing p.mapper-4.0-beta and

[pmapper-users] how to join more table

2009-11-10 Thread Marco
Hi, I looked at the function _getJoinProperties and I saw that implement the join only with one table. Is there another way? Or I change the function to read more RESULT_JOIN using joinList as multidimensional arrays (could be an added feature)? thanks ---

Re: [pmapper-users] join and result header

2009-11-10 Thread Marco
Ok, I resolved in this way: "RESULT_FIELDS" "Via,label" "RESULT_HEADERS" "Via,Etichetta,Responsabile" "RESULT_JOIN" "odbc://'':''/localh...@protc||pc_responsab...@idresp @1...@respnome||IDRESP||0" On RESULT_FIELDS I deleted RESPNOME Il 10/11/09 17.22, Marco ha scritto: > Hello to all, > > I impl

[pmapper-users] join and result header

2009-11-10 Thread Marco
Hello to all, I implemented the join in this way: "RESULT_FIELDS" "Via,label,RESPNOME" "RESULT_HEADERS" "Via,Etichetta,Responsabile" "RESULT_JOIN" "odbc://'':''/localh...@protc||pc_responsab...@idresp @1...@respnome||IDRESP||0" and it works well. The problem is the header that not appears for th

[pmapper-users] Tabs invisible in IE 6

2009-11-10 Thread Dejan . Gambin
Hi, We are implementing p.mapper-4.0-beta and there is a problem with displaying TOC and Legend tabs when using IE 6. They are invisible. We have tried to change toc.css, layout.css and default.css in order to resolve the issue but unfortunately we did not succeed Thank you in advance on any i