GET FECHA SOLUCIONADO

mod_harbour es un módulo para Apache que permite correr tus PRGs directamente en la web!!!
Post Reply
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

GET FECHA SOLUCIONADO

Post by Patricio Avalos Aguirre »

Buenas tardes

como puedo iniciar un campo get tipo fecha en modharbour y tweb
Last edited by Patricio Avalos Aguirre on Thu Jun 25, 2020 5:03 am, edited 1 time in total.
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Re: GET FECHA [SOLUCIONADO]

Post by Patricio Avalos Aguirre »

me respondo

Code: Select all

    GET aGet[1,1] ID 'desde' TYPE "DATE" VALUE aGet[1,2] GRID 6 LABEL 'Desde' PLACEHOLDER 'ingrese fecha inicial' REQUIRED OF o
ver el archivo tweb/tweb.ch ahi uno puede ir deduciendo
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
User avatar
Carles
Posts: 937
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona
Contact:

Re: GET FECHA SOLUCIONADO

Post by Carles »

Patricio,

Tambien tienes un ejemplo en tutor20.prg --> https://modharbour.app/htweb/tutor20.prg ;-)

Saludos.
C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
Post Reply