L
LuigiB
Guest
tom piango di gioia ...
Ora ci vule una funzione che consenta all'utente si settare true/false
Ora ci vule una funzione che consenta all'utente si settare true/false
Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
tom piango di gioia ...
Ora ci vule una funzione che consenta all'utente si settare true/false
Function ImpostaEstrazioneAttiva(idestrazione As Long, attiva As Boolean, Optional idArchivio As Integer = 0) As Boolean
On Error GoTo errore
Return aEstrazioni(idestrazione).bAbilitata = attiva
errore:
If Err <> 0 Then
mErrore = Err.Description
Err.Clear
End If
End Function
Function ImpostaEstrazioneAttiva(idestrazione As Long, attiva As Boolean, Optional idArchivio As Integer = 0) As Boolean
On Error GoTo errore
Return cArchivio(idArchivio).ImpostaEstrazioneAttiva(idestrazione, attiva)
errore:
If Err <> 0 Then
MsgBox Err.Description, vbCritical
End If
End Function
Function EstrazioneAttiva(idestrazione As Long, Optional idArchivio As Integer) As Boolean
On Error GoTo errore
Return aEstrazioni(idestrazione).bAbilitata
errore:
If Err <> 0 Then
mErrore = Err.Description
Err.Clear
End If
End Function
Function EstrazioneAttiva(idestrazione As Long, Optional idArchivio As Integer) As Boolean
On Error GoTo errore
Return cArchivio(idArchivio).EstrazioneAttiva(idestrazione)
errore:
If Err <> 0 Then
MsgBox Err.Description, vbCritical
End If
End Function
questo per verificare se l estrazione è abilitata
e si lancia dopo impostaestrazione
in cls scriptCodice:Function EstrazioneAttiva(idestrazione As Long, Optional idArchivio As Integer) As Boolean On Error GoTo errore Return aEstrazioni(idestrazione).bAbilitata errore: If Err <> 0 Then mErrore = Err.Description Err.Clear End If End Function
Codice:Function EstrazioneAttiva(idestrazione As Long, Optional idArchivio As Integer) As Boolean On Error GoTo errore Return cArchivio(idArchivio).EstrazioneAttiva(idestrazione) errore: If Err <> 0 Then MsgBox Err.Description, vbCritical End If End Function
sicuramente il mio è un orrore di logica
e si lancia dopo impostaestrazione
Id archivio dovrebbe essere il parametro di troppo.bravo legend dovrebe funzionare però c'è un paramtro di troppo che manco usi all'interno quindi levalo.
chi l'ha detto ?uno la lancia quando gli pare ..dov'è a proposito ?