Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using SQL in run-time to Crystal Report
Message
De
28/09/1998 08:46:55
Penmetsa Sridhar
Visualsoft Technologies Limited
Hyderabad, Inde
 
 
À
22/09/1998 11:44:22
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00139482
Message ID:
00141385
Vues:
29
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform