OpenInsight 9.0.1 Due to Be Released
OpenInsight 9.0.1 will be released in April 2009. The 9.0.1 release will include bug fixes as well as some new functionality. Some of the new components are:

  • The ability to send a fax from OpenInsight using the standard Windows Fax Server (included in XP, Vista, Server 2003 and Server 2008). The new function is RTI_SENDFAX
  • The ability to send an email using SSL. The new function is RTI_CDOMAIL
  • The ability to create macros for use with the CTO_CHILD_FORM and CTO_STANDALONE_FORM. Ten (10) macros can be defined for each User within an Application.
  • The creation of a task scheduler that can be called as an API or as a GUI. The RTI_TASK_SCHEDULER stores task specific information (including the details needed to connect to an Engine Server) for each application in SYSENV. It also creates and deletes Windows Task Scheduler entries based on the information stored in the task schedule record.
  • The ability to process system indexing utilizing the Engine Server. RTI_INDEXER_CONFIG is a front end to schedule indexing utilizing the RTI_TASK_SCHEDULER and the Engine Server.
  • The ability to create code templates in the System Editor++.
  • EDITTABLE focus cell enhancements that make it easier to navigate through an edit table either on a per form or application basis.
  • The ability to insert graphics and textual separators within OpenInsight menus.

OpenInsight 9.0 Workstation Installation Notes
To roll out an OpenInsight 9.0 application to a workstation requires that several libraries and controls be registered by an administrative user. Some of the components will automatically install upon first use if the local user has workstation administrator access. Since many organizations do not provide users local administrator rights to the workstation some manual configuration is required. READ ON.

REVELATION USERS CONFERENCE 2010
We are in the preliminary stages of planning our 2010 User's Conference. As of now we will be returning to the Rio All-Suite Hotel and Casino in Las Vegas. The preliminary dates are the week of April 25, 2010.

INTERNATIONAL SPECTRUM 2009
Come join Revelation Software at THE MULTIVALUE DATABASE DEVELOPERS AND USER CONFERENCE 2009. The conference will be held at The Westin Westminster hotel in Denver, Colorado on March 23rd - 27th, 2009.

TECH TIPS
Did You Know…
OpenInsight 9.0 forms support a background color gradient. In the Window's Property panel, if Background Color is checked, a new Gradient button is enabled.



Below is a programming example:

Declare function Set_Property
$Insert Colors
equ Vertical$ to 1
vBackColor = Red$ : @fm : Black$ : @fm : 0
prevBack = Set_Property(@window, "BACKCOLOR", vBackColor)
prevGrad = Set_Property(@window, "GRADIENTSTYLE", Vertical$)