Why is it my code wont work using fields but will forcing values
SET FILTER TO agenda_order_view.meeting_Date = Vdate IN agenda_order_view
But this will work
SET FILTER TO agenda_order_view.meeting_Date = CTOD('01/21/2003') IN agenda_order_view
The variable Vdate is a date value, but it comes up saying the varibale Vdate can not be found, so I tried it with the form field instead of Vdate, still says it can not find the form field, works great if you put your value in the code..........help !!!!!!!!!!!!!!
SET FILTER TO agenda_order_view.meeting_Date = Vdate IN agenda_order_view
But this will work
SET FILTER TO agenda_order_view.meeting_Date = CTOD('01/21/2003') IN agenda_order_view
The variable Vdate is a date value, but it comes up saying the varibale Vdate can not be found, so I tried it with the form field instead of Vdate, still says it can not find the form field, works great if you put your value in the code..........help !!!!!!!!!!!!!!