|
ANN: EMS IB Manager 3.25 released!
EMS HiTech company is very glad to announce IB Manager 3.25 -- the next
version of the best InterBase/FireBird administration and development tool!
You can download the latest version and user's guide from
http://www.ibmanager.com/download.phtml
What's new in version 3.25?
1. Visual Database Designer: customizing of the color palette and object
appearance was added. Now it is possible to change the appearance of the
designer totally by specifying colors and options on the Visual Database
Designer tab of the Environment Options dialog. (*)
2. Two new grid options were added in addition to the 'Fit columns widths to
grid width' option: the 'Save grid view' and 'Autofit columns' options. The
'Save grid view' option should be chosen if you wish grid columns to be
saved and restored during the next session. The 'Autofit columns' option
will fit column widths to their most wide values.
3. The 'Set Defaults To All Child Windows' item was added to the Windows
menu. This item sets all the child windows to their default sizes and
positions. This function is also available by Ctrl+Alt+D shortcut.
4. Data View: now it is possible to search for the desired value in the
current column by typing it in the grid, if the 'Enable auto search in grid'
option is checked.
5. The 'Always Open the Fields Tab' option works properly now.
6. Fixed bug with using AltGr key for typing characters in editors.
7. Fixed bug with incorrect generation of the ON DELETE/ON UPDATE statements
if active program language is different from default.
8. Fixed bug with closing all the child windows even if the 'Cancel' button
was pushed in exit confirmation dialog.
9. Fixed bug with disabling the 'Show servers in DB Explorer' option in the
Environment Options dialog.
10. Fixed bug with hiding/showing the DB Explorer window by pressing the F11
key.
11. Some small improvements and minor corrections.
(*) -- Professional Edition only
What is IB Manager?
EMS IB Manager provides effective and powerful tools for InterBase/FireBird
administration. It helps to create/ edit all database objects, search in
metadata, extract metadata, print metadata, import data and export it into
as many as 14 most popular formats. IB Manager also includes Database
Designer, SP Debugger, SQL Editor, Visual Query Builder, Grant Manager, User
Manager, HTML Report Generator, BLOB Viewer/Editor, Graphical Plan Analyzer,
SQL Script processor, Report Designer, Third-Party plugins support and many
more other features.
Don't forget to check out other our products:
http://www.ems-hitech.com/sqlmanagers
Powerful database administration tools for InterBase/FireBird, MySQL and
PostgreSQL servers
http://www.ems-hitech.com/sqlutils/
Cross-platform data management utilities
http://www.ems-hitech.com/components/
Powerful components for Delphi/C++ Builder developers
We hope you'll like our products.
Thank you for your attention.
Best Regards,
EMS HiTech Team
http://www.ems-hitech.com
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- 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...
- DISABLE WINDOWS SPOOL (2001-01-18 23:14:49)You don't need to turn off the spooler service to print to a specific port ...:o)
The spooler is a service and may be stopped with a service...
- HOW TO EXECUTE THE CPL FILE ??? (2001-01-19 14:53:24)Here's many of them. remember that the arguments may be different for different versions of Windows:
See my other post on how to run them......
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- LOOP TO GET NEXT ACTIVE APP IN WINDOWS Z-ORDER? (2001-02-02 13:08:47)If you find SysTray or Program Manager, pass the handle of the SysTray or Program Manager to the GetWindow function
with the GW_HWNDNEXT uCMD...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- RUNNING CODE ONCE FORM IS VISIBLE (2001-02-08 22:35:31)You could also add a TTimer component to the form, that gets enabled by .Show event and fires after any preset interval. The OnTimer event could...
- LMSHARE.H WITH INCLUDE FILES ... (2001-02-07 06:30:32)www.delphi-jedi.org has the Lan Manager headers translated
on their APILibrary page.
- DATABASE (2001-02-11 10:57:10)Hi, thanks for repling again. I'll try and explain a little better.
In a DBase Database, i have some fields: 'ID', 'Filename'.
When a button is...
|