
Formulas in Crystal Report 4.6 ActiveX, 2°
I can't pass VB data to formulas (error message !), I only can pass fixed
values ?
Is it possible to to pass Vb datas ? ant how ?
- what is possible :
CrystalReport1.GroupSelectionFormula =
"totext({SpringCalendar.EvtsDates}) = 'string'"
-what I want :
Dim myStr as string
myStr = "11/05/97"
CrystalReport1.GroupSelectionFormula =
"totext({SpringCalendar.EvtsDates}) = myStr"
Or something like that...
Thanks
___________________Alain Sgalou