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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Darshu
  • Content: Threads
  • Order by date
  1. Darshu

    How do i connect to crystal report 8 from asp pages

    hai, i want to show a report from asp page.can anyone tell me how to connect crystal report 8 from asp page please i want this urgently thanks Darshu
  2. Darshu

    Hai,can i pass my connection to cry

    Hai,can i pass my connection to crystal 8 using a provider? if i can please tell the way to pass thanks darshu
  3. Darshu

    hai can any one help me with adva

    hai can any one help me with advanced queing.i don't know any thing about it please thanks darshu
  4. Darshu

    Hai,Is there any exam for crystal r

    Hai,Is there any exam for crystal report like mcp in exams in microsoft.if there please give me all details about the exam thanks darshu
  5. Darshu

    Can I Load Vb *.exe project from a

    Can I Load Vb *.exe project from a remote machine.please help thanks Darshu
  6. Darshu

    can i load a vb form from a remote

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

    Urgent Hai I am Using Crystal re

    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...
  8. Darshu

    how do i get the no of records sele

    how do i get the no of records selected in crystalreport before executing crystalreport1.action=1 in vb.please help
  9. Darshu

    how to pass a dyanmic table name to

    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
  10. Darshu

    please help create or replace pack

    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...
  11. Darshu

    Can anyone tell me which patch file

    Can anyone tell me which patch files have i to update,to use stored procedure in crystal report 6 with oracle 7.3
  12. Darshu

    can and open a ref cursor to have r

    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
  13. Darshu

    Hello Friends i would like to know

    Hello Friends i would like to know how to execute a oracle stored procedure in crystal report 6 .if u can please give a example also. thanks Darshu
  14. Darshu

    Hello Friends i would like to know

    Hello Friends i would like to know how to execute a oracle stored procedure in crystal report 6 .if u can please give a example also. thanks Darshu

Part and Inventory Search

Back
Top