Search results for query: *

  1. I

    Transfer files using sFTP

    I have a requirement to transfer files to a file server using sFTP. Does .Net 2.0 provide any features or classes to implement this? Thanks in advance for help.
  2. I

    Display sum at Group Header.

    Hello, I tried the 2nd option to put the sum value in the footer and then assigning it to the header. May be I am missing out something can you please explain with codes in detail. Thank you very much. Using BeforePrintingRecords and WhileReadingRecords gives error saying "This function...
  3. I

    Display sum at Group Header.

    In my report each row displays the maximum { Max(field) } value of a set of feilds using Max function. These rows are in each Group. I want to display the sum of these row in the Group Header at the top of each group. The Sum() function doesnot allow me to do the sum of Max fields, so I am...
  4. I

    Access Global variables

    I want to declare global variable in a formula editor and access that variable in another formula editot in crystal reports .net. How can I do that?
  5. I

    Check of DB.NULL is Formula Editor.

    Thank you. Thank you very much. It worked. I was checking for "Is Nothing".
  6. I

    Check of DB.NULL is Formula Editor.

    Hi, I am unable to check DB.Null value from Formula Editor in Crystal reports .Net. If the column value is NULL then display "Some text" else "Column Value". Database is SQLServer 2000. Thanks Imran
  7. I

    Problem using CodeComment Report

    I am using VBCommenter to add comments to my code. When I see the html report in the browser, it does not show description or summary of any subs or methods. I also want to see description of each input parameter in subs. For eg: ''' <summary> ''' This is sumary info ''' </summary> ''' <param...
  8. I

    Conditional Compilation in vb.net

    Can you let me know what is the value of "CompilerMode" here. I am also stuck in the same point. thanks
  9. I

    Conditional Compilation in vb.net

    I want to execute a specific piece of code only when the project is running is debug mode. That means if the compilation mode is debug then execute the code else not. Thanks for the help.
Back
Top