SMExport suite 3.60


Mike Shkolnik glad to announce the new version of SMExport suite for Delphi/C++Builder.

SMExport suite for Delphi&C++Builder is a native VCL component suite for data export from TDBGrid/TDataSet (with BDE or without it) into MS Excel, MS Word, Lotus 1-2-3, Quatrro Pro, Text, HTML, XML, SYLK, DIF, SQL and Paradox/DBase/ASCII files:

  • TSMExportToXLS - export into MS Excel spreadsheet without OLE
  • TSMExportToExcel - export into MS Excel file using OLE
  • TSMExportToWord - export into MS Word file using OLE
  • TSMExportToWKS - export into Lotus 1-2-3 spreadsheet without OLE
  • TSMExportToQuattro - export into QuattroPor spreadsheet without OLE
  • TSMExportToText - export into text file (fixed or comma-delimited) without BDE
  • TSMExportToXML - export into XML file
  • TSMExportToHTML - export into HTML file
  • TSMExportToSYLK - export into SYLK file
  • TSMExportToDIF - export into DIF file
  • TSMExportToSQL - generate the SQL-script with data dump
  • TSMExportToBDE - export into Paradox/DBase/ASCII (using BDE)

To data export from DBGrid component the information of the given DBGrid (width of columns, colors, fonts, selected records etc.) is transferred as much as possible. Added the support of third-party DBGrid components with extended possibilities (like InfoPower's TwwDBGrid and others).

Supports the custom drawing in OnGetCellParams event and "silence" mode for multi-tier/web applications.
Also SMExport suite contains a TSMEWizardDlg and TSMExportMonitor compound components with visual dialog for export parameters setting. With these components you can control a data export process in one place and give a flexible application to your end-users.Available the multilanguage resource files.

Related Discussions
  • HIDING FILES FROM USER OUTSIDE OF MY PROGRAM. (2001-01-17 04:33:53)
    You won't like my answer :-) Yes, there's a way. You'll have to developp a VxD file, to hook the IFS manager. But you can't do that in Delphi (I...
  • DRAG A LINK FROM IE INTO MY APP? (2001-01-17 14:42:52)
    You need to implement IDropTarget and IDataObject COM interfaces... quite a bit of work. The easy way is to use Anders and my Drag and Drop...
  • ATTACHMENTS WITH TNMSMTP EMAIL COMPONENT (2001-01-22 06:37:36)
    Being as you are a Delphi beginner, I'd like to mention that the majority of Delphi programmers do not use the TNMxxx components shipped with...
  • SIMPLE EMAIL QUESTION (2001-01-30 07:40:08)
    Here is the MemoryStreamToWebBrowser example I promised: // This writes a MemoryStream to the WebBrowser document // without using any disk...
  • HOW TO PRINT AND MAKE PRINT PREVIEW WITHOUT QUICKREPPORT? (2001-02-06 02:36:29)
    If you want to use "matricial" printer like EPSON, I have a routine to do it. As I did with clipper, to print in text mode. If it is what you want,...
  • PCTERM OR TERMINAL EMULATOR COMPONENT (2001-02-13 16:43:25)
    Hey! Why don't you try Francois Piette Internet Component Suite. You can find a Terminal Emulation Component in it. The address is:...
  • CONNECTING TO MICROSOFT SQL 97/2000 SERVER WITHOUT BDE? (2001-02-19 13:31:28)
    ADO Components should be embedded into the exe you made. The only thing your users will need to do is configure ODBC drivers and specify...
  • DEBUG TOOL RECOMMENDATION? (2001-03-01 07:01:39)
    Late addition! Forget about Delphi 3 and upgrade to Delphi 5 asap. I had Delphi 3 & 4 projects that were performing unexpected and unexplicable...
  • CONNECTING TO SQL SERVER... (2001-04-24 23:22:33)
    thanx selma
  • OFFICEXP MENUS (2001-05-07 06:43:47)
    It seems that DevExpress knows. Their ExpressBars suite currently has the OfficeXP look and feel and better, its also available for kylix.
Latest News
Submit News Form Past News
Latest Forum Entries