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

2011-12-29 Thread Martin Schreiber
On 12/29/2011 08:54 PM, IvankoB for-mse wrote: > Have You checked with the remote source of MSEgui (git clone) ? > git shows no local differences from the remote. The relevant diff: " diff --git a/lib/common/db/msesqldb.pas b/lib/common/db/msesqldb.pas index 89124bd..3d6cdaa 100644 --- a/lib/comm

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 : > "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 mo

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 : > On 12/

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

2011-12-29 Thread Martin Schreiber
On 12/29/2011 04:06 PM, IvankoB for-mse wrote: >> need to add msearrayutils to uses in dmprint.pas >> > > At me this error isn't even noticed. > All the software seem to be latest versions. > Does MSEide need correct MAKE utility to compile user projects or it > uses PPCxx ? Me have many of them i

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

2011-12-29 Thread Martin Schreiber
On 12/29/2011 02:43 PM, liuzg2 wrote: > >> >> >> >> after update git master >> recompile source,that is ok. >>asstring get Garbled >>asmsestring get error message 'invalid type cast .' >> >> database firebird ( character set utf8.) >> > > found > i set database(firebi

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

2011-12-29 Thread IvankoB for-mse
> need to add msearrayutils to uses in dmprint.pas > At me this error isn't even noticed. All the software seem to be latest versions. Does MSEide need correct MAKE utility to compile user projects or it uses PPCxx ? Me have many of them in PATH - from Delphi, VC++, CygWin, MingW32,.. 2011/12/29

Re: [MSEide-MSEgui-talk] The IDE : exception on F12 trying to call form designer for DMMAINMO

2011-12-29 Thread Martin Schreiber
On 12/29/2011 02:18 PM, IvankoB wrote: > Althought the "dmmainmo" form can be open via MainMenu:View. > > The prj-file is here attached. > Try 'File'-'Close all'. There are possibly dmmainmos's in different directories. Martin

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] about tsqlresult and tmsesqlquery

2011-12-29 Thread liuzg2
> > > > after update git master > recompile source,that is ok. >asstring get Garbled >asmsestring get error message 'invalid type cast .' > > database firebird ( character set utf8.) > found i set database(firebird) and sqlresult option dbo_utf8 already but i mu

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

2011-12-29 Thread liuzg2
> >> git master c71ff06d7752ab8b3a62333ee90c28460d957aa0 has support for >> ftwidestring in tsqlresult, please test. >> >> Martin > > i test in home , not ftwidestring. > get error in msesqlresult >995 row setlength(result,int1); > > not test ftwidestring > after update git master

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

2011-12-29 Thread IvankoB
> Steps ? > Then it seems that You forgot to call "GIT PUSH" since me have seen the SQLDB updates just now. But even with them, the COMMIT issue is still here. Please recheck with the newer (single statement ExecuteDirect in REFVIEWFORM) PODPISKA (& its DB) from the BINARIES. ---

[MSEide-MSEgui-talk] Even further memory leak

2011-12-29 Thread IvankoB
--- Error --- $004FE60A TOBJE $00432B3D TINTERNALAPPLICATION__EVENTLOOP, line 15632 of D:/msegui/lib/common/kernel/msegui.pas $00433065 TINTERNALAPPLICATION__BEGINMODAL, line 15730 of D:/msegui/lib/common/kernel/msegui.pas $0042C

[MSEide-MSEgui-talk] Further memory leak

2011-12-29 Thread IvankoB
--- Error --- $00432B3D TINTERNALAPPLICATION__EVEN $00433065 TINTERNALAPPLICATION__BEGINMODAL, line 15730 of D:/msegui/lib/common/kernel/msegui.pas $0042CD01 TWINDOW__BEGINMODAL, line 12920 of D:/msegui/lib/common/kernel/msegui.pas

[MSEide-MSEgui-talk] The IDE: memory leak

2011-12-29 Thread IvankoB
happened after an IDE-in-IDE session running the PODPISKA. --- Error --- Heap dump by heaptrc unit 7422473 memory blocks allocated : 891251343/925517976 7422469 memory blocks freed : 891251281/925517912 4 unfreed memory blocks : 62 True heap

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

2011-12-29 Thread liuzg2
> git master c71ff06d7752ab8b3a62333ee90c28460d957aa0 has support for > ftwidestring in tsqlresult, please test. > > Martin i test in home , not ftwidestring. get error in msesqlresult 995 row setlength(result,int1); not test ftwidestring -

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

2011-12-29 Thread IvankoB for-mse
Steps ? 2011/12/29, 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 m

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] about tsqlresult and tmsesqlquery

2011-12-29 Thread Martin Schreiber
On 12/29/2011 08:46 AM, liu...@21cn.com wrote: > codepage 936 > tsqlresult1.dbcols[0].asstring --- result a Error string > tsqlresult1.dbcols[0].asmsestring --- result a Error string > and tmsesqlquery1.fields[0].asstring --result a Correct sring. > and tmsesqlquery1.fields[0].aswidestring --result

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

2011-12-29 Thread IvankoB for-mse
>> "sender.executedirect()? works but the issue with no commit on 1st >> attempt i still here. >> > With git master 7bc68972228d65b75affb3d7860cfed0df25592d +? > Not yet fixed. -- Ridiculously easy VDI. With Citrix VDI-i