Lib Calc

HMG Samples and Enhancements

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Lib Calc

Post by esgici »

Thanks calculator makers :)

Every business application need a calculator within in.

Regards, Saludos

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: Lib Calc

Post by Vanguarda »

mol wrote:by HMG dreams become reality :D
i agree with you.

regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
mustafa
Posts: 1158
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: Lib Calc

Post by mustafa »

Hola amigos
Les dejo la Calculadora que publicó el amigo Vanguarda, con algunos pequeños
arreglos efectuados en las teclas.
El proposito general de este sample ha sido reconvertir a UTF-8 con el programa
iniciado por Esgici y continuado por Serge.
Veran los dos ficheros ,original ANSI_Calculator.prg y reconvertido a UTF-8
Calculator.prg con los cambios efectuados por el nuevo programa de Serge
CFANS2UT8.exe viewtopic.php?f=10&t=3416&start=10" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
cambios en el fichero: CAF2UT8.HTM
Un saludo
Mustafa :P
*------------------------------------------------------------------------------*
Hello friends
I leave Calculator friend who published Vanguarda, with some small
arrangements made on the keys.
The general purpose of this sample has been convert to UTF-8 with the program
Esgici initiated and continued by Serge.
Veran the two files, original ANSI_Calculator.prg and converted to UTF-8
Calculator.prg with the changes made by the new program Serge
CFANS2UT8.exe viewtopic.php?f=10&t=3416&start=10" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;
changes in the file: CAF2UT8.HTM
regards
Mustafa :P
Attachments
Calculator.zip
(14.94 KiB) Downloaded 476 times
screenshot.jpg
screenshot.jpg (17.2 KiB) Viewed 6258 times
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Lib Calc

Post by danielmaximiliano »

Gracias / Thanks Vanguarda, Mustafa, Esgici and Serge por compartir / for sharing
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Javier Tovar
Posts: 1275
Joined: Tue Sep 03, 2013 4:22 am
Location: Tecámac, México

Re: Lib Calc

Post by Javier Tovar »

Gracias a todos por compartir.

Saludos
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Lib Calc

Post by bpd2000 »

danielmaximiliano wrote:Gracias / Thanks Vanguarda, Mustafa, Esgici and Serge por compartir / for sharing
+1
BPD
Convert Dream into Reality through HMG
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Lib Calc

Post by serge_girard »

Mustafa,


Very nice! And also nice to see that CAF2UT8 did a nice job!


Serge
There's nothing you can do that can't be done...
User avatar
Agil Abdullah
Posts: 204
Joined: Mon Aug 25, 2014 11:57 am
Location: Jakarta, Indonesia
Contact:

Re: Lib Calc

Post by Agil Abdullah »

Hi Vangurda and Friends,

Many thanks for your sharing. That's I am looking for these days.

Thanks also to Mr.Esgici who showed me this thread this evening.

Salam Hangat from Jakarta
Agil Abdullah Albatati (just call me Agil)
Programmer Never Surrender
User avatar
SALINETAS24
Posts: 667
Joined: Tue Feb 27, 2018 3:06 am
DBs Used: DBF
Contact:

Re: Lib Calc

Post by SALINETAS24 »

Hola, he incorporado la calculadora a un pequeño programa que estoy haciendo. Desde el Menú la puedo activar, bien con una opción del mismo menú o bien pulsado la tecla de función F3.
Pero cuando desde el Menu voy a otra opción articulos, clientes, etc., la calculadora se me desactiva.
Hay alguna forma de que se active la calculadora pulsado F3 desde cualquier parte del programa o cualquier modulo.
Gracias.
Y muy chula
Como dijo el gran pensador Hommer Simpson..., - En este mundo solo hay 3 tipos de personas, los que saben contar y los que no. :shock:
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Lib Calc

Post by srvet_claudio »

SALINETAS24 wrote: Thu Apr 19, 2018 9:36 pm Hola, he incorporado la calculadora a un pequeño programa que estoy haciendo. Desde el Menú la puedo activar, bien con una opción del mismo menú o bien pulsado la tecla de función F3.
Pero cuando desde el Menu voy a otra opción articulos, clientes, etc., la calculadora se me desactiva.
Hay alguna forma de que se active la calculadora pulsado F3 desde cualquier parte del programa o cualquier modulo.
Gracias.
Y muy chula
For example:

Function Main ()
........
CREATE EVENT PROCNAME MyFuncKey ()
........
RETURN


Function MyFuncKey ()
IF HMG_GetLastVirtualKeyDown () == VK_F3
HMG_CleanLastVirtualKeyDown()
Calc.Setfocus
ENDIF
Return nil
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
Post Reply