reorganize upload files and images

This commit is contained in:
2019-09-18 17:16:05 +02:00
parent 08cebb1db9
commit c8275cb10b
524 changed files with 63657 additions and 169 deletions

View File

@@ -0,0 +1,16 @@
Module modGeneral
' Paramètres de l'application
Public ctDSN_AEM As String
Public gDate_debut As Date = Now ' Date début de traitement
Public gDate_fin As Date = Now ' Date fin de traitement
'-------------------------------------------------------------------------------------
Public Function nv(ByVal c As Object) As Object
' remplace une chaine NULL en ""
On Error Resume Next
nv = vbNullString & c
End Function
End Module