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] 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] 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] 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,

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

2011-12-29 Thread Martin Schreiber
On 12/29/2011 02:09 PM, IvankoB wrote: Steps ? Then it seems that You forgot to call GIT PUSH since me have seen the SQLDB updates just now. You probably don't compile with current MSEgui. I need to add msearrayutils to uses in dmprint.pas.

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

2011-12-29 Thread Martin Schreiber
On 12/29/2011 11:20 AM, IvankoB for-mse wrote: sender.executedirect()? works but the issue with no commit on 1st attempt i still here. With git master 7bc68972228d65b75affb3d7860cfed0df25592d +? Not yet fixed. Works for me.

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

2011-12-29 Thread IvankoB for-mse
Have You checked with the remote source of MSEgui (git clone) ? 2011/12/29, IvankoB for-mse ivankob4m...@gmail.com: make is not used for compiling MSEgui projects. Please check your .fpc.cfg and ${MSEDIR} settings, use 'Build' instead of 'Make', delete all *.ppu nad *.o ...

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

2011-12-29 Thread IvankoB for-mse
make is not used for compiling MSEgui projects. Please check your .fpc.cfg and ${MSEDIR} settings, use 'Build' instead of 'Make', delete all *.ppu nad *.o ... = The most strange is that the OBJ-files for DMPRINT are really created. 2011/12/29, Martin Schreiber

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

2011-12-28 Thread IvankoB for-mse
sender.executedirect()? works but the issue with no commit on 1st attempt i still here. PS: Is it 100% sure that executedirect is limited to single statement ? -- 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-28 Thread Martin Schreiber
On 12/29/2011 08:11 AM, IvankoB for-mse wrote: sender.executedirect()? works but the issue with no commit on 1st attempt i still here. With git master 7bc68972228d65b75affb3d7860cfed0df25592d +? PS: Is it 100% sure that executedirect is limited to single statement ? Internally yes.