Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data refresh URGENTplease..

Status
Not open for further replies.

ambati

Programmer
Feb 16, 2002
5
IN
Hi all,
I am using following method to show crystal reports
in ASP. I am new to crystal reports.this setlogoninfo()
will get data from the database table ?
or it will display report generated in crystal?
i mean it will get latest data from database?
i am not passing any query .how it will
get data ?what is the record set for this report?

My requirement is that need to get data from table
and display graph using crystal report.


userid = "sa"
password = "sa"


session("oRpt").MorePrintEngineErrorMessages = False
session("oRpt").EnableParameterPrompting = False

' Set the location
set crtable = session("oRpt").Database.Tables.Item(1)
crtable.SetLogonInfo "datasouce", "database_name", cstr(userid), cstr(password)

one more thing ..

while displaying crystal report i don't want pageEngine
and any of those things.

It is showing preview and page 1 of 1 buttons.
i just want graph on while page.
how to do these things.

Pls any one can help ?

Thank you

ambati
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top