Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Julierme
  • Content: Threads
  • Order by date
  1. Julierme

    Selecting leaflet markers and changing marker icons

    I have data coming from a Json file and I created a layer based on this Json file using markerClusterGroup. I am hitting the wall trying to do two things: 1 - Select some markers based on some Json's feature ("temperatura", "salinidade","corrente", "profundidade" e "geofisico") in xbt.json and...
  2. Julierme

    Objinfo HTML

    Hi All I have a objinfo.html table in my code. objinfo.html("<br/><table>"+ "<tr><th>Número da Carta:</th><td>"+feat.Numero+"</td></tr>"+ "<tr><th>Título da Carta:</th><td>"+feat.Titulo+"</td></tr>"+ "<tr><th>Edição:</th><td>"+feat.Ediciao+"</td></tr>"+...
  3. Julierme

    Copying text from a PDF to Groupbox

    Dear all I am writing a code using Visual Basic 2008 Express Edition. I am using many Groupboxes for several Forms. I have to copy text from a pdf to the Groupbox. The problem I am facing is that the text has many lines and when I copy them, the Groupbox gets only the first line. Is there any...
  4. Julierme

    Reading KML with VBScript

    Dear VBscript programmers My code is reading a string with a special character, "Ã", from a KML file. After reading, it is wrinting in a TXT file and another KML file. However, after reading, the code converts automatically the special character: "Ã" to "Ã" "Ç" to "Ç" "Ó" to "Ó" And So...

Part and Inventory Search

Back
Top