Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-30 Thread Fred van Stappen
> Thanks, I see the image. I asked for a simple example project which shows the > problem. OK, see mse simple project in attachment. Fre;D msefilelist.tar.xz Description: msefilelist.tar.xz

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-30 Thread Fred van Stappen
> Yes, but a single global "han" variable probably is not sufficient. Sorry, I do not understand this. What do you mean with single global "han" variable ? What do you propose, what other variable must I use ? Thanks. Fre;D

Re: [MSEide-MSEgui-talk] How to load a syntaxdef file ?

2016-10-30 Thread Fred van Stappen
> Thanks, I see the image. I asked for a simple example project which shows the > problem. Hum, here https://github.com/fredvs/ideU [] In Menu, click on Layout or Syntax. Or, on a form, add a Tfilelistview : afilelistview, without changing any parameters. => afilelistview.path :=

[MSEide-MSEgui-talk] bcdfield <> floatfield

2016-10-30 Thread tea
Firebird field as NUMERIC(15,8) and store '12.345678'. mse does not allow to specify this field as a float, but mapped as msebcdfield and round value to 4 digit after point. How save/restore in base six digit after point?