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

How to use unbound Form Fields



Unbound Form Field is the Form Fields (Edit Boxes) that are not bound to any database field. We can use those fields for some special form operations. To use them, we do as the code snippets dictate:

first, get the field id:

id = GetEditBox(“THE_NAME“)
call SetEditBox(id,“EN=1“)

Later we get the field content as:

       text = GetEditText(id)