Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread vasi vasi
Never used them, mORMot: - Enterprise level software; - Tremendously complex. Good to have for when such needs arise. On Sat, Aug 26, 2023 at 2:51 AM Fred vS wrote: > >I miss Clipper s much! > > Yes, it was the time of ascii art without ai. > > About DB, what do you think about mORMot ? >

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread Fred vS
>I miss Clipper s much! Yes, it was the time of ascii art without ai. About DB, what do you think about mORMot ? https://blog.synopse.info/?post/2023/08/24/mORMot-2.1-Released And Zeos (included in msegui-widgets)? And msegui-db? All seem to use the same root databases...

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread Fred vS
Hello Med. > but wondering how mseIde did it and display it at right of fieldno? I think it is done in /mseide-msegui/lib/common/regcomponents/regdb.pas At line 1504: --- function tlbdropdowncolseditor.itemgetvalue( const sender:

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread vasi vasi
I miss Clipper s much! These days, we have Harbour instead ( https://github.com/harbour/core), but there is no time for it anymore... When Delphi appeared with its Paradox engine and DBI, Clipper lost relevance to me. But I long for its simplicity. Anyway, Typhoon Relational Database Engine,

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread Fred vS
Hello Sieghard. Of course your samples are more than welcome. AsI have already warned, msegui DB is new jungle territory for me. The last time I worked with DB, it was with Clipper (a pseudo-compiler for DB3) and all seems to have a few changed since that heroic days...  @Med, for the name

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread Sieghard via mseide-msegui-talk
Hello Fred, you wrote on Fri, 25 Aug 2023 13:50:19 +: > Imho, it would be much better if the data-test used would be something > more understandable-real-life than 'hdskdkjdlkds' or 'qhhsusuidddcas'. Indeed. > (And of course it would need to create those data and yes, it is boring > work)

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread mohamed hamza
RE-HELLO FRED, I did not say that I can access to fieldname but wondering how mseIde did it and display it at right of fieldno? I mean from where we can get this fieldname? Regards. Med. De : Fred vS Envoyé : vendredi 25 août 2023 13:19 À : General list for

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread Fred vS
Re-hello Med. About all the demos of DB in mseuniverse. Imho, it would be much better if the data-test used would be something more understandable-real-life than 'hdskdkjdlkds' or 'qhhsusuidddcas'. Re-imho, DB msegui is already enough complicated to understand and using "test" database with

Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread Fred vS
Hello Med. Huh, how did you do to access fieldname of cols[0] with ObjectInspector, I dont see fieldname property? Anyway, I can access all other properties of cols[x] doing this: dropdownedit.dropdown.cols[0].fieldno := 0; dropdownedit.dropdown.cols[0].caption := 'test';

[MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb

2023-08-25 Thread mohamed hamza
Hello FRED, In attic/msedocumenting/mse/trunk/help/tutorials/db/lbdropdownfilter. I can not access to dropdownedit.dropdown.cols[0].items[0] fieldname string2 Programaticaly . See picture to show the properties. Thank to help, Med 1. ___