Page 1 of 3

framework para HMG

Posted: Sat Aug 15, 2020 4:24 pm
by edufloriv
Saludos amigos,

A algunos de ustedes se les a pasado por la cabeza construir un framework para hmg ?

Hoy por la mañana se me ocurrió hacer uno para poder hacer más rápido el desarrollo de mis aplicaciones y pensé que si todos colaboramos y ponemos de nuestra experiencia podriamos construir uno.

Así los nuevos interesados en HMG podrian reducir significativamente su curva de aprendizaje, y los antiguos podriamos aumentar nuestra productividad.

Estaré atento a sus sugerencias.

Re: framework para HMG

Posted: Mon Aug 17, 2020 6:45 am
by dragancesu
What is your idea?

Re: framework para HMG

Posted: Mon Aug 17, 2020 8:02 am
by bpd2000
dragancesu wrote: Mon Aug 17, 2020 6:45 am What is your idea?
+1

Re: framework para HMG

Posted: Mon Aug 17, 2020 6:17 pm
by luisvasquezcl
Hola eduardo y colegas del foro, espero que eaten biem de salud, esta pandemia me tieme encerrado muchos mese y ya no quiero mas.
Hace mucho que creo que hace falta una herramienta tipo access. En donde puedas crear o definir tablas y crear vistas y formularios. Dragancesu tiene algo iniciado muy potente. Me avisas si hay que cooperar.
Saludos a todos
.

Re: framework para HMG

Posted: Tue Aug 18, 2020 1:46 am
by martingz
Que propones?

Re: framework para HMG

Posted: Tue Aug 18, 2020 5:36 am
by mol
great idea

Re: framework para HMG

Posted: Tue Aug 18, 2020 4:29 pm
by franco
+1

Re: framework para HMG

Posted: Wed Aug 19, 2020 1:06 am
by salamandra
@edufloriv, esa es una gran idea !!
Cual seria la propuesta ?


Salamandra, Brazil

Re: framework para HMG

Posted: Thu Aug 20, 2020 7:11 am
by dragancesu
I am always interested in creating a tool that will facilitate and speed up application development

I've been thinking about this topic but I'm not sure how to start, in principle you need to make an interpreter with many functions

You need to create a tool for creating and arranging controls on the screen, actions in the fields and place it somewhere where the interpreter will read, display and work

The dynamic menu is a minor problem

I think defining and creating reports is a bigger problem

I said I have no idea how to start, maybe it's easy

Does anyone have any idea how to start? or has already begun

Re: framework para HMG

Posted: Thu Aug 20, 2020 9:40 am
by serge_girard
I once started something similar. You will need a complete data dictionary (DD). Kind of an very extended DBF structure containing inputrules, masks, limits, descriptions, mandatory yes/no, must exist in, initial values, can be changed, source, is a key, etc. etc. Rather complicated but nice to have....

I abandoned because most projects were to very specific to put in my DD system.

On the other hand if you have your DD system, creating input screens or reports is easy.

Serge