Do not let any software impress you!

Only let it convince your intellect.
Slider img 1
Do not look for a business paradise!

It is a waste of time.
Slider img 2
Only yourself can push you uphill.

There is no easy road to prizes.
Slider img 3
Productivity is the name of the game.

And you have to conquer it.
Slider img 4
As long as you understand it,

you will start to build your know-how.
Slider img 5
We can help with that.

We have the tools and the method.
Slider img 6

Searchable Browser Fields



This article explains how to solve searching problems for Browser Form columns.

The SQL query in the Panels_Start of the form‘s AutoScript must be defined in a way that there is no conflict between the field names (or the combination table_name.field_name)

Provide not only the “Data“ property but also the “Table“ property of the “List“ component of the Properties Window (at Design Time) to achieve unique pair of table/field names.

It is possible to define aliases like:

       SELECT CUSTOMER.NAME AS [CUSTOMER.NAME]


To achieve a unique field name.