Diamondbell
IS-IT--Management
Thanks everyone for the help on my Date issue that was finally solved!! But however now it's pulling in the dates right but i also need to be able to pull by the contract number...I can't quite seem to figure this one out either...the contract is being pulled in at the Record selection with:
{PMTRAN.CONTRACT} in {?FRJOB} to {?TOJOB}
stringVar fromtostr;
fromtostr:= '[' + Trim({?FRJOB}) + '] To [' + Trim({?TOJOB}) + ']'
//'fromtostr;
this is what i have on the report and the ?FRJOB is set to string with no default values.
Help please!!
Thanks again!
SB
{PMTRAN.CONTRACT} in {?FRJOB} to {?TOJOB}
stringVar fromtostr;
fromtostr:= '[' + Trim({?FRJOB}) + '] To [' + Trim({?TOJOB}) + ']'
//'fromtostr;
this is what i have on the report and the ?FRJOB is set to string with no default values.
Help please!!
Thanks again!
SB