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

Search:

Type: Posts; User: AnitaEugene

Page 1 of 12 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: Unable to read numeric values from Excel file using CDaoRecordset

    Hi
    Even if I change the field type to text manuall on the excel sheet, I am still getting the m_nType as 7 instead of 10, which is text.
    This makes the read fails and returns null.

    Is there a...
  2. Re: Unable to read numeric values from Excel file using CDaoRecordset

    Hi
    If I remove the first 9 remark rows, it all works fine.
    How does the initial remark rows affect the numeric reading?
    Eugene
  3. Re: Unable to read numeric values from Excel file using CDaoRecordset

    Hi
    Excel 8.0 also same problem.
    I tried with CDatabase also. Still problem.
    You may try the sample with my download sample.xls file


    http://www.sharewaredreams.com/downloads/sample.xls
    Any...
  4. Re: Unable to read numeric values from Excel file using CDaoRecordset

    Here is the code. Its all good. I am able to read all the fields with text. But, not able to read the numeric fields.

    Also, the problem comes only with the sample file, which you can download...
  5. Re: Unable to read numeric values from Excel file using CDaoRecordset

    Hi
    Thanks for your reply. When I create a new Excel file, I am able to read text and numbers. But, please download the Excel file from the link.
    ...
  6. Unable to read numeric values from Excel file using CDaoRecordset

    Hi
    I am using CDaoRecordset and GetFieldValue to read field values from an excel file.
    But, I am not able to read the numeric fields. I only get VT_NULL when I try to read the numeric field.
    If I...
  7. Replies
    11
    Views
    3,176

    Re: sqlite static complie

    Thanks. I could get it compiled without any errors. I was previousely using one of the codeproject wrapper class where I need to have the dll on the folder. But, opening the database and handling was...
  8. Replies
    11
    Views
    3,176

    Re: sqlite static complie

    Could you please provide some more information?
    EUgene
  9. Replies
    11
    Views
    3,176

    sqlite static complie

    hi
    How do I statically link sqlite3 using VC6++? Any samples?

    Thanks
    Eugene
  10. Trying to get event from CHtmlView HTML page with CEventSink. Where am I doing wrong?

    I have created a CHtmlView and loaded a HTML page. Trying to get the Button Click event from the HTML using CEventSink through Invoke.
    Please find my sample code on the link below
    ...
  11. Re: How do I use IDictionary interface inside my simple VC++ application?

    I am just in the start. I need to know what header file I have to add for this and how use it in one or two lines of sample.
    Thanks a lot
    Anita Eugene
  12. How do I use IDictionary interface inside my simple VC++ application?

    Hi
    How do I use a simple IDictionary interface inside my simple VC++ Dialog application without any complication?
    I need to use the KeyValue pair inside my application for row manipulations....
  13. Replies
    6
    Views
    1,783

    Re: Close CAsyncSocket on server side

    Thanks. Let me go through this articles. I know I am doing some mistake. Let me try to fix it and post the result.
    Thanks
    Anita Eugene
  14. Replies
    6
    Views
    1,783

    Re: Close CAsyncSocket on server side

    Its a HTTP server I am working on,
    On receving GET request on "OnReceive", I call the thread below to send the data and thn suutdown.

    AfxBeginThread(MTProcessRequestThread,(LPVOID)wParam);
    ...
  15. Replies
    6
    Views
    1,783

    Re: Close CAsyncSocket on server side

    Hi Thanks for the response. Yes. I tried ShutDown(0) and then Close().
    I get error on the function below on the CAsyncSocket...
  16. Replies
    6
    Views
    1,783

    Close CAsyncSocket on server side

    Hi
    After sending data using "Send(...)", I would like to close an CAsyncSocket socket. But, how do I know that complete data is sent?
    If I close after "Send(...)", I get socket error.

    Thanks for...
  17. Re: ATL ASP Component Unregister and debug

    Hi
    Thank you. Atleast, if there is a way to shut it down and replace the new copy, its good. It even does not take, if the name of the dll changes. (It keeps the progID and gives error)

    When we...
  18. ATL ASP Component Unregister and debug

    Hi
    I am trying to develop a simple atl based ASP component using VC++6. Its all fine. It even works on asp script on server side.
    Now the problem is, atl does the registration and one I use...
  19. Replies
    1
    Views
    656

    DSN less connection for MSAccess

    Hi
    I am opending the SQL database as below

    BOOL bRet = m_DataBase.OpenEx(sDSNLESS, CDatabase::noOdbcDialog | CDatabase::openReadOnly );
    I am supplying the connection string and it works good...
  20. Great !!!!

    Thanks a lot.
    Anita Eugene
  21. Any solution based on Ctime ?

    Even a solution based on CTime will help.

    Thanks
    Anita Eugene
  22. When I convert '12/3/2003' using COleDateTime::ParseDateTime, takes 12 as date. Why?

    My regional setting is australia.
    I have a string '12/3/2003' (mm/dd/yy) in US format to be parsed as COleDateTime.
    When I convert using COleDateTime::ParseDateTime, it considers 12 as date and 3...
  23. Thank you Sam. Can some one give a download link for "Arial Unicode MS" font?

    Thank you Sam.
    Can some one give a download link for Arial Unicode MS font?
    Microsoft does not provide this download link any more.
    I searched google also. Could not find a suitable download...
  24. Thank you darwen

    Thank you for sharing your experience with us. Good and useful.
    But, I am still looking for a suitable font for Korean language.
    As you said, we can make our own messages box with the available...
  25. Thank you Doctor Luz. Your final sample should work as you told. menus ? But...

    Thank you Doctor Luz. Your final sample should work. But, as I have not found a suitable font for Korean and Japanese languages, still could not test it on my PC. Still searching for it.

    Will the...
Results 1 to 25 of 279
Page 1 of 12 1 2 3 4





Click Here to Expand Forum to Full Width

Featured