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
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