Lib Calc
Moderator: Rathinagiri
- SALINETAS24
- Posts: 263
- Joined: Tue Feb 27, 2018 3:06 am
- DBs Used: DBF
- Has thanked: 6 times
- Been thanked: 12 times
- SALINETAS24
- Posts: 263
- Joined: Tue Feb 27, 2018 3:06 am
- DBs Used: DBF
- Has thanked: 6 times
- Been thanked: 12 times
Funciona, excepto cuando estoy ejecutando la funcion InputWindow (), si pulso en ese momento F3.., kaska
Reconstruyo InputWindow.
Gracias
Reconstruyo InputWindow.
Gracias
- SALINETAS24
- Posts: 263
- Joined: Tue Feb 27, 2018 3:06 am
- DBs Used: DBF
- Has thanked: 6 times
- Been thanked: 12 times
Ahora ya me funciona del todo. La puedo llamar con la función del Sr. Claudio. y lo que hice fue modificar la definición de la ventana y hacerla MODAL. Al principio me daba un error por el tema del ICON "Logo", pero ahora ya es un calculadora residente.
Muchas gracias.
Muchas gracias.
Code: Select all
DEFINE WINDOW Calc ;
AT 0,0 WIDTH 260 HEIGHT 228 ;
TITLE 'CALCULATOR' ;
MODAL ;
BACKCOLOR { 209,220,231 } ;
FONT "Arial" SIZE 10 ;
ON INIT Form_Load() ;
ON RELEASE Get_Value() ;
NOSIZE
- mustafa
- Posts: 764
- Joined: Fri Mar 20, 2009 11:38 am
- DBs Used: DBF
- Location: Alicante - Spain
- Been thanked: 102 times
- Contact:
Hola amigos:
Pensé en decorar un poco la Calculadora
con la Bolita Amarilla podeis Minimizar y
con la Bola Roja Cerrar la Calculadora
y este es el resultado
Saludos
Mustafa
*----------------------------------------------------------------*
Hello friends:
I thought about decorating the calculator a bit
with the Yellow Ball you can Minimize and
with the Red Ball Close the Calculator
And this is the result
Regards
Mustafa
Pensé en decorar un poco la Calculadora
con la Bolita Amarilla podeis Minimizar y
con la Bola Roja Cerrar la Calculadora
y este es el resultado
Saludos
Mustafa
*----------------------------------------------------------------*
Hello friends:
I thought about decorating the calculator a bit
with the Yellow Ball you can Minimize and
with the Red Ball Close the Calculator
And this is the result
Regards
Mustafa
- Attachments
-
- Calculator.zip
- (23.96 KiB) Downloaded 90 times
-
- calc.jpg (16.79 KiB) Viewed 507 times
- serge_girard
- Posts: 2214
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 496 times
- Been thanked: 110 times
- Contact:
-
- Posts: 620
- Joined: Tue Jun 04, 2013 6:33 pm
- Location: Argentina
- Has thanked: 1 time
- Been thanked: 42 times