Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
You should try to remove two forward slashes with replace function in vb Like If Trim$(Replace(dt.Text,"/","")) = "" Then msgbox "XXXX" End if I Think This should solve your problem Satish Changlani
HI Vanathi.G Here is the code to pass parameters to Sql 2000 from vb With CrystralReport1 '1st Parameter to Sql 2000 from Vb Thru Crystal Reports .StoredProcParam(0) = txtStartDate.DateValue '2nd Parameter to Sql 2000 from Vb Thru Crystal Reports .StoredProcParam(1) = txtEndDate.DateValue '3rd Parameter to Sql 2000 from Vb Thru …
The End.
schanglani