Posts
 
Reputation
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
~229 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for kehar

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

Member Avatar for schanglani
0
133
Member Avatar for vanathi_vb

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 …

Member Avatar for schanglani
0
96

The End.