Search:

Type: Posts; User: luca90

Page 1 of 13 1 2 3 4

Search: Search took 0.25 seconds.

  1. Replies
    2
    Views
    271

    [RESOLVED] DELETE space in string

    I can have:

    ...
    Dim STRINGA As String

    STRINGA="lòlòl______1234___66aaa"
    ...

    I need to replace in STRINGA all space with " " , until STRINGA can have only max one space.
  2. Replies
    5
    Views
    338

    Re: get name of .zip file name from web page

    Tks ti the all...
    But the name of zip file change dinamiclly, based a date!
  3. Replies
    5
    Views
    338

    get name of .zip file name from web page

    Based this link:

    https://support.azerouno.it/support/solutions/articles/12000017670-file-aggiornamento-agenzie-bancarie-abi-e-cab-

    Ho to get the name of this two .zip file, at the and of page?...
  4. connect this databse (.accdb) with DAO, how to

    I can use DAO 3.6 to connect Database16.accdb, instead a Database16.mdb?
    Tks

    If yes simple code.
  5. Re: FAST read number of lines in txt file

    ???? pherpas not for me.
    Tks in other case, bro.
  6. Re: FAST read number of lines in txt file

    WHERE in my code?
  7. [RESOLVED] FAST read number of lines in txt file

    My test code:



    Function countLines(fName As String) As Long

    countLines = CreateObject("Scripting.FileSystemObject").OpenTextFile(fName, 8, True).Line

    End Function
    Function...
  8. Replies
    1
    Views
    300

    show map in image form, how to?

    Based this link:
    https://www.openstreetmap.org/#map=18/45.47933/9.17394

    how to show map in image on form?
    Tks
  9. Replies
    1
    Views
    284

    read node in XML string

    I have this var STRINGA=

    "?<?xml version="1.0" encoding="utf-8"?><Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  10. Replies
    2
    Views
    281

    SPLIT string in array

    I just have this var CAP="128-857-89741-75657")

    How to split the string, with "-" into array named VALORE and iterate it with a FOR NEXT?
  11. Replies
    2
    Views
    345

    CHANGE lenghth of filed

    How to change the lenght of field PRFX, from 5 to 7?

    note:
    i just hvae an ADO connection named CON.
  12. Replies
    1
    Views
    281

    CHECK if this zip file exists

    based this link:

    https://www.istat.it/storage/codici-unita-amministrative/Comuni-con-cambio-denominazione.zip


    how to check if this zip file exists?

    Tks
  13. Replies
    4
    Views
    489

    tath is new cant find file dll dao 350

    See image!
    First time!
  14. Replies
    7
    Views
    543

    Re: API REST problem with status error

    ... retry loop to see if it does start working again

    For example, in:

    With XMLHTTP

    .Open "GET", MYURL, False
    .setRequestHeader "Authorization", "Bearer " & MYKEY
    ...
  15. Replies
    7
    Views
    543

    Re: API REST problem with status error

    hi bro, tks for link.

    But in few case i have error GATEWAY TIMEOUT (504), in .send of api rest.

    possible to check this error?

    i use in IE to check connection:

    Do Until IE.Busy Or...
  16. Replies
    7
    Views
    543

    Re: API REST problem with status error

    Tks ok.
    But exists a list of possibile server status error?
  17. Replies
    7
    Views
    543

    API REST problem with status error

    With XMLHTTP

    .Open "GET", MYURL, False
    .setRequestHeader "Authorization", "Bearer " & MYKEY
    .send

    Debug.Print .Status

    'Debug.Print...
  18. Re: ITERATE item in single node named streets Json file

    TKS bro!

    but this two var not defined!

    Set jsonStreets = Nothing
    Set oJson = Nothing
  19. ITERATE item in single node named streets Json file

    How to list/iterate all items in "streets" node?

    note:
    I just have the txt file in c:\mydir\
  20. Replies
    3
    Views
    372

    plese urgent access reapair free tool

    plese urgent access reapair free tool!!!
    Tks
  21. Replies
    4
    Views
    389

    Re: Never used draw polygon by coordinates

    Hi Sam
    attached the original xls file, see in column B
  22. Replies
    4
    Views
    389

    Re: Never used draw polygon by coordinates

    Ohhhhh....
    Italy
  23. Replies
    4
    Views
    389

    Never used draw polygon by coordinates

    I have a txt file with a lines, similar one of , in the attached file.
    I think are the coordinates of polygon, i can draw in a form?
    Tks
  24. Replies
    4
    Views
    539

    Re: Check event on msflexgrid

    tks bro. but i need on this event:

    Private Sub MSFlexGrid2_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)

    End Sub
  25. Replies
    4
    Views
    539

    Check event on msflexgrid

    On click down event on msflexgrid.
    How to check of a Cell have blank value?
    Tks
  26. Thread: copy table

    by luca90
    Replies
    1
    Views
    434

    copy table

    i'm using vb 6 and ado.

    i just have a table named SERVICE

    How to copy into the same database a table, named SERVICE, and rename it in NAPOLI

    note
    only structure with no data
  27. Replies
    1
    Views
    371

    expert on openstreetmap need, tks

    I use the code above, to get street name from latitude and longitude.

    possible to have the same with a zip cod/postal code?

    for example:

    zipcode: 35031 (Abano Terme)

    country IT (italia)
  28. Replies
    4
    Views
    403

    Re: SET LANGUAGE in that api (bing mam)

    Tks.
    Have you tested?
  29. Replies
    4
    Views
    403

    Re: SET LANGUAGE in that api (bing mam)

    Tks
    But have you tested?
  30. Replies
    4
    Views
    403

    SET LANGUAGE in that api (bing mam)

    Public Function ReverseGeo(Lat As String, Lon As String) As String
    With CreateObject("msxml2.xmlhttp")
    .Open "GET", "http://dev.virtualearth.net/REST/v1/Locations/" & Lat & "," & Lon &...
  31. Thread: skip this

    by luca90
    Replies
    1
    Views
    542

    skip this

    How to not appear the windows in image when start the PC or when i click to activate during the stand by?
  32. Replies
    6
    Views
    605

    never used - slider

    Ho to create a slider where the first element in start position is 15 and the last position is 21.
    And for each click on left or right appear the current value in a label.
    This is all.
  33. Replies
    6
    Views
    524

    string converter

    I have this myvar (As struing) and newmyvar (As struing)

    myvar="Valle d'Aosta / Vallée d'Aoste"

    Ho to convert in:

    newmyvar="Valle%20d%27Aosta%20%2F%20Vall%C3%A9e%20d%27Aoste"
  34. Replies
    8
    Views
    958

    Re: post method no return table with result

    Tks bro
  35. Replies
    8
    Views
    958

    Re: post method no return table with result

    Exact!
  36. Replies
    8
    Views
    958

    Re: post method no return table with result

    tks.

    but i need all value in table based AQ in province dropdown!

    Test:

    type in bowser https://italia.indettaglio.it/ita/cap/cap_regione.html?regione=abruzzo&regione_estesa=Abruzzo

    select...
  37. Replies
    8
    Views
    958

    post method no return table with result

    Public Sub Sal()

    Dim myHTMLDoc As New HTMLDocument

    With CreateObject("MSXML2.XMLHTTP")
    .Open "GET",...
  38. Re: retrive all nodes from html table from file

    Simple the value of each cell in table.
  39. retrive all nodes from html table from file

    Based the attached file.
    i need to retrive all nodes/item from table

    the table is defined from

    <TABLE class="table">
    <TR class="info">
    <TD><b>Regione</b></td>
    <TD><b>Provincia</b></td>...
  40. Replies
    4
    Views
    534

    Re: POST method in html page

    Based this link
    https://italia.indettaglio.it/ita/banche/sportelli_geo.html?regione=trentinoaltoadige&regione_estesa=SARDEGNA

    select from combobox Province Cagliari, after cklick on ricerca,...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width