But I am in EditPageNform (baseEditPageForm) ?
Do I have to include baseeditForm in uses of baseEditPageForm?

Med.

Ps: I am coming from  Harbour Programming Language and I have to do some 
conversion.
the Programming concept of this one is different from MseIde.


________________________________
De : Martin Schreiber <mse00...@gmail.com>
Envoyé : samedi 20 octobre 2018 14:23
À : mseide-msegui-talk@lists.sourceforge.net
Objet : Re: [MSEide-MSEgui-talk] Variable scoping;

On Saturday 20 October 2018 15:58:20 mohamed hamza wrote:
> Ok.
>
> I use   a dbgroup object  ( I uploaded some  time ago :
> https://gitlab.com/mseide-msegui/mseuniverse/tree/master/samples/db/dbgroup
> )
>
> Is it compatible with the procedure :focusedwidgetchangedev?
>
I don't know. What does tdbgroup?
>
> Ps: tdoublegridpagefo.enterev  is not usefull for me.BbaseEditfo is not
> aware  of that change.

"editfo" is a "tbaseeditfo"? If you can't access the "editfo" instance
variable use
"
 tbaseeditfo(window.owner).dataso.dataset:=
             tdbstringgrid(sender).datalink.datasource.dataset;
"

Martin


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to