Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
... Where origem in ('Filipe Lourenço','CArla Sofia Alves') ....
dm.entradasq.sql.Add( ' Where origem in (' );
dm.entradasq.sql.Add( QuotedStr('Filipe Lourenço') + ',');
dm.entradasq.sql.Add( QuotedStr('CArla Sofia Alves') );
dm.entradasq.sql.Add( ') ');
dm.entradasq.SQL.Add('and da>='+QuotedStr(Datetostr(cal.date))+'');
dm.entradasq.SQL.Add('and da<='+QuotedStr(DatetoStr(cal.EndDate))+'');
dm.entradasq.SQL.Add(' AND da BETWEEN '+QuotedStr(Datetostr(cal.date))+' AND '+QuotedStr(DatetoStr(cal.EndDate))+'');