Footer for BROWSE / GRID how ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Footer for BROWSE / GRID how ?

Post by AUGE_OHR »

hi,

i like to have a Footer in BROWSE / GRID. how under harbour HMG :idea:
have fun
Jimmy
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Footer for BROWSE / GRID how ?

Post by mol »

I think it's not possible.
In one of my apps I've created second grid under the basic one to display sum..
Everything is ok, when you have enough place on screen to view all columns
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Footer for BROWSE / GRID how ?

Post by serge_girard »

Jimmy, maybe use a LABEL right under the GRID. No problems with grid sorting etc....

Serge
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Footer for BROWSE / GRID how ?

Post by mol »

My idea was to synchronize horizontal scrolling, column's width changing, but it wasn't necessary
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Footer for BROWSE / GRID how ?

Post by danielmaximiliano »

Creo que el control grid debe tener la propiedad footer ya que contiene la propiedad header.
En mi POS incluí label y textbox para mostrar información sobre las columnas cantidad y total.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: Footer for BROWSE / GRID how ?

Post by franco »

I do like Daniel and suggest for footer Label like Serge, This way you can change value on grid save if needed.
I modified my tbrowse example with this to try, works perfect but have not reposted it yet.
All The Best,
Franco
Canada
Post Reply