Page 12 of 12

Re: Function InputWindow()

Posted: Thu Jun 25, 2015 2:27 am
by luisvasquezcl
Pablo, gracias por la confianza y por tu esfuerzo.
Haré lo que pueda, estamos en contacto.
Saludos cordiales,
Luis Vásquez.

Re: Function InputWindow()

Posted: Tue Oct 25, 2016 5:18 am
by andyglezl
Hola

Buscando en mi computadora, algo sobre "inputwindow", me encontré este proyecto que inicie hace tiempo.
(ya no me acuerdo porque lo dejé)
Les dejo el código por si alguien lo quiere continuar, mejorar (o ignorar) :lol:
-------------------------------------------------------------------------------------------------------------------------
Hello

I looking at my computer, something about "inputwindow" I found this project that started long ago.
(I no longer remember because I left)
Here is the code in case anyone wants to continue, improve (or ignore): :lol:
Sin título-1.jpg
Sin título-1.jpg (108.62 KiB) Viewed 4264 times
MyInputWindow.rar
(4.08 KiB) Downloaded 299 times

Re: Function InputWindow()

Posted: Tue Oct 25, 2016 9:15 am
by mustafa
Gracias Andrés por tu contribución
un abrazo
Mustafa

Re: Function InputWindow()

Posted: Tue Oct 25, 2016 10:49 am
by mustafa
Hola Andres
Falta --> " MALVA"

Code: Select all

#include "hmg.ch"
#include "Dbinfo.ch"
#include "dbstruct.ch"
#include "fileio.ch"
#define  fCol    { || if ( This.CellRowIndex/2 == int(This.CellRowIndex/2) , WHITE , BLUE ) }
#define WM_VSCROLL    277  // Para avance en ventanas virtuales con Pgup y PgDw Verticalmente
#define SB_VERT         1
#define SB_PAGEUP       2
#define SB_PAGEDOWN     3
#define  MALVA { 106,108,192 }      //  <-----  Hay que crearla  

FUNCTION MAIN( )
Saludos
Mustafa

Re: Function InputWindow()

Posted: Tue Oct 25, 2016 1:17 pm
by danielmaximiliano
Gracias por compartir Andy

Function InputWindow()

Posted: Tue Oct 25, 2016 1:42 pm
by Pablo César
Gracias Andrés

Re: Function InputWindow()

Posted: Tue Oct 25, 2016 1:58 pm
by andyglezl
mustafa wrote:Hola Andres
Falta --> " MALVA"

Code: Select all

#include "hmg.ch"
#include "Dbinfo.ch"
#include "dbstruct.ch"
#include "fileio.ch"
#define  fCol    { || if ( This.CellRowIndex/2 == int(This.CellRowIndex/2) , WHITE , BLUE ) }
#define WM_VSCROLL    277  // Para avance en ventanas virtuales con Pgup y PgDw Verticalmente
#define SB_VERT         1
#define SB_PAGEUP       2
#define SB_PAGEDOWN     3
#define  MALVA { 106,108,192 }      //  <-----  Hay que crearla  

FUNCTION MAIN( )
Saludos
Mustafa

Gracias Mustafa, empece a modificar las primeras, pero me faltaron dos....

#define MALVA { 204 , 204 , 255 }