E.D.I. V.103

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

Post Reply
User avatar
SALINETAS24
Posts: 667
Joined: Tue Feb 27, 2018 3:06 am
DBs Used: DBF
Contact:

E.D.I. V.103

Post by SALINETAS24 »

Hola a todos.

Para aquellos amantes de las coordenadas "@ fil,col", os presento la nueva versión revisada del EDI V1.03 (IDE en inglés),

MEJORAS

1. Selección de Idioma. Ahora tienes el Castellano y el Inglés…, este ultimo lo proporciona GOOGLE por lo que es posible que sea un Inglesgoogliano

2. Posibilidad de elegir la forma de compilar.
A/ Modo Include, permite la compilación incremental, más rápida.
Se genera el mismo .FMG pero se le añaden las líneas :
PROC _PantallaNombre
RETURN
La llamada desde el programa principal se hace con
# include “nombre.fmg”
Y después una llamada al procedimiento
_PantallaNombre()
B/Modo Load, el mismo de siempre. Ojo , aquí no se permite la compilación incremental, compruebe la opción de su compilador.

3. LINEAS ESTÁNDAR. Para cada control se pueden crear líneas estándar que se añadirán en la creación del mismo. Lineas que se repiten en nuestros programas, como pueden ser FONT, SIZE, FONTCOLOR.., ETC.

4. Se han añadido más controles
TEXTBOXL - Nuevo Textbox + Label
FRAME
IMAGE

5. Se han corregido varios errores.

6. Nueva pantalla para mostar y asignar valores de forma manual a los controles.

7. Se incorporan las DBF con la posibilidad de seleccionar cualquier campo y que se añadirá de cuando se cree un control TEXTBOX o TEXTBOXL.

En el fichero "ZIP" tienes "IDE.EXE, IDE_es.PDF, e IDE_in.PDF" que son los ficheros que necesitas para que funcione. El resto es un modificación del programa CONTACTOS que se encuentra en SAMPLES\APLICATIONS\CONTACTOS, para que puedas valorar mejor los cambios y como crea el código.

contactosAdmin.prg, este módulo utiliza LABEL y TEXTBOX
contactosAdmin2.prg, este módulo utiliza TEXTBOXL

Bueno, espero que os guste y que lo disfruteis.
Acepto donativos.., cerveza, brahma, quilmes, negro modelo, petrus, polar pilsen, etc ...., ;)
jajajaja un saludo a todos!!

..., y sin que sirva de precedente vamos con el inglésgoogliano!!

PD. Al igual que en otras ocasiones,en cuanto depure el codigo compartire las fuentes.

Hello everybody.

For those lovers of "@ fil, col" coordinates, I present the new revised version of EDI V1.03 (IDE in English),


IMPROVEMENTS

1. Language selection. Now you have Spanish and English ..., the latter is provided by GOOGLE so it is possible that it is an English-Italian

2. Ability to choose the way to compile.
A / Include mode, allows incremental compilation, faster.
The same .FMG is generated but the lines are added:
PROC _ScreenName
RETURN
The call from the main program is made with
# include "name.fmg"
And then a procedure call
_ScreenName ()
B / Load mode, the same as always. Beware, incremental compilation is not allowed here, check your compiler option.

3. STANDARD LINES. For each control you can create standard lines that will be added when creating it. Lines that are repeated in our programs, such as FONT, SIZE, FONTCOLOR .., ETC.

4. More controls have been added
TEXTBOXL - New Textbox + Label
FRAME
IMAGE

5. Several bugs have been fixed.

6. New screen to display and assign values ​​manually to controls.

7. DBFs are incorporated with the possibility of selecting any field and that will be added when a TEXTBOX or TEXTBOXL control is created.

In the "ZIP" file you have "IDE.EXE, IDE_es.PDF, and IDE_in.PDF" which are the files you need to make it work. The rest is a modification of the CONTACTOS program found in SAMPLES \ APLICATIONS \ CONTACTOS, so that you can better assess the changes and how the code is created.

contactsAdmin.prg, this module uses LABEL and TEXTBOX
contactsAdmin2.prg, this module uses TEXTBOXL

Well, I hope you like it and that you enjoy it.
I accept donations ..., beer, brahma, quilmes, black model, petrus, polar pilsen, etc ..., ;)
hahahaha greetings to all !!

P.S. As on other occasions, as soon as I debug the code I will share the sources.
Attachments
IDE_PRUEBA1.rar
(3.63 MiB) Downloaded 162 times
Como dijo el gran pensador Hommer Simpson..., - En este mundo solo hay 3 tipos de personas, los que saben contar y los que no. :shock:
Post Reply