Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLQuerySting doesn't change
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Titre:
SQLQuerySting doesn't change
Divers
Thread ID:
00834417
Message ID:
00834417
Vues:
50
Hi everybody!

I’m working with Crystal Reports 9 and need to change programmatically the property SQLQueryString in a report, I’m using this code ...
thisform.oReporte.Database.SetDataSource( “MyDataBase” )
thisform.oReporte.Database.Tables( 1 ).SetLogOnInfo( "MyDSNDriver", "MyDataBase", "user", "password" )
thisform.oReporte.Database.Tables( 1 ).SetSessionInfo( "user", "password" )
thisform.oReporte.SQLQueryString = "Select * From MyTable"
The value is not updated, but there’s not any error message neither ... any ideas

Thanks in advance,
Pablo van Diest (Senior Developer)
APSystems
Buenos Aires, Argentina
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform