Demo HMGWEB.

Source code related resources

Moderator: Rathinagiri

Post Reply
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Demo HMGWEB.

Post by luisvasquezcl »

Hola estimados,
hice un demo con hmgweb11 y sirve para consultar la ayuda de hmgweb.
descompriman el archivo en la carpeta c:\hmgweb\samples
abran la carpeta y lean el archivo readme.txt ahi estan las instrucciones.
espero les guste y les sea de utilidad.
saludos cordiales,
Luis Vasquez.

Hello dear,
I did a demo with hmgweb11 and serves to consult the help of hmgweb.
uncompress the file in c: \ hmgweb \ samples
open the folder and read the readme.txt file there are instructions.
I hope you like it and find it useful.
best regards,
Luis Vasquez.
Attachments
test.zip
(64 KiB) Downloaded 454 times
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Demo HMGWEB.

Post by danielmaximiliano »

Gracias por Compartir Luis ...
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Demo HMGWEB.

Post by esgici »

Thanks to share Luis

Viva HMG :D
Viva INTERNATIONAL HMG :D
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: Demo HMGWEB.

Post by andyglezl »

Muy bien Luis !

Oye unas preguntas, lo que pones como:

"test0_resp.cgi?tema="+aTema
es digamos, crear una variable temporal para tomarla en el otro cgi ?

Pero según la ayuda, GETVALUE( cControlName ) es para obtener el
Value de un CONTROL ?
Y lo usas para obtener el valor de "tema"
-----------------------------------------------------------------------

Okay Luis!

Hey few questions, what you put as:

"test0_resp.cgi? topic =" + Atema
is say, create a temporary variable to take on the other cgi?

But according to the help, getValue (cControlName) is to get the
Value of a CONTROL?
And what do you use to get the value of "tema"
Andrés González López
Desde Guadalajara, Jalisco. México.
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: Demo HMGWEB.

Post by luisvasquezcl »

Hola estimado,

"test0_resp.cgi?tema="+aTema es digamos, crear una variable temporal para tomarla en el otro cgi ?

Esto significa que llamo al modulo test0_resp.cgi y le paso un valor con ? tema= nombre_del_tema y este valor (tema) es el que tomo en el otro cgi.
hago esto porque sino tendría que escribir un enlace para cada tema de la ayuda, o sea,
{ test0_resp.cgi?tema=form, test0_resp.cgi?tema=text, ...etc }

Pero según la ayuda, GETVALUE( cControlName ) es para obtener el
Value de un CONTROL ? Y lo usas para obtener el valor de "tema"


Para este caso, el control listview pasa el valor por la barra de direcciones o url, y GetValue lo obtiene desde ahi. Revisa la funcion getvalue en hmg.ch ahi podras ver que obtiene las variables de entorno y verifica si se han pasado valores como metodo post o por la url, luego busca el nombre de la variable que pasaste a la función, obtiene el valor y lo devuelve a tu programa.

No sé si fui claro en la explicación pero espero que te haya ayudado aunque sea un poco. ;)
saludos cordiales,
Luis Vasquez.
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Demo HMGWEB.

Post by serge_girard »

Thanks Luis!

I will have a look at it soon,


Serge
There's nothing you can do that can't be done...
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Demo HMGWEB.

Post by bpd2000 »

Hi Luis Vasquez,
Thank you for sharing
BPD
Convert Dream into Reality through HMG
Post Reply