|
SMImport suite
Today I released the new product: SMImport for Delphi/C++Builder.
SMImport for Delphi&C++Builder is a native VCL component suite for data importing into dataset from files of different formats.
The first version supports the import from Paradox, DBase and text (fixed or
delimited) files. In the next versions will be added the new file formats (MS Excel, MS Word, MS Access etc)
Also SMImport suite contains the TSMIWizardDlg compound component with
visual dialog for import parameters setting (like wizard in MS Access). With this component you can control a data import process in one place and give a flexible application to your end-users.
Import is available for any dataset which inherits from TDataset type (ADO, IBX, BDE, DAO etc).
Available the multilanguage resource files.
Now you can download from site a trial package for Delphi 3/4/5 and/or
C++Builder 3/4/5. The demo application is available too.
You may use the trial version for 30 days with IDE running only. If after 30
days you would like to continue using it, then you should purshase a license.
Online you can order a product at:
USA: http://www.regsoft.net/purchase.php3?productid=34562
Europe: https://secure.element5.com/register.html?productid=137994
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.
|