Re: [MSEide-MSEgui-talk] Variable scoping;

2018-10-14 Thread mohamed hamza
Suppose we have 2 grids inside teditpage1 and we want to change dso.dataset according to the grid we selected. we create event in baseeditpagefo Onenter: dataso.dataset:=tdbstringgrid(sender).datalink.datasource.dataset; this assignment is not considered in baseeditfo.dataso : We keep the d

[MSEide-MSEgui-talk] docking question

2018-10-14 Thread code dz
Hi Martin i this layout (see attachment) i want to place the target-console window under watches window , is it possible to drag target-console window directly to the desired place ? it seems i must place it on top of debugger window first , then drag it down ( which i think it is not practical )

Re: [MSEide-MSEgui-talk] Variable scoping;

2018-10-14 Thread mohamed hamza
Well done . Really your example must be referenced in google database under the keyword: Creating Dynamic Form using MseIde Msegui Or in mseide-msegui-talk with an other thread : Variable scoping is not appropriate. Best Regards. Med De : Martin Schreiber

Re: [MSEide-MSEgui-talk] Variable scoping;

2018-10-14 Thread Martin Schreiber
On Sunday 14 October 2018 10:57:54 Martin Schreiber wrote: > On Saturday 13 October 2018 17:04:15 mohamed hamza wrote: > > Is it better to create a tabwidget in mainform and working with > > ongetsubform event .Then I do not have to create window and freei it. The > > Rad do it for me? > > > > O

Re: [MSEide-MSEgui-talk] Variable scoping;

2018-10-14 Thread Martin Schreiber
On Saturday 13 October 2018 17:04:15 mohamed hamza wrote: > Is it better to create a tabwidget in mainform and working with > ongetsubform event .Then I do not have to create window and freei it. The > Rad do it for me? > > Oncreate Mainform() > > ttabpage1.tago:=(f_11); > . > ttabpagen.tagp