OpenInsight 8.0.7
OpenInsight release 8.0.7 is now available for download from the Works Downloads section of our web site. Anyone running Arev32, or planning to, should get this upgrade. It contains a large number of Arev32 enhancements, the details of which can be found in the readme. The 8.0.7 release can only be applied to 8.0.3 through 8.0.6 releases. Earlier releases need to be upgraded to at least 8.0.3 to apply this upgrade. If you are upgrading from release 8.0.3, 8.0.4, 8.0.5 or 8.0.6, you will receive your authorization code via an automated email upon submitting your request.

Intel Partnership
Revelation Software is now an official member of the Intel® Software Partner Program. Participation in the Intel® Software Partner Program provides independent software vendors, who develop commercial software applications on Intel technology, with a portfolio of benefits to support them across the entire product planning cycle - from planning, to developing, to marketing and selling of their application.

UD Heavy Released
The Universal Driver Heavy 4.5has been released and replaces the Universal Driver Heavy 3.1. Upgrades from UDH 3.1 to UDH 4.5 are FREE (shipping charges apply). Please contact our Customer Care Department at 800-262-4747 to request your upgrade.

Employment Opportunity
Revelation Software is looking to hire an experienced Arev and/or OpenInsight developer immediately. Work is on-site at our NJ headquarters. This is not a contract or telecommuting position. Interested parties should email their resumes and salary requirement in complete confidence toThis email address is being protected from spambots. You need JavaScript enabled to view it..

 

CONFERENCE POWERPOINTS AVAILABLE FOR DOWNLOAD
The Powerpoint presentations from our 2008 Users' Conference are now available for download to our Works members. You can access the presentations from the WORKS DOWNLOADS EXTRAS SECTION of our web site.

PARTNER SPOTLIGHT
ALTERNATIVE SYSTEMS specializes in custom software application design, consulting and programming including but not exclusive to UniVerse, UniData, OpenInsight, Advanced Revelation, Rev G, D3 and OpenQM database environments. With over 20 years experience they also work with Microsoft Access, dBase, SQL, Visual Basic, C#, C++ and XML.

TECH TIP
Did You Know…
There is an undocumented property of the Edit Table control that allows for the padding of rows. The XLIST property will load the edit table with data and fill blank rows to the bottom of table.

Clear An Edit Table
x = Set_Property(myEditTable,“XLIST”,“”)

Fill An Edit Table
myList = “Gold,Silver,Bronze”:@fm
myList := “First,Second,Third”:@fm
myList := “Uno,Dos,Tres”
swap “,” with @vm in myList

x=Set_Property(myEditTable,“XLIST”,myList)