Problemi passando a office2019

di il
4 risposte

Problemi passando a office2019

Salva a tutti.
Ho un applicativo che finora ha sempre funzionato.
Passando da Office 2016 (32 bit) a office 2019 (64 bit) riscontro problemi con le funzioni che permettono di allegare le tabelle col BE.
Function GetLink()
'Nel caso di Collegamento al SERVER fisso la seguente
'parte del Codice deve essere rimossa.
On Error GoTo Err_Getlink
If Not ActLink Then
'----------------------------------------------------------------------------------
Dim strMsg As String
If DbDatiPath = "" Then
Relink_Table:
strMsg = MsgBox("Mantieni la stessa PATH del FrontEnd (Si/No) ", vbQuestion + vbYesNo, "Attenzione...!")
Select Case strMsg
Case vbYes
DbDatiPath = GetPathPart(CurrentDb.NAME)
Case vbNo
DbDatiPath = cmdlgFile
End Select
If DbDatiPath = "" Then
MsgBox "Impossibile allegare le Tabelle...", vbExclamation, "Relink Fallito...!"
Exit Function
End If
'-----------------------------------------------------------------------------------
'
'Questa parte è da tenere
If Not ReLinks() Then
DoCmd.Close acForm, "Link"
MsgBox "Relinks non effettuato...", vbCritical, "Errore..."
Exit Function
'CHIUDI programma
Else
DoCmd.Close acForm, "Link"
'--------------------------------------------------------------------------------------
MsgBox "Relinks effettuato con successo !!!!", vbInformation, "Effettuato..."
'--------------------------------------------------------------------------------------
End If
'Eliminare la riga seguente nel caso di collegamento Fisso al SERVER
End If
'--------------------------------------------------------------------------------------
End If
DoCmd.OpenForm "Finestra iniziale"
Exit_GetLink:
Exit Function
Err_Getlink:
If Err.Number = 3031 Then
MsgBox "Password di connessione errata...!"
PWD_Err = True
End If
Resume Relink_Table
End Function
Volendo cambiare il path del file mdb da collegare, mi dice sempre "Impossibile collegare le tabelle.
Eppure non ho fatto nessuna modifica.
Mi potete aiutare?

4 Risposte

Devi accedere o registrarti per scrivere nel forum
4 risposte