LassoSoft Technical Article Library
These Articles give practical use advice as well as exploring the fundamentals behind Lasso code and how this interrelates with other system, databases and applications.
Use the Article Search on the right side to search for terms of interest.
FileMaker Server Data Sources Lasso Server communicates with FileMaker Server 7, 8, 9, 10, or 11 Advanced or FileMaker Server 11 through its built-in XML interface. Other products in the FileMaker pr...
Updated: Jun 10, 2011 @ 14:32 PM
Taken from the tip of the week for June 22, 2007 this article discusses character encoding in Lasso and recommends best practices for a complete Unicode workflow. Introduction When Lasso processes a...
Updated: Jun 09, 2011 @ 15:46 PM
Problem Lasso Professional 8.6 does not start automatically when booting into CentOS 5. Answer The root user defaults to requiretty in the sudoers file. This restricts the use of `sudo` to a logged i...
Updated: May 19, 2011 @ 17:54 PM
Instead of reinventing the wheel, it is sometimes preferable to leverage scripts from other languages such as php, perl, python or ruby. This article describes how to execute scripts from these common...
Updated: May 03, 2011 @ 12:06 PM
Tour guide: Jolle Carlestam This is a summary of a presentation held at the LDC in Amsterdam 2009. It's a quick tour on what you can, can't, should and shouldn't do with inlines and Lasso...
Updated: Mar 29, 2011 @ 09:53 AM
Taken from the tip of the week for May 30, 2008, this article discusses how an inline processes its parameters and how an array of common parameters can be used to make your code easier to maintain. ...
Updated: Mar 25, 2011 @ 09:37 AM
The text to support the talk at the LDC in Amsterdam 2009 Pier Kuipers, Visual ID, Dublin, Ireland Overview When building web applications with Lasso, there comes a time when you realise that there...
Updated: Mar 25, 2011 @ 09:33 AM
This article describes a method for using lasso to serve and read native files, i.e. native Word, Excel etc files, generated by Lasso. There are many reasons you might want to serve for instance MS W...
Updated: Mar 24, 2011 @ 23:40 PM
This article presents several techniques which use arrays to help simplify your Lasso code. An array is used to help format several fields from a database. An array is used to help simplify a conditio...
Updated: Mar 24, 2011 @ 23:03 PM
The tip of the week for March 21, 2008 explains how Lasso's tag namespaces can be used to more easily call sets of custom tags which you have defined. For example, this allows you to use a differe...
Updated: Mar 24, 2011 @ 22:56 PM