i legend
Premium Member
Si ma il colsplay è quello del cattivo Vega non quella del super genio dottor P.Fortissimo anche luigi nella versione "comic"!
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.
Si ma il colsplay è quello del cattivo Vega non quella del super genio dottor P.Fortissimo anche luigi nella versione "comic"!
che vul dire che ti perde uan estrazione ?ciao ho provato ad utilizzare Elenco ritardi
mi salta un estrazione ma non può dipendere dall archivio perchè c'è vero?
manca la funzione Anno? ( non la trovo ma mi sembra che l avevamo scritta)
ecco lo script
Codice:Public Sub MyScriptRoutine() ' SCRIVERE QUI IL PROPRIO CODICE COME SE FOSSE LA SUB MAIN DI SPAZIOMETIRA ' NON MODIFICARE IL NOME DI QUESTA SUB Dim k As Long Dim aRet() As STRUCT_ELENCO_RITARDI Call ElencoRitardi("1,2",1,EstrazioneFin,1,aRet,1) For k = UBound(aRet) To 1 Step - 1 If Month(aRet(k).idEstrazione) = 3 Then Scrivi aRet(k).idEstrazione & " | " & _ DataEstrazione(aRet(k).idEstrazione) & " | " & StringaEstratti(aRet(k).idEstrazione,1) If CLng(Right(DataEstrazione(aRet(k).idEstrazione),2)) = 2 Then Exit For Next Scrivi "estrazione non rilevata" Scrivi DataEstrazione(10051) & "|" & StringaEstratti(10051,1) End Sub
Buongiorno a Tutti.
e Buon 8 Marzo a Tutte le Donne del Forum.
Vorrei segnalare un anomalia, l'archivio viene aggiornato ma nell'esecuzione e nella schermata di avvio si ferma comunque al e marzo, succede anche a Voi. Ho Verificato il file ed effettivamente lo aggiorna a quella di ieri, ma se poi lanci un test scrive e si ferma a quella del 2.
Ho usato ultimo aggiornamento e versione programma 262.
Grazie
L ho lanciata, e non rileva l ultimo casoche vul dire che ti perde uan estrazione ?
l'ultimo caso non è un ritardo perche è in corso ..L ho lanciata, e non rileva l ultimo caso
.ho segnato anche l estrazione che salta.
Public Sub MyScriptRoutine()
' SCRIVERE QUI IL PROPRIO CODICE COME SE FOSSE LA SUB MAIN DI SPAZIOMETIRA
' NON MODIFICARE IL NOME DI QUESTA SUB
Dim k As Long, nTro As Long
'''''''''''''''''''''''''''''''''''''''
Dim aRetU() As STRUCT_ELENCO_USCITE
Call ElencoUscite("0,1,2", 1, EstrazioneFin, 1, aRetU, 1)
For k = UBound(aRetU) To 1 Step -1
If Month(DataEstrazione(aRetU(k).idEstrazione)) = 3 Then
nTro = nTro + 1
Scrivi nTro & " | " & aRetU(k).idEstrazione & " | " & _
DataEstrazione(aRetU(k).idEstrazione) & " | " & StringaEstratti(aRetU(k).idEstrazione, 1)
' If CLng(Right(DataEstrazione(aRet(k).idEstrazione), 2)) = 2 Then Exit For
End If
Next
End Sub
Option Explicit
Sub Main
Dim i,ntro
Dim aE:aE = Array(0,1,2)
Dim aR(1):aR(1) = 1
ReDim aRit(0),aId(0)
Call ElencoRitardiTurbo(aE,aR,1,1,EstrazioneFin,aRit,aId)
For i = UBound(aId) To 1 Step - 1
If Mese(aId(i)) = 3 Then
ntro = ntro + 1
Scrivi ntro & " | " & GetInfoEstrazione(aId(i)) & "|" & StringaEstratti(aId(i),aR(1))
End If
Next
End Sub
Public Sub MyScriptRoutine()
' SCRIVERE QUI IL PROPRIO CODICE COME SE FOSSE LA SUB MAIN DI SPAZIOMETIRA
' NON MODIFICARE IL NOME DI QUESTA SUB
Dim k As Long, nTro As Long
'''''''''''''''''''''''''''''''''''''''
Dim aRetU() As STRUCT_ELENCO_USCITE
Call ElencoUscite("0,1,2", 1, EstrazioneFin, 1, aRetU, 1)
For k = UBound(aRetU) To 1 Step -1
If Month(DataEstrazione(aRetU(k).idEstrazione)) = 3 Then
nTro = nTro + 1
Scrivi nTro & " | " & aRetU(k).idEstrazione & " | " & _
DataEstrazione(aRetU(k).idEstrazione) & " | " & StringaEstratti(aRetU(k).idEstrazione, 1)
' If CLng(Right(DataEstrazione(aRet(k).idEstrazione), 2)) = 2 Then Exit For
End If
Next
End Sub
per il problema dell'ultima estrazione va inserita un'istruzione nel form script al pulsante aggiorna estrazioni
Vedi l'allegato 2255049