Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-24 Thread fredvs
> What do you want to do? I only want to commit last change of sak_mse project. The last commit of mseuniverse-sak_mse date from more than 3 years and is no more compatible with last msegui commits. Fre;D -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-24 Thread Martin Schreiber
On 9/24/18 2:46 PM, fredvs wrote: >> Which of your repos you want to push to my mseuniverse/sak? > > https://github.com/fredvs/sak > That most likely will not work because mseuniverse/sak and github.com/fredvs/sak don't have the same ancestor. remember the --force issue? Anyway, I added you as

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-24 Thread fredvs
Hello Martin. Pfff, not easy. I did: $ git remote add origin https://gitlab.com/mseuniverse/sak then $ git push --all Username for 'https://gitlab.com': fredvs Password for 'https://fre...@gitlab.com': > result after username + password: remote: You are not allowed to push code to

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-24 Thread fredvs
> Which of your repos you want to push to my mseuniverse/sak? https://github.com/fredvs/sak -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net

Re: [MSEide-MSEgui-talk] dbfilter2 demo (was: General list for MSEide+MSEgui)

2018-09-24 Thread Martin Schreiber
On 9/24/18 3:10 PM, mohamed hamza wrote: > I start using my project with different databases : > > appending , updating , querying, filtring... > > It works. > > I was suprised with one database : Filtring was impossible, blanked grid is > displayed. I tried filtring manually it works? >

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-24 Thread Martin Schreiber
On 9/24/18 2:28 PM, fredvs wrote: > Hello Martin. > > Pfff, not easy. > > I did: > > $ git remote add origin https://gitlab.com/mseuniverse/sak > > then > > $ git push --all > > Username for 'https://gitlab.com': fredvs > Password for 'https://fre...@gitlab.com': > > > result after

Re: [MSEide-MSEgui-talk] dbfilter2 demo (was: General list for MSEide+MSEgui)

2018-09-24 Thread mohamed hamza
I start using my project with different databases : appending , updating , querying, filtring... It works. I was suprised with one database : Filtring was impossible, blanked grid is displayed. I tried filtring manually it works? What do you think? Med.

Re: [MSEide-MSEgui-talk] MSE Programing Pass Book

2018-09-24 Thread fredvs
> That most likely will not work because mseuniverse/sak Of course, with git I would not have hoped for anything else. Finally with patience and only one password in mind: https://gitlab.com/mseuniverse/sak/commits/master > Anyway, I added you as developer to mseuniverse/sak. Have fun! ;-)

Re: [MSEide-MSEgui-talk] dbfilter2 demo (was: General list for MSEide+MSEgui)

2018-09-24 Thread mohamed hamza
I tried to watch tmsesql.filter in tfilterchange procedure this one is "" .Where do i have to see it ? MED De : mohamed hamza Envoyé : lundi 24 septembre 2018 13:10 À : General list for MSEide+MSEgui Objet : Re: [MSEide-MSEgui-talk] dbfilter2 demo (was:

Re: [MSEide-MSEgui-talk] dbfilter2 demo (was: General list for MSEide+MSEgui)

2018-09-24 Thread Martin Schreiber
On 9/25/18 12:36 AM, mohamed hamza wrote: > I tried to watch tmsesql.filter in tfilterchange procedure this one is > "".Where do i have to see it ? > Isn't the filtering is done locally in tmsesqlquery.onfilterrecord? Martin ___