[Geomoose-users] Tables and hyperlinks

Dan Little danlittle at yahoo.com
Thu May 22 09:51:33 EDT 2008


Actually, it would require some more javascript programming than anything else.  What you use to generate the HTML content really wouldn't matter.

As an aside, I think there is a better capability to do this with GeoMOOSE 1.4.0 (Vis-a-vis a call-service functionality that was added).

Brian is finishing up the migration documentation, but the code is available for download right now from sourceforge.

http://sourceforge.net/project/showfiles.php?group_id=160935&package_id=181132&release_id=600465

-Duck


----- Original Message ----
From: Jay Kapalczynski <jkapalczynski at ci.maple-grove.mn.us>
To: "Fischer, Brian" <bfischer at houstonengineeringinc.com>; geomoose-users at lists.sourceforge.net; geomoose-developers at lists.sourceforge.net
Sent: Thursday, May 22, 2008 8:10:24 AM
Subject: Re: [Geomoose-users] Tables and hyperlinks

 
That makes sense…I am passing the
PID to an ASP page right now and it pops up and allows for the user to input
data to a database…
I think Adam and I are in a
similar position here…we are looking to get the return values placed back into
the info tab inside GeoMoose not a popup….
from what Adam has told me that
is going to require PHP to keep the returned data inside the into tab????
 
 
From:Fischer, Brian
[mailto:bfischer at houstonengineeringinc.com] 
Sent: Wednesday, May 21, 2008 9:40 AM
To: Jay Kapalczynski; geomoose-users at lists.sourceforge.net;
geomoose-developers at lists.sourceforge.net
Subject: RE: [Geomoose-users] Tables and hyperlinks
 
Jay,
 
This is pretty easy to do and I
do it all the time.  All you need to do is right a script in (PHP or ASP
or whatever serverside language you want) that takes the PID as the input
parameter.  The your script would query the database and display the
fields in a popup window.  In GeoMOOSE all you need to do is construct a
hyperlink to that script.  It would look something like 
 
<a
href=”yourscript.php?PID=[PID]” target=”_blank”>Related Data</a>.
 
Hope that helps,
Brian
 
From:geomoose-users-bounces at lists.sourceforge.net
[mailto:geomoose-users-bounces at lists.sourceforge.net] On Behalf Of Jay
Kapalczynski
Sent: Tuesday, May 20, 2008 10:29 AM
To: geomoose-users at lists.sourceforge.net;
geomoose-developers at lists.sourceforge.net
Subject: [Geomoose-users] Tables and hyperlinks
 
I have my parcel dataset in my Geomoose App
When I use the identify button I am returning a few fields,
one of them being hyperlink to an image
Everything is working great….
 
I want to take the next step and link to a table in a
database (SQl and Access)
When I indentify the parcel I want to link to these tables
and return field values from the tables….
join or relate by PID value
 
Maybe have another Red Bar Like below called "REALTED
DATA" with the fields from the tables.
 
Anyone have thougths on how to do this?  I would like
to figure this out for SQL and Access Database.
 
THanks,


      
-------------- next part --------------
Skipped content of type multipart/related


More information about the Geomoose-users mailing list