Search:

Type: Posts; User: luca90

Page 1 of 13 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    187

    Error 3197 with dao and SQL. Server

    Sub TEST1()

    Dim Rs As DAO.Recordset, db2 As DAO.Database, sConnect As String
    'Set ws = CreateWorkspace("ODBCWorkspace", "", "", dbUseODBC)

    sConnect = "Driver={ODBC Driver 17 for...
  2. Replies
    9
    Views
    452

    Re: get date created of file on web

    Tks Bro!
  3. Replies
    9
    Views
    452

    Re: get date created of file on web

    great Olaf.
    tks

    But i need to extract the data in this format, DD/MM/YYYY, Debug.Print Len(Content), LastModified

    I just have a variable named OGGI As Date
  4. Replies
    9
    Views
    452

    Re: get date created of file on web

    no idea to use shell for this code.
    tks in other case
  5. Replies
    9
    Views
    452

    get date created of file on web

    URL = "https://www.istat.it/storage/codici-unita-amministrative/Elenco-comuni-italiani.csv"

    how to based this linked file?
  6. Replies
    2
    Views
    284

    Unzip only One file

    In a zip file have, for example:

    ABC.csv
    Def.csv
    ....
    Ecc.csv

    I need to extract only the def.csv from zip file, and storie in c:/mydir/def CSV

    How to?
  7. Replies
    1
    Views
    230

    GET year date from lionk

    Based:
    https://www.dati.salute.gov.it/dati/dettaglioDataset.jsp?menu=dati&idPag=3

    how to get the year date from title link?

    in my case YEAR=2021
  8. Replies
    2
    Views
    334

    [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.
  9. Replies
    5
    Views
    465

    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!
  10. Replies
    5
    Views
    465

    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?...
  11. 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.
  12. Re: FAST read number of lines in txt file

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

    WHERE in my code?
  14. [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...
  15. Replies
    1
    Views
    330

    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
  16. Replies
    1
    Views
    310

    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"...
  17. Replies
    2
    Views
    309

    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?
  18. Replies
    2
    Views
    378

    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.
  19. Replies
    1
    Views
    311

    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
  20. Replies
    4
    Views
    530

    tath is new cant find file dll dao 350

    See image!
    First time!
  21. Replies
    7
    Views
    604

    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
    ...
  22. Replies
    7
    Views
    604

    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...
  23. Replies
    7
    Views
    604

    Re: API REST problem with status error

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

    API REST problem with status error

    With XMLHTTP

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

    Debug.Print .Status

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

    TKS bro!

    but this two var not defined!

    Set jsonStreets = Nothing
    Set oJson = Nothing
  26. 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\
  27. Replies
    3
    Views
    409

    plese urgent access reapair free tool

    plese urgent access reapair free tool!!!
    Tks
  28. Replies
    4
    Views
    424

    Re: Never used draw polygon by coordinates

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

    Re: Never used draw polygon by coordinates

    Ohhhhh....
    Italy
  30. Replies
    4
    Views
    424

    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
  31. Replies
    4
    Views
    570

    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
  32. Replies
    4
    Views
    570

    Check event on msflexgrid

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

    by luca90
    Replies
    1
    Views
    476

    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
  34. Replies
    1
    Views
    392

    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)
  35. Replies
    4
    Views
    440

    Re: SET LANGUAGE in that api (bing mam)

    Tks.
    Have you tested?
  36. Replies
    4
    Views
    440

    Re: SET LANGUAGE in that api (bing mam)

    Tks
    But have you tested?
  37. Replies
    4
    Views
    440

    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 &...
  38. Thread: skip this

    by luca90
    Replies
    1
    Views
    566

    skip this

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

    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.
  40. Replies
    6
    Views
    560

    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"
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width