CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: K.Babu

Page 1 of 6 1 2 3 4

Search: Search took 0.10 seconds.

  1. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Re: K.Babu

    Hi,

    Iam also recommanded for your questions as new thread.

    K.Babu
  2. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Crystal Report can't run from VB

    Hi,

    action property should be at last line of all the cr.{properties}

    cr.action = 1

    yours friendly,
    K.Babu
  3. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: about deployment

    Have you got any error message while registering CRAXDRT9.DLL with regsvr32.
  4. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Reference to Subreport

    Hi,

    This code works through the RDC object model to identify a subreport object in the main report



    Dim crSecs As CRAXDRT.Sections
    Dim crSec As CRAXDRT.Section
    Dim crRepObjs As...
  5. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Hi, Try this, store the date to logfile in...

    Hi,

    Try this, store the date to logfile in client machine, validate the logfile before starting the recurrence instance.
  6. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Crystal Report: Access Denied

    Hi,

    Make sure you have Read/Write access for your logon user in server machine.
  7. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: supress column if duplicated

    Hi,

    Group by name1, Year, Month.

    So that it will come once in the name1 group.

    Yours Friendly,
    K.Babu
  8. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: changing the field data in the report

    Hi,

    Insert Formula field in the Crystal Report,

    inside that formula validate the papercode

    eg. if papercode = -1 then "pp" else ""

    Yours Friendly,
    K.Babu
  9. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Crystal Report Parameter in ASP

    Hi,

    Find out the ASP Sample Code attachment, I hope this sample will solve your problem.

    yours friendly,
    K.Babu
  10. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Re: Re: Package and deploying in VB

    Hi,

    I think you are using RDC Method, that's no required crystl32.ocx, Find out the RDC Method Engine Runtime Requirement Files.

    IF you have not, i will give you ok.

    Regards,
    K.Babu
  11. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: capture parameter past and store to textbox

    Hi,

    Instead of parameter, display dialog form with text box for user interface, and then pass the value to "parameter" Or "formulas" to crystal report.

    Formula Eg....
  12. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: using Crystal Report Viewer Control 9 in VB.NET

    Hi,

    You can't assign report file name directly to reportsource.

    me.AxCRViewer92.ReportSource = dlg.FileName

    Use the following code sample

    Dim crrpt As New CRAXDRT.Report
    ...
  13. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Package and deploying in VB

    Hi,

    Yes, I also face the same problem, which you mention bellow regarding package wizard, I don't want to R&D why package wizard not support that, so that, i written the setup script in Install...
  14. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Hi, 1. Insert the formula field in crystal...

    Hi,

    1. Insert the formula field in crystal report design mode.
    2. Validate the string value for the formula field in vb run mode.
    eg.

    if the user choose all branch
    ...
  15. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Server has not been opened yet?

    Hi,

    1. ParameterFields(n), index should start from 0,1,2,...

    2. "ParameterName; NewValue; SetCurrentValue"

    Eg. CrystalReport1.ParameterFields(0) = "DatePar;Date(1998,12,7);TRUE"
    ...
  16. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Sample VB Code for Export PDF Format from Crystal Report 8.5 in VB at Run Mode.

    You can find out the answers from the VB code for the following questions.

    Q:
    How to open MSAccess database file from select path in VB at run mode?
    How to hide password prompt dialog box, from...
  17. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    View Pictures from database.Table.field contains picture filename with path.

    Dear Friends,

    I received more emails regarding, how to view pictures in the database file.

    The database table field contains picturename and its path. they want to display get pictures...
  18. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Is your problem solved?

    Is your problem solved?
  19. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Exporting crosstab report to excel file.

    Hi,

    In Crystal Report Viewer there is an option to filter the data while viewing the report, use the filter wizard to filter the exact data whatever you need then export the content which...
  20. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Re: Clarification needed ... to Babu

    You have to specify all the information in logoninfo(n) property

    DSN = Data Source Name
    UID = User Logon ID
    PWD = Logon password
    DSQ = "c:\projects\data.mdb" [or server name]
  21. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Crystal Report 9 - Deployment Problem

    The required runtime files for an application developed using the Report Designer Component are listed below.

    FILE LOCATION
    CRAXDRT.DLL \PROGRAM FILES\SEAGATE SOFTWARE\REPORT DESIGNER COMPONENT ...
  22. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Crystal Report 9 - Deployment Problem

    Hi,

    What type of crystal report engine you are using in your vb app.
    eg. (ActiveX control, RDC)

    regards,
    K.Babu
  23. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Export Problems

    Hi,

    1. Use "SelectionFormula" to filter the data

    Eg.

    Cr.SelectionFormula = "{Table1.Field_name} = 'raja' "
    ------------
    2. Make sure the backend field data type allow the decimal...
  24. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: Clarification needed

    Hi,

    Use the LogOnInfo property when the report connects to multiple data sources that require different log on information. If the report connects to only a single ODBC data source or SQL...
  25. Thread: Crystal Report

    by K.Babu
    Replies
    579
    Views
    648,371

    Re: How to connect to different servers at runtime

    Hi,

    yes, crystal report had LogOnServer method it contains server connection string, so that you can change the sql server location.

    In crystal report design time, you can use...
Results 1 to 25 of 148
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured