[MSEide-MSEgui-talk] Installing FireBird 3.0 on Linux.

2021-05-07 Thread fredvs
Hello. Here a working easy way to install FireBird: 1) Download the last version for your OS here: https://firebirdsql.org/en/firebird-3-0/ 2) Unzip it somewhere. 3) Go in the directory: $ cd /somewhere/Firebird-3.0.7.33374-0.amd64 4) Install it with: $ sudo

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-07 Thread fredvs
Re-hello Med. So, to resume, it seems that, like for the "size" problem, with MSEgui 5.2.0, if you import a old fb3 project, you have to first delete the controller.fields and then re-create it. Or delete the all the component and re-create it using msegui 5.2.0. I created a new project from

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-07 Thread fredvs
Hello Med. Here it works doing this: Edit tmsesqlquery1 with the Object Inspector. Select tmsesqlquery1.controller.fields.count and set it to 0. Then set tmsesqlquery1.active := true;