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

Search:

Type: Posts; User: mvilaskumar

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,368

    Hi , I am trying for VB you try it out to ur...

    Hi ,
    I am trying for VB you try it out to ur code.

    Use

    CrystalReportViewerSL.SelectionFormula = Your Filter condition
    Before preview the report.


    eg.
  2. Replies
    1
    Views
    954

    Here is the solution Create one formula in each...

    Here is the solution
    Create one formula in each report as 'DateFormat'
    Edit formula write there 1

    Now

    Steps
    1) Select DateField in your report - > Right Click -> CustomeStyile ->...
  3. Replies
    1
    Views
    1,209

    Yes you can use crystal report on vb into .Net. ...

    Yes you can use crystal report on vb into .Net.
    Copy old report in .net project.

    Steps.
    1) Right click on solution - > Add - > Add Existing Item - > Select your your report which was copies...
  4. Replies
    22
    Views
    29,936

    Hello Did you get solution Do one thing In...

    Hello Did you get solution
    Do one thing

    In Control Panel -> printer

    Right click on this 'hp LaserJet 1300 PCL 6 on Bharath'
    Go to Peoperties -> General tab - >
    Change this name 'hp...
  5. Replies
    22
    Views
    29,936

    Do one thing , Delete that printer hp LaserJet...

    Do one thing ,
    Delete that printer hp LaserJet 1300 PCL 6 on Bharath from your Printer.

    Now add one again using 'Add printer' with name only "hp LaserJet 1300 PCL 6" Take help from your compan's...
  6. Replies
    22
    Views
    29,936

    Steps 1) Go to My Computer - > Control Panel - >...

    Steps
    1) Go to My Computer - > Control Panel - > Printers ->

    Now Tell me what are there after clicking to Printer ?

    Please give me all names.
  7. Replies
    22
    Views
    29,936

    Pl go step by step Steps 1) Go to My Computer...

    Pl go step by step

    Steps
    1) Go to My Computer - > Control Panel - > Printers ->
    Now see there is any printer connected to your machine ?
    If yes then Press F2 and copy that name to your code. ...
  8. Replies
    22
    Views
    29,936

    Hi , you are missing something somewhere. ...

    Hi , you are missing something somewhere.

    Steps
    1) Go to My Computer - > Control Panel - > Printers ->
    Now see there is any printer connected to your machine ?
    If yes then there is printer...
  9. Replies
    22
    Views
    29,936

    Hi.. Use this crpt.PrintOptions.PrinterName...

    Hi..

    Use this
    crpt.PrintOptions.PrinterName = "hp LaserJet 1300 PCL 6"
    instead of crpt.PrintOptions.PrinterName = "\\banupriya\hp LaserJet 1300 PCL 6"
    crpt.PrintToPrinter(1, False, 1, 1)
    ...
  10. Cross Tab Report, Lables for summary field

    I am creating cross tab report in ASP.Net
    for stock ledger. In row i have
    select `Dept`, `Store` and in columns i have
    selected `month`. Summry fields are ...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured