HbFoxPro library. Commands and functions foxpro for Harbour

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

Post Reply
User avatar
santy
Posts: 60
Joined: Tue Sep 25, 2012 11:19 am
Location: Ukraine, Lviv
Contact:

HbFoxPro library. Commands and functions foxpro for Harbour

Post by santy »

Hi all,

This is the library that contains the implementation FoxPro command and functions.

in this version are:
SCATTER MEMVAR ...
SCATTER ...TO ARRAY
GATHER ....
SCAN ... ENDSCAN
_USE

minisql

CREATE TABLE
CREATE DBF
INSERT INTO ...

future plan:

UPDATE
SELECT
ALTER TABLE

http://code.google.com/p/santysoft/down ... akechanges
Best regards,
Oleksandr Antypenko
xHarbour 1.2.3 , Harbour 3.x + Mingw 4.x (HMG, minigui)
https://bitbucket.org/aantypenko
https://github.com/aantypenko
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by esgici »

Hi Alex
santy wrote: This is the library that contains the implementation FoxPro command and functions.
Brilliant implementation, nice participation :)

Thanks with hope to continue :)

что касается
Viva INTERNATIONAL HMG :D
User avatar
santy
Posts: 60
Joined: Tue Sep 25, 2012 11:19 am
Location: Ukraine, Lviv
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by santy »

Thank you esgici. :)

to be continued
Best regards,
Oleksandr Antypenko
xHarbour 1.2.3 , Harbour 3.x + Mingw 4.x (HMG, minigui)
https://bitbucket.org/aantypenko
https://github.com/aantypenko
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by Rathinagiri »

Really nice to hear. Thanks and please continue.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
santy
Posts: 60
Joined: Tue Sep 25, 2012 11:19 am
Location: Ukraine, Lviv
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by santy »

Update HbFoxLib library.
Added the following functions and commands:

Code: Select all

	GO TOP IN <cTableAlias> 
	GO BOTTOM IN <cTableAlias> 
	GOTO <nRecno> IN <cTableAlias> 
	RECCOUNT(<cTableAlias>) 
	FCOUNT(<cTableAlias>) 
	FILTER(<cTableAlias>) 
	USED(<cTableAlias>) 
	USED(<nWorkArea>) 
	SET FILTER TO <cFilter> IN <cTableAlias> 
	SEEK <eExpression> [<soft: SOFTSEEK>] [<last: LAST>] TAG      
        <cTagName> IN <cTableAlias> 
http://code.google.com/p/santysoft/dow ... kechanges
Best regards,
Oleksandr Antypenko
xHarbour 1.2.3 , Harbour 3.x + Mingw 4.x (HMG, minigui)
https://bitbucket.org/aantypenko
https://github.com/aantypenko
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by esgici »

Very nice !

Thanks Alex :)

Regards
Viva INTERNATIONAL HMG :D
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by bpd2000 »

Excellant
Continue
BPD
Convert Dream into Reality through HMG
User avatar
danielmaximiliano
Posts: 2612
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by danielmaximiliano »

Gracias Santy por este muy buen trabajo, realmente me perdi este post

Santy Thanks for this very good work, I really lost this post
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Renegado
Posts: 83
Joined: Tue Mar 11, 2014 11:59 pm

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by Renegado »

Gracias a todos, y mis felicitaciones a Santy Excelente trabajo. Estoy haciendo un pequeño proyecto para el control de asistencia y calificaciones con la nueva reforma educativa de México. pero en el grid de la lista de asistencia me gustaría poner una imagen "palomita" si asistió el alumno y cambiar la imagen por una "X" si no asistió, eso con un solo clic, y reportar las fechas de inasistencia.
como pueden ver solo soy un profesor de secundaria, pero que se dedicó un poco a la programación en vFoxpro ahora quiero aprender a usar HMG. estoy seguro que con ustedes lo voy a lograr.

Traductor de Google.

Thank you all, and congratulations to Santy Excellent work. I'm doing a small project for monitoring attendance and grades with the new educational reform in Mexico. but in the grid of the attendance I would add a "pop" image if the student attended and change the image by an "X" if not attended, that with one click, and report the dates of absence.
as you can see I'm just a high school teacher, but rather devoted to programming in vFoxpro now I want to learn how to use HMG. I'm sure with you I will achieve
User avatar
luisvasquezcl
Posts: 1258
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: HbFoxPro library. Commands and functions foxpro for Harb

Post by luisvasquezcl »

Hola Santy,
gracias por tu aporte. voy a probarlo y comento.
saludos cordiales,
Luis Vásquez.
Post Reply