In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Xailer 1.1

Xailer professional forum in English
Responder
Ingo Junge-Herrmann
Mensajes: 339
Registrado: Lun Jul 02, 2007 7:17 pm

Xailer 1.1

Mensaje por Ingo Junge-Herrmann »

Ignacio,
this code is no longer working:
METHOD CreateMenu( ) CLASS oForm1
MENU ::oMenu
MENUITEM "&Datei" ...
MENUITEM "&Akte" ...
.....
.....
ENDMENU
RETURN Nil
Then I changed the code. Now it is working:
METHOD CreateMenu( ) CLASS oForm1
LOCAL oMenu <- inserted
MENU oMenu <- using the local var
MENUITEM "&Datei" ...
MENUITEM "&Akte" ...
.....
.....
ENDMENU
::oMenu:=oMenu
RETURN Nil
Regards
Ingo
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9441
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Xailer 1.1

Mensaje por ignacio »

Ingo,
Fixed. Thank you for your feedback.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:4535cd40$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Ignacio,
>
> this code is no longer working:
>
> METHOD CreateMenu( ) CLASS oForm1
> MENU ::oMenu
> MENUITEM "&Datei" ...
> MENUITEM "&Akte" ...
> .....
> .....
> ENDMENU
> RETURN Nil
>
> Then I changed the code. Now it is working:
>
> METHOD CreateMenu( ) CLASS oForm1
> LOCAL oMenu <- inserted
> MENU oMenu <- using the local var
> MENUITEM "&Datei" ...
> MENUITEM "&Akte" ...
> .....
> .....
> ENDMENU
> ::oMenu:=oMenu
> RETURN Nil
>
> Regards
>
> Ingo
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

Xailer 1.1

Mensaje por NoName »

Ingo,
Fixed. Thank you for your feedback.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Ingo Junge-Herrmann" <[email=XPRO-0031BA74-01@10.0.0.11]XPRO-0031BA74-01@10.0.0.11[/email]> escribió en el mensaje
news:4535cd40$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
>
> Ignacio,
>
> this code is no longer working:
>
> METHOD CreateMenu( ) CLASS oForm1
> MENU ::oMenu
> MENUITEM "&Datei" ...
> MENUITEM "&Akte" ...
> .....
> .....
> ENDMENU
> RETURN Nil
>
> Then I changed the code. Now it is working:
>
> METHOD CreateMenu( ) CLASS oForm1
> LOCAL oMenu <- inserted
> MENU oMenu <- using the local var
> MENUITEM "&Datei" ...
> MENUITEM "&Akte" ...
> .....
> .....
> ENDMENU
> ::oMenu:=oMenu
> RETURN Nil
>
> Regards
>
> Ingo
Responder