Hai,
if u r using cr 8 then crystalreport.WIN.HasPrintSetupButton = True will help u to select the printer during run time.
else if u r using cr6 then crystalreport.windowprintsetupbutton=true will help u to select the printer during run time.
this should help u
hai
i have a exe project which has only mdiform and login.all others forms are in the dll.i store these dll's in pc MAIN.can i open the form which is in the dll from pc A1.please help
can i load a vb form from a remote m/c?
if possible please tell me how to do this and what should be used.please write in detail
thanks in advance
Darshu
Urgent
Hai
I am Using Crystal report 8 to design the report and to run i am using vb6 .when i try to open the subreport using .opensubreport("subreportname.rpt").it gives me error say invalid subreport.am i doing anything wrong by passing the name like this.
can anyone tell me how...
how to pass a dyanmic table name to a select statement for declaring a cursor in stored procedure.can any one help
.please if possible give a example
thanks darshu
please help
create or replace package abc_pack as
type rctl is ref cursor;
end;
CREATE OR REPLACE procedure sp_PROC(CODE IN CHAR,
rc1 in out abc_pack.rctl) is
begin
IF CODE IS NULL THEN
open rc1 for select table_CODE,DESCN from table1;
Else
open rc1 for select table_CODE,DESCN from table1...
can and open a ref cursor to have records for two conditions?
meaning
refc1 is my refcursor
if contition then
open refc1 for ----
else
open refc1 for --
end if
how can i do this and also
can i open ref cursor for insert statment and update statment
please give example
Hai Friend
in cr there is a property windowprintersetup.expose this property in ur code.
eg: cr.windowsprintersetup=true
using this u can select ur printer during the time u view ur report (run time).
this windowsprintersetup opens the same window that u choose while selecting ur printer...
Hello Friend
its very simple .u r running the reports through web then export the output of the report to a file.when u export the file it will ask for the path.u give the path of ur client m/c.
i think this should be helpful.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.