Révision 4 LicensesMercure/UFMenu.pas
UFMenu.pas | ||
---|---|---|
81 | 81 |
//EXCHANGE_PASSWORD = 'Al1Messac35!'; |
82 | 82 |
EXCHANGE_SHARED_MAILBOX = 'inraporc-rennes'; |
83 | 83 |
MAIL_INRAPORC = 'inraporc-rennes@inra.fr'; |
84 |
MAIL_INRA_TRANSFERT_1 = 'chrystele.eiler@inra.fr';
|
|
84 |
MAIL_INRA_TRANSFERT_1 = 'doudja.alili@inra.fr';
|
|
85 | 85 |
MAIL_INRA_TRANSFERT_2 = 'franck.leguerhier@inra.fr'; |
86 | 86 |
MAIL_AJINOMOTO = 'Corrent_Etienne@eli.ajinomoto.com'; |
87 | 87 |
MYSQL_HOST = 'inraporc.inra.fr'; |
... | ... | |
102 | 102 |
que: AnsiString; // query |
103 | 103 |
cur: Integer; // current record |
104 | 104 |
SLOrder, SLAjinomoto, SLLicense: TStrings; |
105 |
TempFolder: String; |
|
105 | 106 |
|
106 | 107 |
implementation |
107 | 108 |
|
... | ... | |
322 | 323 |
DateLimite := EndOfTheYear(IncYear(Date)); |
323 | 324 |
DateLimite := Trunc(DateLimite); // Suppression de la partie heure |
324 | 325 |
MLog.Lines.Add('Final date is ' + DateToStr(DateLimite)); |
326 |
|
|
327 |
TempFolder := GetEnvironmentVariable('TEMP'); |
|
325 | 328 |
end; |
326 | 329 |
|
327 | 330 |
procedure TFMenu.FormClose(Sender: TObject; var Action: TCloseAction); |
Formats disponibles : Unified diff