close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Number of markers that display is not consistant

Thread began 11/06/2009 10:15 am by office125319 | Last modified 11/09/2009 8:16 am by office125319 | 3175 views | 8 replies

office125319

Number of markers that display is not consistant

Hi,

I have a web page, atac-membership-search-results.asp, that displays member office locations in a Google Pro Map. Try searching for Yorkshire, West members and you will see the recordset that displays the list of members displays 12 members in the list. The map uses a seperate recordset generated from the same data source via a stored procedure. The map markers sometime appear as 12 and sometimes 11 and sometimes 10 in number. I have tried inserting the code "rsMap_cmd.ActiveConnection.cursorLocation = 3 " in to the map recordet code as suggested in another thread on the forum ( see below ) but this doesn't resolve the problem!

<%
Dim rsMap
Dim rsMap_cmd
Dim rsMap_numRows

Set rsMap_cmd = Server.CreateObject ("ADODB.Command")
rsMap_cmd.ActiveConnection = MM_ConnARCAD_STRING
rsMap_cmd.ActiveConnection.cursorLocation = 3
rsMap_cmd.CommandText = "EXEC uspFindATaCMembersMap ?"
rsMap_cmd.Prepared = true
rsMap_cmd.Parameters.Append rsMap_cmd.CreateParameter("param1", 200, 1, 50, rsMap__MMColParam) ' adVarChar
Set rsMap = rsMap_cmd.Execute
rsMap_numRows = 0
%>

I understand there is an XML cache file used by Pro Maps to help speed up the map display and that this can cause problems. Can this cache file by turned off? Also where do you find the cache file to delete it?

If someone could kindly point me in the right direction to get this reseolved I would be most grateful.

Thanks
David

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...