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!

Recent content by Darshu

  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

    How to set the print option

    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
  3. 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
  4. 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
  5. 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
  6. Darshu

    Can I Load Vb *.exe project from a

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

    Can I Load Vb *.exe project from a

    Can I Load Vb *.exe project from a remote machine.please help thanks Darshu
  8. 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
  9. Darshu

    Urgent Hai I am Using Crystal re

    Hai No my subreport is not linked to main report .it is independent.i am using crystal report object 8 library during runtime.please help
  10. 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...
  11. 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
  12. 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
  13. 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...
  14. Darshu

    Can anyone tell me which patch file

    please tell me the proper way to do this .if u can please give an example also.and if i have download any dlls also let me know.thanks for help
  15. 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

Part and Inventory Search

Back
Top