Hi Gian,
You need to copy all the CATO*.dll files from your VO bin folder to the bin folder of your X# app (where the .exe is located). If those are not found at runtime, then a DataListView control is created instead of the the standard databrowser, that's why you are getting the missing methods.
Selezione con il mouse
Moderator: wriedmann
Re: Selezione con il mouse
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: Selezione con il mouse
Hi Chris,
the CATO*.dll files (8 files) are already in the folder of my X# app and the error is the same: (SELF:oNewChild:ViewAs(#BrowseView)...
Grazie..
gfb
the CATO*.dll files (8 files) are already in the folder of my X# app and the error is the same: (SELF:oNewChild:ViewAs(#BrowseView)...
Grazie..
gfb
gfb
Re: Selezione con il mouse
Gian,
The attached solution works. Both in VS and XIDE format.
Make sure that the bin folder contains the CATO*.DLL and MSVCRT.DLL
Robert
The attached solution works. Both in VS and XIDE format.
Make sure that the bin folder contains the CATO*.DLL and MSVCRT.DLL
Robert
- Attachments
-
- XporterOutput.zip
- (148.05 KiB) Downloaded 132 times
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Re: Selezione con il mouse
Thanks Robert:
everything works!
Now I try to replicate the solution for the other DataBrowsers.
gfb
everything works!
Now I try to replicate the solution for the other DataBrowsers.
gfb
gfb