Welcome aboard

Salutes from Turkiye

Happy HMG'ing

Moderator: Rathinagiri
Hola Richard : Bienvenido al Foro de HMGRichard_Schmidt wrote:New Participant from Germany
Hi folks ..
puede usted declarar la la ventana asociada que contiene los controles que usted necesita manejar.Richard_Schmidt wrote: 1This works well with functions or procedures being included in a seperate file.
But doing this with parts of the program containing GUI-Elements (windows, controls) results in a syntax error.
I guess there is a simple solution - but the search function delivered no helpful results.
can you declare the associated window that contains the controls you need to manage.Richard_Schmidt wrote: 1This works well with functions or procedures being included in a seperate file.
But doing this with parts of the program containing GUI-Elements (windows, controls) results in a syntax error.
I guess there is a simple solution - but the search function delivered no helpful results.
Every program file containing HMG features ( GUI elements or HMG Function etc ) need to #include <hmg.ch>; probably your need is this.Richard_Schmidt wrote:...
But doing this with parts of the program containing GUI-Elements (windows, controls) results in a syntax error.