
Error 20515, on selection formula?
Dear all,
I have a VB application that call up a Crystal Report, I want to pass a
simple selection formula from VB.
At first I tried to pass a simple formula like {tblTimeRec.UserID}='KK', it
works fine and I can call up Cry Rpt.
Then, in Cry Rpt I tried out another formular, (coz I'm new to Cry Rpt so I
test it in Cry Rpt first):
{tblAccounts.Manager} = 'MP' And {tblTimeRec.TChgDate} in Date(2002,4,30)
to Date(2002,5,29)
It's work so I build this in VB and replace it with some variables, however,
it gives me a "20515" error. This is the second time happend on me :(
Is this the issue of my selection formula? Or since I upgrade the Cry Rpt
from 4.x (shipped with VB) to Cry Rpt 8.5 Pro, will there be any issue
related to this?
Thanks!
K.K.