Показать сообщение отдельно
Старый 28.09.2006, 13:48   #4  
Petruccio is offline
Petruccio
Участник
 
35 / 10 (1) +
Регистрация: 12.09.2005
Адрес: Минск
PHP код:
public class SalesReportSum extends RunBaseReport
{
    
DialogField     fieldFromDate_Period1;
    
DialogField     fieldToDate_Period1;

    
FromDate        fromDate_Period1;
    
ToDate          toDate_Period1;

    
#define.CurrentVersion(1)
    #localmacro.CurrentList
        
fromDate_Period1,
        
toDate_Period1,
    
#endmacro