home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / ActiveX / InaGrid_v2.0_32bit_ActiveX-FCN / ReadMe.txt < prev    next >
Text File  |  1998-11-06  |  1KB  |  48 lines

  1. =======================================================================
  2. InaGrid 32 bit ActiveX control
  3. (C) 1996-1998 Inabyte Inc.
  4. All Rights Reserved
  5. =======================================================================
  6.  
  7. ---------------------------------------
  8. Contacting Inabyte Inc.?
  9. ---------------------------------------
  10.  
  11. By Phone    415-883-3407 Sales 877-INA-BYTE
  12. By Fax        415-898-1652 Sales and Support
  13. By Email    support@inabyte.com
  14.         info@inabyte.com
  15. By Internet    http://www.inabyte.com/support.html
  16.         http://www.inabyte.com
  17. By US Mail    Inabyte Inc.
  18.         5 Betty Lane
  19.         Novato, CA  94947
  20.         USA
  21.  
  22. ---------------------------------------
  23. Known Problems MFC
  24. ---------------------------------------
  25.  
  26. GetData in an MFC application fails to add the OLE_COLOR pColor parameter correctly?
  27.  
  28. Make sure these lines in the .cpp file read:
  29.  
  30. ON_EVENT(object, 1, 1 /* OnGetData */, OnGetData, VTS_CY VTS_DISPATCH VTS_PBSTR VTS_PCOLOR)
  31.  
  32. And
  33.  
  34. void object::OnGetData(CURRENCY nRow, LPDISPATCH pColumn, BSTR FAR* pValue, OLE_COLOR* pColor)
  35. {
  36. }
  37.  
  38. And in .h file read:
  39.  
  40. afx_msg void OnGetData(CURRENCY nRow, LPDISPATCH pColumn, BSTR FAR* pValue, OLE_COLOR* pColor);
  41.  
  42. ---------------------------------------
  43. Suggestions and comments
  44. ---------------------------------------
  45.  
  46. Yes we are interested in your suggestions and comments. Email inagrid@inabyte.com
  47.  
  48.