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

2018-10-12 Thread mohamed hamza
Excuse me, but in the hurry I gave you a bad example with an unforgiven error. As an attachment there is the real example. Med. De : Martin Schreiber Envoyé : vendredi 12 octobre 2018 15:42 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re:

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

2018-10-12 Thread Martin Schreiber
On Friday 12 October 2018 16:28:05 mohamed hamza wrote: > Here the example > Is this what you wanted to achive: " var f3fo: tf3fo; implementation uses f3_mfm,f2,main; procedure tf3fo.onEnter(const sender: TObject); begin mainfo.f2fo1.onEnter(sender); <-- end; " ? Martin

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

2018-10-12 Thread mohamed hamza
Here the example Regards. Med De : Martin Schreiber Envoyé : vendredi 12 octobre 2018 11:23 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] Variable scoping; On Friday 12 October 2018 13:04:49 mohamed hamza wrote: > Hi Martin, > >

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

2018-10-12 Thread Martin Schreiber
On Friday 12 October 2018 13:04:49 mohamed hamza wrote: > Hi Martin, > > I created 3 forms > [...] Please send an example which shows the problem otherwise any answer will be pure guesswork. Martin ___ mseide-msegui-talk mailing list

[MSEide-MSEgui-talk] Variable scoping;

2018-10-12 Thread mohamed hamza
Hi Martin, I created 3 forms Form1: tMgrDbo= class(tmseform) oDs:tmsedatasource; procedure OnEnterPanel(const sender: TObject); procedure tMgrDbo.OnenterPanel(const sender:TObject); oDs.dataset:= tdbwidgetgrid(sender).datasource.dataset; Form2: tfrmDataCli=class(tMgrDbo) ttabwidget1: