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

Search:

Type: Posts; User: bikashg

Search: Search took 0.08 seconds.

  1. Thread: Crystal Report

    by bikashg
    Replies
    579
    Views
    648,299

    Hi, Following is a description of the problem...

    Hi,

    Following is a description of the problem I am facing:

    I need to create a report based on two DB tables. For eg, if the 2 tables are called 'x' and 'y'. both 'x' and 'y' have one common...
  2. Thread: Crystal Report

    by bikashg
    Replies
    579
    Views
    648,299

    Hi Babu, I am new to crystal reports and want...

    Hi Babu,

    I am new to crystal reports and want to get started on it. could you please suggest me how to gain access some good documentation on crystal reports.

    Thanks & Regards,
    bikash
  3. Replies
    6
    Views
    2,373

    Thanks very much Girish. I will try it out and...

    Thanks very much Girish.

    I will try it out and revert back to you.

    Bikash
  4. Replies
    6
    Views
    2,373

    Thanks very much Harish, Using FindFirstFile...

    Thanks very much Harish,

    Using FindFirstFile and FindNextFile we will need to do the following:

    loop through all the files and get the count of files and also sum up their sizes to get the...
  5. Replies
    6
    Views
    2,373

    query directory for size and number of files

    Is there any API / Class that can be used to query the "Size" and the "Number of Files" in a directory:confused:
  6. Thanks for your suggestions guys, Is it...

    Thanks for your suggestions guys,

    Is it possible to have variable list of arguments for in-proc servers. Please let me know cos I might have an option to convert it to in-proc
  7. Variable number of arguments in COM interface method

    Hello All,

    I have a method being declared in a COM Interface. I want this method to take variable number of arguments.

    Hence I declared the method as follows in the "IDL" file.
    LogMsg(long...
  8. Thread: File Handling

    by bikashg
    Replies
    1
    Views
    521

    File Handling

    If one or more processes access the same file, how do I handle synchronisation? Is there a way I can lock a file when I am reading it?
  9. Replies
    8
    Views
    892

    yes Alexei...I have now fixed this problem..and...

    yes Alexei...I have now fixed this problem..and it is working now thanks heaps
  10. Replies
    8
    Views
    892

    Thanks Yves....it is working now. Also is...

    Thanks Yves....it is working now.

    Also is there a way of shortening the whole program using wsprintf ?
  11. Replies
    8
    Views
    892

    using free function after malloc

    Have written a function as follows....I am getting an error when I try to free the allocated memory through malloc...
    Have put in a commment against the Free functions that are returning an error
    ...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured