Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread liuzg2
update from git master before .that is ok (firebird) Please try again with git master c056c3403af6cf8b13094ceea1e861d7ebffeadb. Martin ok ! but found another bug . (odbcdatabase ) when fisrt get tsqlresult1.cols[0].asintegerresult ok then next tsqlresult1.cols[0].asinteger

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread liuzg2
ok ! but found another bug . (odbcdatabase ) when fisrt get tsqlresult1.cols[0].asinteger result ok then next tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger ... result =484808 and same for tsqlresult1.cols[i].asstring when result ='' 。 may be odbc

[MSEide-MSEgui-talk] The IDE: if many forms are loaded, it looks funny on taskbar of ICEWM

2011-12-30 Thread IvankoB
like each of the loaded forms is treated as a separate (IceWM) application and selecting the such a form on the taskbar also brings the form to foreground. -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-30 Thread IvankoB
Martin Schreiber mse00...@gmail.com писал(а) в своём письме Fri, 30 Dec 2011 11:58:59 +0500: On 12/30/2011 07:18 AM, IvankoB wrote: Have You checked with the remote source of MSEgui (git clone) ? git shows no local differences from the remote. BTW, the DMPRINT issue is LINUX only (

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread Martin Schreiber
On Friday 30 December 2011 09.41:45 liu...@21cn.com wrote: ok ! but found another bug . (odbcdatabase ) when fisrt get tsqlresult1.cols[0].asintegerresult ok then next tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger tsqlresult1.cols[0].asinteger ...

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread liuzg2
tsqlresult is not scrollable and has a buffer for the current record only. cols[0] is the first field, cols[1] the second field and so on. tsqlresult.next loads the next record. tmsesqlquery is scrollable and has buffers for all records of the resultset. finaly i go back to tmsesqlquery

Re: [MSEide-MSEgui-talk] about tsqlresult and tmsesqlquery

2011-12-30 Thread Martin Schreiber
Am 30.12.2011 12:54, schrieb liuzg2: tsqlresult is not scrollable and has a buffer for the current record only. cols[0] is the first field, cols[1] the second field and so on. tsqlresult.next loads the next record. tmsesqlquery is scrollable and has buffers for all records of the resultset.

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-30 Thread Martin Schreiber
Am 30.12.2011 10:50, schrieb IvankoB: It's OK on me in LINUX too, but in win-32 me don't even get into: Works for me on Windows too. function TSQLTransaction.Commit(const checksavepoint: boolean = true): boolean; //var // bo1: boolean; begin result:= true; if active then begin

Re: [MSEide-MSEgui-talk] postgresql first time usage

2011-12-30 Thread Martin Schreiber
On Friday 30 December 2011 19:14:59 Patrick wrote: I am learning how to use a postgresql database. I can read / write the database via sql statements. I would like to use a tmsesqlquery that has parameters. So far I have not had any success. Is there an example somewhere of what I need to

Re: [MSEide-MSEgui-talk] postgresql first time usage

2011-12-30 Thread Patrick
Getting closer. The following statement works with a postgressql database with the params fields set. Insert into messages (touserid, fromuserid, created, message, replytomessageid) values ($1, $2, $3, $4, $5); But this does not work with a mysql database. Insert into messages (touserid,

Re: [MSEide-MSEgui-talk] postgresql first time usage

2011-12-30 Thread Martin Schreiber
On Friday 30 December 2011 21:02:28 Patrick wrote: Getting closer. The following statement works with a postgressql database with the params fields set. Insert into messages (touserid, fromuserid, created, message, replytomessageid) values ($1, $2, $3, $4, $5); But this does not work

Re: [MSEide-MSEgui-talk] postgresql first time usage

2011-12-30 Thread Patrick
I will try the sqlresult component. Can the params.count field be manipulated in program code? If so, how? -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-30 Thread IvankoB for-mse
procedure dobeforeapplyupdate; override Do You succeed with git clone from win-32 ? Do You get the correct file ? 2011/12/30, Martin Schreiber mse00...@gmail.com: Am 30.12.2011 16:31, schrieb IvankoB for-mse: procedure tmsesqlquery.dobeforeapplyupdate isn't found at me. Do You mean :

Re: [MSEide-MSEgui-talk] ide event code automation behavior

2011-12-30 Thread noreply
On Sunday, 25 December 2011, Martin Schreiber mse00...@gmail.com wrote: Maybe. I don't want that MSEide becomes too clever and think it knows better than the user... Indeed, please keep it like this. In a new Lazarus setup I have to spend 30-60 minutes finding and disabling all the I think I

Re: [MSEide-MSEgui-talk] The PODPISKA: not saving data on 1-st attempt

2011-12-30 Thread IvankoB for-mse
It seems that there were some GIT issues at Your, correct ? With the latest PULL, everything has become OK. 2011/12/31, IvankoB for-mse ivankob4m...@gmail.com: procedure dobeforeapplyupdate; override Do You succeed with git clone from win-32 ? Do You get the correct file ? 2011/12/30,