[MSEide-MSEgui-talk] Templates no root.

2016-08-28 Thread Fred van Stappen
Hello Martin. With MSEide, if I open the project /usr/local/share/mseide/templates/console.prj as normal user and then close it, even without changing anything, there is this message: > Unable to create file /usr/local/share/mseide/templates/console.prj tmp1166 Ok, I assume that a normal user

Re: [MSEide-MSEgui-talk] debugger question

2016-08-28 Thread Martin Schreiber
On Sunday 28 August 2016 21:16:57 Patrick Goupell wrote: > I am developing an app that requires command line parameters. > > is there a way to pass the parameters thru the debugger to the program? > Please use 'Target'-'Environment'-'Parameters'. Martin

Re: [MSEide-MSEgui-talk] error tsqlresult report

2016-08-28 Thread Martin Schreiber
On Sunday 28 August 2016 20:42:18 mohamed hamza wrote: > Hi Martin, > > Error (exception eiberror) reported when I use tsqlResult after a > tsql.execute and tsql.open in this order ; > > nb : tsqlresult.select contains only a select * from table. > There is no need to call execute(),

[MSEide-MSEgui-talk] debugger question

2016-08-28 Thread Patrick Goupell
I am developing an app that requires command line parameters. is there a way to pass the parameters thru the debugger to the program? Thank youio. Patrick -- ___

[MSEide-MSEgui-talk] error tsqlresult report

2016-08-28 Thread mohamed hamza
Hi Martin, Error (exception eiberror) reported when I use tsqlResult after a tsql.execute and tsql.open in this order ; nb : tsqlresult.select contains only a select * from table. Best Regards Med. --

Re: [MSEide-MSEgui-talk] Filter

2016-08-28 Thread Martin Schreiber
On Sunday 28 August 2016 16:05:34 mohamed hamza wrote: > Hi Martin, > >But when the user select find button in tdbNav it has a blank grid or > form where to type in the value he is searching . I want to know which > field has been selected in the grid or form ? > What do you mean with "which

Re: [MSEide-MSEgui-talk] Filter

2016-08-28 Thread mohamed hamza
Hi Martin, But when the user select find button in tdbNav it has a blank grid or form where to type in the value he is searching . I want to know which field has been selected in the grid or form ? Best Regards. Med. De : Martin Schreiber

Re: [MSEide-MSEgui-talk] Filter

2016-08-28 Thread Martin Schreiber
On Sunday 28 August 2016 12:15:33 mohamed hamza wrote: > Hi Martin, > > Is there any function to return which field we are applying filter or > find matching record in the event procedure beforeEndfiltered or > afterendfiltered? > The edited field values are available in OnBeforeEndFilterEdit

[MSEide-MSEgui-talk] Filter

2016-08-28 Thread mohamed hamza
Hi Martin, Is there any function to return which field we are applying filter or find matching record in the event procedure beforeEndfiltered or afterendfiltered? Regards. --