How to pass date parameters in fastreport
Hello all.
I am new to Fast report and i don't know how to pass 2 date parameter and give them value from text boxes?? Kindly help.
Thanks in Advance
I am new to Fast report and i don't know how to pass 2 date parameter and give them value from text boxes?? Kindly help.
Thanks in Advance
Comments
Assuming that you want to pass parameters from your program to FR, use SetParameterValue("PARAMNAME",Date) - check the help file topic "Passing a value to a report parameter" on FR Programmer's Manual.
Thanks CarlosC