Главная
Новый форум
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Генератор отчетов по WIndows

 
Post new topic   Reply to topic   printer-friendly view     Forum Index -> БЭСТ-4
View previous topic :: View next topic  
Author Message
andre19@ngs.ru



Joined: 08 Dec 2003
Posts: 11
Location: Андрей
Occupation: фест, сис админ
Interests: новосибирск

PostPosted: 25 Dec 2003 14:45    Post subject: Генератор отчетов по WIndows Reply with quote

Вопрос такой.
Не могу приделать к форме множественный фильтр, те чтобы в одном забросе два лист бокса было.Скажу сразу, код взял из примеров и его изменил немного
Code:
var
VariableStatus :TppAutoSearchField;
Field: TppAutoSearchField;
begin
if VariableStatus() not empty then
begin
    If dialog1.execute Then
    begin
    if Report.AutoSearchFieldCount = 0 then
    Field := Report.CreateAutoSearchCriteria('pl', 'shortname', soEqual, '@par', True)
    else           
    Field := Report.AutoSearchFields[0];
    if dialog1['NP']<>'' then
    begin
    assignparameter('par', trim(dialog1['NP']));
    Field.ShowAllValues := False;
    end 
    else
    begin
    assignparameter('par', '%');
    Field.ShowAllValues := True;
    end; 
    end;
    end
else
 begin
 If dialog1.execute Then
   begin
      if Report.AutoSearchFieldCount = 0 then
           Field := Report.CreateAutoSearchCriteria('pl', 'fam', soEqual, '@par', True)
     else           
          Field := Report.AutoSearchFields[0];
     if dialog1['mol']<>'' then
       begin
         assignparameter('par', trim(dialog1['mol']));
         Field.ShowAllValues := False;
       end 
     else
       begin
         assignparameter('par', '%');
         Field.ShowAllValues := True;
      end; 
   end;
 end;
end;

а получается так что работает только один из двух листбоксов....
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view     Forum Index -> БЭСТ-4 All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group

Rambler
Rambler's Top100 Рейтинг@Mail.ru