From: Woerdie on
On 16 mrt, 15:30, "Willie Moore" <will...(a)wmconsulting.com> wrote:
> What errors are you seeing from GridPro? I have not run that version
> under 2.8.
>
> Regards,
> Willie
>
> "Woerdie" <woerde...(a)gmail.com> wrote in message
>
> news:a898cdad-90ab-4be3-beed-28858af12095(a)o30g2000yqb.googlegroups.com:
>
>
>
> > On 15 mrt, 08:15, Woerdie <woerde...(a)gmail.com> wrote:
>
> > > On 14 mrt, 23:21, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > > > Hey,
>
> > > > What errors are you seeing with GridPro? As I said earlier, I maintain
> > > > GridPro. There is a version 3 which works very well from VO 2.8. Contact
> > > > Brian from Grafx. He is the one who gives me the OK to send out the
> > > > latest version.
>
> > > > Regards,
> > > > Willie
>
> > > > "Woerdie" <woerde...(a)gmail.com> wrote in message
>
> > > >news:5bae6187-b455-4a13-8aee-39b03cc0d782(a)a18g2000yqc.googlegroups.com:
>
> > > > > On 14 mrt, 16:17, Woerdie <woerde...(a)gmail.com> wrote:
>
> > > > > > On 14 mrt, 15:25, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > > > > > > Hey,
>
> > > > > > > That means that you have gotten reportpro and gridpro solved. Now you
> > > > > > > have to get SEMenuXP and Fabtoys solved. Have you downloaded the new
> > > > > > > version? The fab libraries should be available on Fabrice's web
> > > > > > > site(www.fabtoys.net). I do not know Sven's web site but I am sure that
> > > > > > > someone else has it and will post. Of course, if you have source you
> > > > > > > should be able to load it and rebuild the dlls for 2.8. This is the
> > > > > > > reason I always get source when it is possible.
>
> > > > > > > Regards,
> > > > > > > Willie
>
> > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > > > signature database 4943 (20100314) __________
>
> > > > > > > The message was checked by ESET NOD32 Antivirus.
>
> > > > > > >http://www.eset.com
>
> > > > > > OK, is asked Sven if there is a 2.8 version of SEMenuXP to download.
> > > > > > (cannot see it on his site)
> > > > > > and I downloaded the FabTools, they wher actualy not needed i saw in
> > > > > > the code.. so I removed this out of the project.
> > > > > > So now waiting for Sven or maybe anybody else who has a 2.8 version of
> > > > > > SEMenuXP ??
>
> > > > > Stephen, thanks, i started 'Dependency Walker' and saw that there was
> > > > > 1 file
> > > > > incorrect linked, 1 report pro file. (Rp2s32.dll) copied it from the
> > > > > 2.14 install and guess what!
> > > > > My app starts!
> > > > > Willie, I also removed for a test the complete SEMenuXP and inherit
> > > > > from the standard menu. I am now trying
> > > > > to find out why i am getting during work in the app so much errors on
> > > > > my grid. There is in my own library
> > > > > a inhereted sub from GridPro, it looks like there are the error come
> > > > > from, also find out what is all related
> > > > > to the changes on 28 regarding to grids etc.
> > > > > Looks like a though job....
>
> > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > signature database 4944 (20100314) __________
>
> > > > The message was checked by ESET NOD32 Antivirus.
>
> > > >http://www.eset.com
>
> > > Ok, Willie, I will ask Brian and inform you later about my errors..
>
> > Willie, Brian from Grafx does not response on my e-mail of 14-3...
> > Any other suggestions?
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4949 (20100316) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com


Several, lets start with the first one:
calling a windows from the shell like:

METHOD ShellFacturen() CLASS WinDIJOwsShellWindow
LOCAL oWin AS FacturenBrowse

oWin := FacturenBrowse{self:oIconParent:oDesktop}
self:oIconParent:ShowChild(oWin, true)

RETURN SELF

The init of FacturenBrowse is:

METHOD init(oMyParent) CLASS FacturenBrowse
LOCAL ...declare..
...
...


SUPER:init(oMyParent) (<- this line gives the first error, was
never a problem in 2.7)

The voerror.log says:
Visual Objects (Version 2.8. Build 3.2837), Version 2.8 SP3
16/03/2010 17:14:23
Application: d:\WinFact......

Error message:
--------------
Error Code: 16 [ NO EXPORTED VARIABLE ]
Subsystem: BASE
Function: IVARPUT
Argument: ORIGIN
CallStack:
GVWWINDOW:SHOW (Line:35)
_ICONBARBROWSEFACT:SHOW (Line:3)
FACTURENBROWSE:SHOW (Line:3)
ICONPARENT:SHOWCHILD (Line:77)
WINDIJOWSSHELLWINDOW:SHELLFACTUREN (Line:7)

The rest of the errors is all about the ICONPARENT as far as I can
see.

The ICONPARENT is a custom library for a fancy Icon toolbar

CLASS IconParent INHERIT DataWindow
...

After ignoring about 8 errors based on the IconParent you're finaly in
the grid (Browse window)

When you click for example on the gridline you get the following
error:
Error message:
--------------
Error Code: 19 [ VARIABLE NOT INITIALIZED ]
Subsystem: BASE
Function: IVARGET
Argument: {(0x0000)0x00000000} CLASS
CallStack:
FACTURENBROWSE:BUTTONINFO (Line:4)
KBMOUSEBUTTONDOUBLECLICK (Line:18)
KBWEDCONTROLWINDOW:MOUSEBUTTONDOUBLECLICK (Line:15)
KBWEDCONTROLWINDOW:DISPATCH (Line:43)
GVWGRID:DISPATCH (Line:12)

All the KB.. are from GridPro.
From: Willie Moore on
Hey again,

What I will need for you to do is to put together a sample and email it
to me (williem(a)wmconsulting.com). I have all the versions of GridPro but
I need the code so I can run it through the debugger.

Regards,
Willie

"Woerdie" <woerdekom(a)gmail.com> wrote in message
news:0f500a82-701a-4581-8a29-7c6b847d5630(a)a18g2000yqc.googlegroups.com:

> On 16 mrt, 15:30, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > What errors are you seeing from GridPro? I have not run that version
> > under 2.8.
> >
> > Regards,
> > Willie
> >
> > "Woerdie" <woerde...(a)gmail.com> wrote in message
> >
> > news:a898cdad-90ab-4be3-beed-28858af12095(a)o30g2000yqb.googlegroups.com:
> >
> >
> >
>
> > > On 15 mrt, 08:15, Woerdie <woerde...(a)gmail.com> wrote:
> >
>
> > > > On 14 mrt, 23:21, "Willie Moore" <will...(a)wmconsulting.com> wrote:
> >
>
> > > > > Hey,
> >
> > > > > What errors are you seeing with GridPro? As I said earlier, I maintain
> > > > > GridPro. There is a version 3 which works very well from VO 2.8. Contact
> > > > > Brian from Grafx. He is the one who gives me the OK to send out the
> > > > > latest version.
> >
> > > > > Regards,
> > > > > Willie
> >
> > > > > "Woerdie" <woerde...(a)gmail.com> wrote in message
> >
> > > > >news:5bae6187-b455-4a13-8aee-39b03cc0d782(a)a18g2000yqc.googlegroups.com:
> >
>
> > > > > > On 14 mrt, 16:17, Woerdie <woerde...(a)gmail.com> wrote:
> >
>
> > > > > > > On 14 mrt, 15:25, "Willie Moore" <will...(a)wmconsulting.com> wrote:
> >
>
> > > > > > > > Hey,
> >
> > > > > > > > That means that you have gotten reportpro and gridpro solved. Now you
> > > > > > > > have to get SEMenuXP and Fabtoys solved. Have you downloaded the new
> > > > > > > > version? The fab libraries should be available on Fabrice's web
> > > > > > > > site(www.fabtoys.net). I do not know Sven's web site but I am sure that
> > > > > > > > someone else has it and will post. Of course, if you have source you
> > > > > > > > should be able to load it and rebuild the dlls for 2.8. This is the
> > > > > > > > reason I always get source when it is possible.
> >
> > > > > > > > Regards,
> > > > > > > > Willie
> >
> > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > > > > signature database 4943 (20100314) __________
> >
> > > > > > > > The message was checked by ESET NOD32 Antivirus.
> >
> > > > > > > >http://www.eset.com
> >
>
> > > > > > > OK, is asked Sven if there is a 2.8 version of SEMenuXP to download.
> > > > > > > (cannot see it on his site)
> > > > > > > and I downloaded the FabTools, they wher actualy not needed i saw in
> > > > > > > the code.. so I removed this out of the project.
> > > > > > > So now waiting for Sven or maybe anybody else who has a 2.8 version of
> > > > > > > SEMenuXP ??
> >
>
> > > > > > Stephen, thanks, i started 'Dependency Walker' and saw that there was
> > > > > > 1 file
> > > > > > incorrect linked, 1 report pro file. (Rp2s32.dll) copied it from the
> > > > > > 2.14 install and guess what!
> > > > > > My app starts!
> > > > > > Willie, I also removed for a test the complete SEMenuXP and inherit
> > > > > > from the standard menu. I am now trying
> > > > > > to find out why i am getting during work in the app so much errors on
> > > > > > my grid. There is in my own library
> > > > > > a inhereted sub from GridPro, it looks like there are the error come
> > > > > > from, also find out what is all related
> > > > > > to the changes on 28 regarding to grids etc.
> > > > > > Looks like a though job....
> >
>
> > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > signature database 4944 (20100314) __________
> >
> > > > > The message was checked by ESET NOD32 Antivirus.
> >
> > > > >http://www.eset.com
> >
>
> > > > Ok, Willie, I will ask Brian and inform you later about my errors..
> >
>
> > > Willie, Brian from Grafx does not response on my e-mail of 14-3...
> > > Any other suggestions?
> >
>
> > __________ Information from ESET NOD32 Antivirus, version of virus
> > signature database 4949 (20100316) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
>
>
>
> Several, lets start with the first one:
> calling a windows from the shell like:
>
> METHOD ShellFacturen() CLASS WinDIJOwsShellWindow
> LOCAL oWin AS FacturenBrowse
>
> oWin := FacturenBrowse{self:oIconParent:oDesktop}
> self:oIconParent:ShowChild(oWin, true)
>
> RETURN SELF
>
> The init of FacturenBrowse is:
>
> METHOD init(oMyParent) CLASS FacturenBrowse
> LOCAL ...declare..
> ..
> ..
>
>
> SUPER:init(oMyParent) (<- this line gives the first error, was
> never a problem in 2.7)
>
> The voerror.log says:
> Visual Objects (Version 2.8. Build 3.2837), Version 2.8 SP3
> 16/03/2010 17:14:23
> Application: d:\WinFact......
>
> Error message:
> --------------
> Error Code: 16 [ NO EXPORTED VARIABLE ]
> Subsystem: BASE
> Function: IVARPUT
> Argument: ORIGIN
> CallStack:
> GVWWINDOW:SHOW (Line:35)
> _ICONBARBROWSEFACT:SHOW (Line:3)
> FACTURENBROWSE:SHOW (Line:3)
> ICONPARENT:SHOWCHILD (Line:77)
> WINDIJOWSSHELLWINDOW:SHELLFACTUREN (Line:7)
>
> The rest of the errors is all about the ICONPARENT as far as I can
> see.
>
> The ICONPARENT is a custom library for a fancy Icon toolbar
>
> CLASS IconParent INHERIT DataWindow
> ..
>
> After ignoring about 8 errors based on the IconParent you're finaly in
> the grid (Browse window)
>
> When you click for example on the gridline you get the following
> error:
> Error message:
> --------------
> Error Code: 19 [ VARIABLE NOT INITIALIZED ]
> Subsystem: BASE
> Function: IVARGET
> Argument: {(0x0000)0x00000000} CLASS
> CallStack:
> FACTURENBROWSE:BUTTONINFO (Line:4)
> KBMOUSEBUTTONDOUBLECLICK (Line:18)
> KBWEDCONTROLWINDOW:MOUSEBUTTONDOUBLECLICK (Line:15)
> KBWEDCONTROLWINDOW:DISPATCH (Line:43)
> GVWGRID:DISPATCH (Line:12)
>
> All the KB.. are from GridPro.


__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4950 (20100316) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


From: Geoff Schaller on
Doesn't sound like a grid pro problem but more a problem with the window
class used as an owner.

But if anyone can fix this, Willie can. He is the GridPro king. Send him
your sample app.

Geoff



"Woerdie" <woerdekom(a)gmail.com> wrote in message
news:0f500a82-701a-4581-8a29-7c6b847d5630(a)a18g2000yqc.googlegroups.com:

> On 16 mrt, 15:30, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > What errors are you seeing from GridPro? I have not run that version
> > under 2.8.
> >
> > Regards,
> > Willie
> >
> > "Woerdie" <woerde...(a)gmail.com> wrote in message
> >
> > news:a898cdad-90ab-4be3-beed-28858af12095(a)o30g2000yqb.googlegroups.com:
> >
> >
> >
>
> > > On 15 mrt, 08:15, Woerdie <woerde...(a)gmail.com> wrote:
> >
>
> > > > On 14 mrt, 23:21, "Willie Moore" <will...(a)wmconsulting.com> wrote:
> >
>
> > > > > Hey,
> >
> > > > > What errors are you seeing with GridPro? As I said earlier, I maintain
> > > > > GridPro. There is a version 3 which works very well from VO 2.8. Contact
> > > > > Brian from Grafx. He is the one who gives me the OK to send out the
> > > > > latest version.
> >
> > > > > Regards,
> > > > > Willie
> >
> > > > > "Woerdie" <woerde...(a)gmail.com> wrote in message
> >
> > > > >news:5bae6187-b455-4a13-8aee-39b03cc0d782(a)a18g2000yqc.googlegroups.com:
> >
>
> > > > > > On 14 mrt, 16:17, Woerdie <woerde...(a)gmail.com> wrote:
> >
>
> > > > > > > On 14 mrt, 15:25, "Willie Moore" <will...(a)wmconsulting.com> wrote:
> >
>
> > > > > > > > Hey,
> >
> > > > > > > > That means that you have gotten reportpro and gridpro solved. Now you
> > > > > > > > have to get SEMenuXP and Fabtoys solved. Have you downloaded the new
> > > > > > > > version? The fab libraries should be available on Fabrice's web
> > > > > > > > site(www.fabtoys.net). I do not know Sven's web site but I am sure that
> > > > > > > > someone else has it and will post. Of course, if you have source you
> > > > > > > > should be able to load it and rebuild the dlls for 2.8. This is the
> > > > > > > > reason I always get source when it is possible.
> >
> > > > > > > > Regards,
> > > > > > > > Willie
> >
> > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > > > > signature database 4943 (20100314) __________
> >
> > > > > > > > The message was checked by ESET NOD32 Antivirus.
> >
> > > > > > > >http://www.eset.com
> >
>
> > > > > > > OK, is asked Sven if there is a 2.8 version of SEMenuXP to download.
> > > > > > > (cannot see it on his site)
> > > > > > > and I downloaded the FabTools, they wher actualy not needed i saw in
> > > > > > > the code.. so I removed this out of the project.
> > > > > > > So now waiting for Sven or maybe anybody else who has a 2.8 version of
> > > > > > > SEMenuXP ??
> >
>
> > > > > > Stephen, thanks, i started 'Dependency Walker' and saw that there was
> > > > > > 1 file
> > > > > > incorrect linked, 1 report pro file. (Rp2s32.dll) copied it from the
> > > > > > 2.14 install and guess what!
> > > > > > My app starts!
> > > > > > Willie, I also removed for a test the complete SEMenuXP and inherit
> > > > > > from the standard menu. I am now trying
> > > > > > to find out why i am getting during work in the app so much errors on
> > > > > > my grid. There is in my own library
> > > > > > a inhereted sub from GridPro, it looks like there are the error come
> > > > > > from, also find out what is all related
> > > > > > to the changes on 28 regarding to grids etc.
> > > > > > Looks like a though job....
> >
>
> > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > signature database 4944 (20100314) __________
> >
> > > > > The message was checked by ESET NOD32 Antivirus.
> >
> > > > >http://www.eset.com
> >
>
> > > > Ok, Willie, I will ask Brian and inform you later about my errors..
> >
>
> > > Willie, Brian from Grafx does not response on my e-mail of 14-3...
> > > Any other suggestions?
> >
>
> > __________ Information from ESET NOD32 Antivirus, version of virus
> > signature database 4949 (20100316) __________
> >
> > The message was checked by ESET NOD32 Antivirus.
> >
> > http://www.eset.com
>
>
>
> Several, lets start with the first one:
> calling a windows from the shell like:
>
> METHOD ShellFacturen() CLASS WinDIJOwsShellWindow
> LOCAL oWin AS FacturenBrowse
>
> oWin := FacturenBrowse{self:oIconParent:oDesktop}
> self:oIconParent:ShowChild(oWin, true)
>
> RETURN SELF
>
> The init of FacturenBrowse is:
>
> METHOD init(oMyParent) CLASS FacturenBrowse
> LOCAL ...declare..
> ..
> ..
>
>
> SUPER:init(oMyParent) (<- this line gives the first error, was
> never a problem in 2.7)
>
> The voerror.log says:
> Visual Objects (Version 2.8. Build 3.2837), Version 2.8 SP3
> 16/03/2010 17:14:23
> Application: d:\WinFact......
>
> Error message:
> --------------
> Error Code: 16 [ NO EXPORTED VARIABLE ]
> Subsystem: BASE
> Function: IVARPUT
> Argument: ORIGIN
> CallStack:
> GVWWINDOW:SHOW (Line:35)
> _ICONBARBROWSEFACT:SHOW (Line:3)
> FACTURENBROWSE:SHOW (Line:3)
> ICONPARENT:SHOWCHILD (Line:77)
> WINDIJOWSSHELLWINDOW:SHELLFACTUREN (Line:7)
>
> The rest of the errors is all about the ICONPARENT as far as I can
> see.
>
> The ICONPARENT is a custom library for a fancy Icon toolbar
>
> CLASS IconParent INHERIT DataWindow
> ..
>
> After ignoring about 8 errors based on the IconParent you're finaly in
> the grid (Browse window)
>
> When you click for example on the gridline you get the following
> error:
> Error message:
> --------------
> Error Code: 19 [ VARIABLE NOT INITIALIZED ]
> Subsystem: BASE
> Function: IVARGET
> Argument: {(0x0000)0x00000000} CLASS
> CallStack:
> FACTURENBROWSE:BUTTONINFO (Line:4)
> KBMOUSEBUTTONDOUBLECLICK (Line:18)
> KBWEDCONTROLWINDOW:MOUSEBUTTONDOUBLECLICK (Line:15)
> KBWEDCONTROLWINDOW:DISPATCH (Line:43)
> GVWGRID:DISPATCH (Line:12)
>
> All the KB.. are from GridPro.

From: Woerdie on
On 16 mrt, 19:38, "Willie Moore" <williem(a)wmconsulting.com> wrote:
> Hey again,
>
> What I will need for you to do is to put together a sample and email it
> to me (williem(a)wmconsulting.com). I have all the versions of GridPro but
> I need the code so I can run it through the debugger.
>
> Regards,
> Willie
>
> "Woerdie" <woerdekom(a)gmail.com> wrote in message
>
> news:0f500a82-701a-4581-8a29-7c6b847d5630(a)a18g2000yqc.googlegroups.com:
>
>
>
> > On 16 mrt, 15:30, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > > What errors are you seeing from GridPro? I have not run that version
> > > under 2.8.
>
> > > Regards,
> > > Willie
>
> > > "Woerdie" <woerde...(a)gmail.com> wrote in message
>
> > >news:a898cdad-90ab-4be3-beed-28858af12095(a)o30g2000yqb.googlegroups.com:
>
> > > > On 15 mrt, 08:15, Woerdie <woerde...(a)gmail.com> wrote:
>
> > > > > On 14 mrt, 23:21, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > > > > > Hey,
>
> > > > > > What errors are you seeing with GridPro? As I said earlier, I maintain
> > > > > > GridPro. There is a version 3 which works very well from VO 2.8.. Contact
> > > > > > Brian from Grafx. He is the one who gives me the OK to send out the
> > > > > > latest version.
>
> > > > > > Regards,
> > > > > > Willie
>
> > > > > > "Woerdie" <woerde...(a)gmail.com> wrote in message
>
> > > > > >news:5bae6187-b455-4a13-8aee-39b03cc0d782(a)a18g2000yqc.googlegroups.com:
>
> > > > > > > On 14 mrt, 16:17, Woerdie <woerde...(a)gmail.com> wrote:
>
> > > > > > > > On 14 mrt, 15:25, "Willie Moore" <will...(a)wmconsulting.com> wrote:
>
> > > > > > > > > Hey,
>
> > > > > > > > > That means that you have gotten reportpro and gridpro solved. Now you
> > > > > > > > > have to get SEMenuXP and Fabtoys solved. Have you downloaded the new
> > > > > > > > > version? The fab libraries should be available on Fabrice's web
> > > > > > > > > site(www.fabtoys.net). I do not know Sven's web site but I am sure that
> > > > > > > > > someone else has it and will post. Of course, if you have source you
> > > > > > > > > should be able to load it and rebuild the dlls for 2.8. This is the
> > > > > > > > > reason I always get source when it is possible.
>
> > > > > > > > > Regards,
> > > > > > > > > Willie
>
> > > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > > > > > signature database 4943 (20100314) __________
>
> > > > > > > > > The message was checked by ESET NOD32 Antivirus.
>
> > > > > > > > >http://www.eset.com
>
> > > > > > > > OK, is asked Sven if there is a 2.8 version of SEMenuXP to download.
> > > > > > > > (cannot see it on his site)
> > > > > > > > and I downloaded the FabTools, they wher actualy not needed i saw in
> > > > > > > > the code.. so I removed this out of the project.
> > > > > > > > So now waiting for Sven or maybe anybody else who has a 2.8 version of
> > > > > > > > SEMenuXP ??
>
> > > > > > > Stephen, thanks, i started 'Dependency Walker' and saw that there was
> > > > > > > 1 file
> > > > > > > incorrect linked, 1 report pro file. (Rp2s32.dll) copied it from the
> > > > > > > 2.14 install and guess what!
> > > > > > > My app starts!
> > > > > > > Willie, I also removed for a test the complete SEMenuXP and inherit
> > > > > > > from the standard menu. I am now trying
> > > > > > > to find out why i am getting during work in the app so much errors on
> > > > > > > my grid. There is in my own library
> > > > > > > a inhereted sub from GridPro, it looks like there are the error come
> > > > > > > from, also find out what is all related
> > > > > > > to the changes on 28 regarding to grids etc.
> > > > > > > Looks like a though job....
>
> > > > > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > > > > signature database 4944 (20100314) __________
>
> > > > > > The message was checked by ESET NOD32 Antivirus.
>
> > > > > >http://www.eset.com
>
> > > > > Ok, Willie, I will ask Brian and inform you later about my errors...
>
> > > > Willie, Brian from Grafx does not response on my e-mail of 14-3...
> > > > Any other suggestions?
>
> > > __________ Information from ESET NOD32 Antivirus, version of virus
> > > signature database 4949 (20100316) __________
>
> > > The message was checked by ESET NOD32 Antivirus.
>
> > >http://www.eset.com
>
> > Several, lets start with the first one:
> > calling a windows from the shell like:
>
> > METHOD ShellFacturen() CLASS WinDIJOwsShellWindow
> > LOCAL oWin  AS FacturenBrowse
>
> > oWin := FacturenBrowse{self:oIconParent:oDesktop}
> >   self:oIconParent:ShowChild(oWin, true)
>
> > RETURN SELF
>
> > The init  of FacturenBrowse is:
>
> > METHOD init(oMyParent) CLASS FacturenBrowse
> > LOCAL ...declare..
> > ..
> > ..
>
> > SUPER:init(oMyParent)    (<- this line gives the first error, was
> > never a problem in 2.7)
>
> > The voerror.log says:
> > Visual Objects (Version 2.8. Build 3.2837), Version 2.8 SP3
> > 16/03/2010 17:14:23
> > Application: d:\WinFact......
>
> > Error message:
> > --------------
> > Error Code:  16 [ NO EXPORTED VARIABLE ]
> > Subsystem: BASE
> > Function: IVARPUT
> > Argument: ORIGIN
> > CallStack:
> > GVWWINDOW:SHOW (Line:35)
> > _ICONBARBROWSEFACT:SHOW (Line:3)
> > FACTURENBROWSE:SHOW (Line:3)
> > ICONPARENT:SHOWCHILD (Line:77)
> > WINDIJOWSSHELLWINDOW:SHELLFACTUREN (Line:7)
>
> > The rest of the errors is all about the ICONPARENT as far as I can
> > see.
>
> > The ICONPARENT is a custom library for a fancy Icon toolbar
>
> > CLASS IconParent INHERIT DataWindow
> > ..
>
> > After ignoring about 8 errors based on the IconParent you're finaly in
> > the grid (Browse window)
>
> > When you click for example on the gridline you get the following
> > error:
> > Error message:
> > --------------
> > Error Code:  19 [ VARIABLE NOT INITIALIZED ]
> > Subsystem: BASE
> > Function: IVARGET
> > Argument: {(0x0000)0x00000000} CLASS
> > CallStack:
> > FACTURENBROWSE:BUTTONINFO (Line:4)
> > KBMOUSEBUTTONDOUBLECLICK (Line:18)
> > KBWEDCONTROLWINDOW:MOUSEBUTTONDOUBLECLICK (Line:15)
> > KBWEDCONTROLWINDOW:DISPATCH (Line:43)
> > GVWGRID:DISPATCH (Line:12)
>
> > All the KB.. are from GridPro.
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4950 (20100316) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com

Ok Willie, i send you an e-mail..
Regards, Gijs