Look my message in Slack
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Look my message in Slack
Dear Cristobal,
I logged in from HideIPVPN from France. It works.
I can only imagine that the language setting and code page of the browser causes the problems.
I install a language pack and test. Thanks again.
I look your msg.
Best regards
Otto
Otto, now all is ok
Your web is very pretty, congratulations
Cear Cristobal,
thank you for you help and the kind words.
Testing on different systems is so important.
Best regards
Otto
Otto wrote:Cear Cristobal,
thank you for you help and the kind words.
Testing on different systems is so important.
Best regards
Otto


Otto wrote:Silvio,
I read this and thought that it could be something for you.
Best regards
Otto


Otto wrote:Silvio,
here you can test:
https://www.modharbour.club/mh_tischreservierung/index.prg
Best regards,
Otto
See above you asked me.
Otto
I made many year ago a symply app for smarthphone with fwppc do you remember it ?
I thinked it could be good for us
I tried to use mod_harbour many times but I not Understood How run it
starting from the beginning I did not understood how
open a dbf
enter data from a form ( add and modify)
save in dbf
Antonio Linares sad me to see genesi
but I not understood How this genesi.prg can help me
for create something for my app I need to show for a sample 800 button as
Image
or I can divide the 800 buttons on many pages
each button must have two colors green and red and must have a number as prompt
each button is created from a dbf ( structure)
the use can press each button and open a menupopup to some action menu
it's possible with mod_harbour? how I can make it ?
I use : FiveWin for Harbour ver. Jannuary 2020 - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Silvio.Falconi
Posts: 4538
Joined: Thu Oct 18, 2012 7:17 pm
Top

If you look into
METHOD PaintFooter( nRow, nCol, nHeight, lInvert ) CLASS TXBrwColumn
you see that
cFooter := ::footerStr()
and
::PaintBmpAndText( { nRow, nCol, nRow + nHeight, nRight }, ;
cFooter, ::nFootStrAlign, ::bLeftText, oFont, aColors[ 1 ], ;
nBmpNo, ::nFootBmpAlign, .t., ::nAlphaLevelFooter, .f. )
paints your footer.
If you trace ::footerStr() you have to check if cEditPicture is respected.
Regards
Otto