Page 1 of 3
error on xbrowse footer - RESOLVED! -
Posted: Wed Apr 22, 2020 11:36 pm
by Silvio.Falconi
on xbrowse I set
WITH OBJECT oBrowse:aCols[ 11]
:nFooterType := AGGR_SUM
:cEditPicture := '@ €99,999.99'
END
also I use :nDataStrAlign := AL_RIGHT I not see the symbol of euro
while on another procedure ( same source code) compiled with oldest fwh I see this ( align on right and euro symbol)
any solution ?
Re: error on xbrowse footer
Posted: Thu Apr 23, 2020 12:17 am
by karinha
Re: error on xbrowse footer
Posted: Thu Apr 23, 2020 12:47 am
by Silvio.Falconi
I allready tested with
WITH OBJECT oBrowse:aCols[ 11]
:nFooterType := AGGR_SUM
:cEditPicture := "€ 999,999.99"
:nDataStrAlign := AL_RIGHT
END
the xbrowse is
@ 120, 02 XBROWSE oBrowse OF oDlg ;
COLUMNS 1,2,3,4,5,6,7,8,9,10,11;
HEADERS "Ico","Tipo","Servizio","Q.tà","Costo","Tot p q.tà","Dal","al","Giorni","Sconto","Totale" ;
COLSIZES 55, 25,130,50,90,90,140,140,50,90,120 ;
PICTURES nil, nil,"@!","9999","€ 999,999.99","€ 999,999.99", "dd-mmmm-yyyy","dd-mmmm-yyyy","999","€ 999,999.99","€ 999,999.99";
ARRAY aData ;
SIZE 100,82 PIXEL STYLE FLAT NOBORDER
Re: error on xbrowse footer
Posted: Thu Apr 23, 2020 3:15 pm
by FranciscoA
Re: error on xbrowse footer
Posted: Thu Apr 23, 2020 10:38 pm
by Silvio.Falconi
..
Re: error on xbrowse footer
Posted: Sat Apr 25, 2020 3:50 pm
by Silvio.Falconi
--
Re: error on xbrowse footer
Posted: Sat Apr 25, 2020 4:00 pm
by Silvio.Falconi
..
Re: error on xbrowse footer
Posted: Sat Apr 25, 2020 7:34 pm
by Marc Venken
Maybe :
xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators
Re: error on xbrowse footer
Posted: Sat Apr 25, 2020 8:43 pm
by Silvio.Falconi
Marc Venken wrote:Maybe :
xbrNumFormat( "E", .t. ) // "E" for European, "A" for American and others
// .t. for showing thousand separators
but why the same source code on another procedure run ok ?
Re: error on xbrowse footer
Posted: Sat Apr 25, 2020 8:47 pm
by Silvio.Falconi
allready tested not run xbrNumFormat( "E", .t. )
Re: error on xbrowse footer
Posted: Sun Apr 26, 2020 9:08 am
by Otto
Hello Silvio,
I read that this summer, it is necessary to reserve online for the umbrellas on the beaches.
You are only allowed to enter beaches with reservation cards.
Do you already have software for this?
At the moment, it looks that you must place orders in restaurants with your smartphone after coronavirus restart.
We have nearly ready our ordering system made with mod harbour.
https://www.modharbour.club/mh_bestells ... aurant.prg
Best regards
Otto
Re: error on xbrowse footer
Posted: Sun Apr 26, 2020 2:49 pm
by cnavarro
Otto wrote:
.../...
At the moment, it looks that you must place orders in restaurants with your smartphone after coronavirus restart.
We have nearly ready our ordering system made with mod harbour.
https://www.modharbour.club/mh_bestells ... aurant.prg
Best regards
Otto
Dear Otto, I obtain this error
Error: Argument error
operation: +
[ 1] = C C:/xampp/htdocs/mh_bestellservice/orders/
[ 2] = U nil
called from: CHARACTER:__OPPLUS, line: 0
called from: pcode.hrb, MAIN, line: 85
called from: HB_HRBDO, line: 0
called from: ..\apache.prg, EXECUTE, line: 143
Re: error on xbrowse footer
Posted: Sun Apr 26, 2020 3:19 pm
by Otto
Dear Cristobal,
thanks for your help. which browser do you use.
The link should actually open this page:
Best regards,
Otto
Re: error on xbrowse footer
Posted: Sun Apr 26, 2020 3:29 pm
by cnavarro
Otto, I tested with Chrome and Firefox, and Edge, same error
Re: error on xbrowse footer
Posted: Sun Apr 26, 2020 3:37 pm
by Otto
Dear Cristobal,
are you clicking on this link:
https://www.modharbour.club/mh_bestells ... aurant.prg
Best regards
Otto