Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using SQL in run-time to Crystal Report
Message
From
28/09/1998 08:46:55
Penmetsa Sridhar
Visualsoft Technologies Limited
Hyderabad, India
 
 
To
22/09/1998 11:44:22
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00139482
Message ID:
00141385
Views:
28
if u want to send an sql statement

for example
select * from table where table.field = value

Use this

crystalReport1.SelectionFormula = "{table.field} = '" & value & "'"


If u want to sent a string to the report formula

USe this

CrystalReport1.formulas(0) = "formulaname = '" & valve & "'"


Is this the solution that u want ?

If else eloborate your question.

Pemmetsa Sridhar
Previous
Reply
Map
View

Click here to load this message in the networking platform