How to remove blank address lines using Fast Reports.

Rad Studio Delphi Development
Fast Reports is an excellent reporting tool for Delphi programmers and there is a missing feature that was in SAP Crystal Reports. The property to remove a blank line in an address block. Fast Reports has grown over the last 2 versions making the reporting for Windows and Web one of the best software tools there is available. Usually the address block consists of a company name, contact person, address and the city, state or province and a zip code or postal code. Simple way to remove blank lines One simple method of checking whether the contact person exists or there is a blank line is the following code using Fast Reports version 6 for VCL: Insert a text object on the report page where you wish the address block…
Read More

New Build 18 Now Available for Version 2.06 of Elevate Web Builder

Software Releases
New Build 18 Now Available for Version 2.06 of Elevate Web Builder Apparently there was an issue with the build 17 for a quick release of software fixes.  Elevate Web Builder is an excellent product and the results can be amazing. Elevate Web Builder is a visual rapid application development environment for web applications. It is simple and easy to create beautiful web applications by simply dragging and dropping components on to forms, and then changing their appearance and behaviors as desired. Incident Report  (#4670) Dates Still Not Being Localized Correctly  (#4671) Intrinsic Data Conversion Functions Throwing Strings Instead of Objects for Exceptions Please click on the following link to access the Elevate Web Builder downloads. If you have not logged in to the Elevate Software web site in your…
Read More

New Build 17 Now Available for Version 2.06 of Elevate Web Builder

Software Releases
New Build 17 Now Available for Version 2.06 of Elevate Web Builder   Elevate Web Builder is a visual rapid application development environment for web applications. It is simple and easy to create beautiful web applications by simply dragging and dropping components on to forms, and then changing their appearance and behaviors as desired. ElevateSoft is pleased to announce that build 17 for version 2.06 of Elevate Web Builder is now available. Please see below for complete download instructions. Incident Reports The following is a list of the incident reports addressed in version 2.06 build 17.  Clicking on these links will take you to the web site where you can view the full incident report.  All of the incident reports that are marked with an asterisk (*) affect one of…
Read More

Microsoft SQL Server how to get a table size

SQL Tips
Microsoft SQL Server how to get a table size Sometimes you need to get the size of a particular table located in a database within the Microsoft Server and the following query can provide you that.  You can run this manually or place it in a stored procedure for numerous tables. The SQL code {{CODE1}} Looking at the actual code it displays the name of the table, schema name, record count (rows), size and additional information pertaining to the space used or not used. This is a nifty way to quickly view which tables are large and growing.  This provides analysis on the database giving a SQL admin a method to adjust what could happen in the future. You can also place this in your source code to call the…
Read More

New Apple Mac Books are having serious issues

Hardware Reviews
New Apple Mac Books are having serious issues Apple has been experiencing customers complaining and returning the latest MacBook Pro due to a slew of issues.   The product returns have been numerous and it seems that the issues must be addressed sooner than later. Apple’s new MacBook Pro comes with the brand new Intel Core i9 processor. Heating issues has created the biggest complaint and the rumors coming out are customers storing the MacBooks in the freezer to cool it down.  When a CPU tends to overheat quickly machines will shut down in the middle of work or worst case is that components could become damage. The issue with the MacBook cooling system which couldn’t keep up with the heat i9 processor is generating and causes another issue called “Thermal…
Read More