On Sat, 10 May 2014 19:52:25 +0300, Jussi Lahtinen
wrote:
> Like Jorge said you should look for reserved names like "id", "load",
etc
> used as names in your controls, menus, etc. Focus on the form you got
the
> error from. I cannot help much further without seeing the code.
>
> The error is not
Like Jorge said you should look for reserved names like "id", "load", etc
used as names in your controls, menus, etc. Focus on the form you got the
error from. I cannot help much further without seeing the code.
The error is not about overwritten, but overridden.
http://gambasdoc.org/help/doc/obje
When I migrate some applications from gambas2 to gambas3 I found that I
used to name "id" a text field in all my forms. "id" is a property of forms
in gambas3 and the existence of that field generates that same error.
Hope this help.
Regards
2014-05-10 4:22 GMT+02:00 Jb Skaggs :
> Could you exp
Could you explain to me how this works? I mean I looked in the menus
and did not find any ref to the term. I have lot of forms in this
project and I don't understand exactly how this can become a reserved
word? What kind of things should I be looking for?
On Fri, May 9, 2014 at 8:56 PM, Jussi La
Hard to say without seeing the code. But check menu names from the form.
Using reserved name may be interpreted as attempt to override.
Jussi
On Sat, May 10, 2014 at 4:36 AM, Jb Skaggs wrote:
> As I am converting from gambas2 to gambas3 I am having this issue when
> I try to access, alter, or