|
Postel Control - BatchName Property
Kadmos Postel ActiveX Control

Postel Control
BatchName Property
|
Description
|
Returns/sets the name of batch file. Restituisce o imposta il nome del lotto.
|
Syntax Visual Basic
|
[form.]Postel.BatchName[ = Text$]
|
|
Visual C++
|
CString Postel.GetBatchName(); void Postel.SetBatchName(LPCTSTR lpszNewValue);
|
|
Delphi
|
property BatchName: WideString;
|
|
C#
|
string Postel.BatchName;
|
|
Remarks
|
Deve iniziare con un carattere alfabetico e può essere seguito da caratteri alfabetici (da A a Z) o numerici (da 0 a 9).Il nome del lotto può essere così composto (max 8 caratteri):- 2 caratteri per il tipo di documento
- 4 caratteri per il giorno e il mese della spedizione nel formato ggmm
- 2 caratteri per l'eventuale numero progressivo del lotto
Si consiglia:- "CI080400" per lettere circolari
- "EC080400" per estratti conto
- "FT080400" per fatture
- "RB080400" per ricevute bancarie
- "AV080400" per avvisi di scadenza
- etc.
Attenzione! Il nome del lotto deve essere identico al nome del file ad esempio: Dim NomeLotto As String
NomeLotto = "CI200901" Postel1.BatchName = "CI200901" Postel1.FileName = NomeLotto & ".ASC"Si veda anche la proprietà FileName.
|
|
Data Type
|
String
|
Copyright © 2001/2008 Kadmos.com - All rights reserved. Privacy Policy
|