Re: [MSEide-MSEgui-talk] something changed

2013-03-25 Thread Julio Jiménez
Add unit mdb to your unit 2013/3/25 Patrick Goupell pgoup...@upmerchants.com Hello Martin, I tried to recompile one of my apps today and got the following message (for an sqlite3 application): contacts.pas(1554,59) Error: Incompatible type for arg no. 3: Got DB.TParamType, expected

Re: [MSEide-MSEgui-talk] something changed

2013-03-25 Thread Martin Schreiber
On Monday 25 March 2013 13:28:43 Patrick Goupell wrote: Hello Martin, I tried to recompile one of my apps today and got the following message (for an sqlite3 application): contacts.pas(1554,59) Error: Incompatible type for arg no. 3: Got DB.TParamType, expected MDB.TParamType Obviously

Re: [MSEide-MSEgui-talk] something changed

2013-03-25 Thread Martin Schreiber
On Monday 25 March 2013 13:32:31 Julio Jiménez wrote: Add unit mdb to your unit It is better to replace db by mdb. Martin -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

Re: [MSEide-MSEgui-talk] something changed

2013-03-25 Thread Patrick Goupell
On 03/25/2013 08:35 AM, Martin Schreiber wrote: Into VERSION.TXT: 2013-01-20 Forking of classes.pp. Add mclasses after classes in uses. 2013-01-19 Forking of db.pas. Change db - mdb in uses. BTW, grid scrollbar problem solved? Thank you. Onward and upward as they say. Patrick

Re: [MSEide-MSEgui-talk] something changed

2013-03-25 Thread Graeme Geldenhuys
On 2013-03-25 12:35, Martin Schreiber wrote: Into VERSION.TXT: 2013-01-20 Forking of classes.pp. Add mclasses after classes in uses. 2013-01-19 Forking of db.pas. Change db - mdb in uses. BTW: I'm not sure what you changed in the forks, but it should be possible to have your forked