Jan 19, 2011 #1 MLNorton Programmer Nov 15, 2009 134 US What is wrong with this Filter statement? Each condition works alone but not in combinuation. Form_Main.ADOTable1.Filter := 'ExpYearMonDay >' + IntToStr(TodaysDte)) and CardSent = false';
What is wrong with this Filter statement? Each condition works alone but not in combinuation. Form_Main.ADOTable1.Filter := 'ExpYearMonDay >' + IntToStr(TodaysDte)) and CardSent = false';
Jan 19, 2011 #2 majlumbo Programmer Jul 13, 2010 295 US IntToStr(TodaysDte)) should be IntToStr(TodaysDte) or is this just a type transposing it to the forum? Upvote 0 Downvote
IntToStr(TodaysDte)) should be IntToStr(TodaysDte) or is this just a type transposing it to the forum?
Jan 19, 2011 #3 DjangMan Programmer Jun 1, 2001 1,785 CA What data type is TodaysDte? Upvote 0 Downvote