Search found 22 matches: percentual

Return to advanced search

Re: bad calculation prices for days

... the right price sample : local n1Day := 9, n7Days := 60, n15Days := 120, n30Days := 180 n7Days / 7 n15Days /15 n30Days /30 price * days * percentual + Recharge
by Silvio.Falconi
Mon Jul 20, 2020 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 1937

Re: How make it?

for now I resolve in this mode:

Image
the user can use the percentual on Total or make a descount on days
it is beautifull but not professonal work
by Silvio.Falconi
Tue Nov 12, 2019 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1223

Re: founding a percentage

... ) - ( ( nQtdUnits - nMidPercentual ) * nPercentuale )    ENDIFRETURN nFinalCost and thenI can insert also a percentual on get ( from final user)
by Silvio.Falconi
Wed Jan 30, 2019 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: founding a percentage - Resolved !!!
Replies: 5
Views: 933

Re: FWH 18.03: FW_SaveImage()

... much.. aCrop are {top,left,height,width} or {left,top,right,bottom} or .... what they mean, in the example there are a -0.2?!?! :shock: nZoom is percentual normalized? not from 0 to 100 but from 0 to 1? nRotate is degree or radiant, clockwise or anticlockwise? Never "Parameters are self ...
by AntoninoP
Tue Apr 24, 2018 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03: FW_SaveImage()
Replies: 2
Views: 1008

Re: xbrowse picture for string with percentual field

thanks... I not Know remright .func.is xharbour ? perhaps I made some errors because here not run also When iinsert sample "50+30+3" it not replace the symbol % at the end   aBrowse     :=  {{"PAITEM"      ,i18n("Codice"&...
by Silvio.Falconi
Wed Nov 12, 2014 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for string with percentual field
Replies: 7
Views: 1681

Re: xbrowse picture for string with percentual field

Code: Select all  Expand view

oCol:bEditValue := { |x| If( x == nil, ( oBrw:cAlias )->SCONTI, (oBrw:cAlias)->SCONTI := RemRight( x, "%" ) + "%" ) }
 
by nageswaragunupudi
Tue Nov 11, 2014 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for string with percentual field
Replies: 7
Views: 1681

Re: xbrowse picture for string with percentual field

I tried with bOnChange method but it not run ok or I not Know how set the right variable

sample
:bOnChange := { |oCol, uOldVal| MyFuncOnChange( oCol, uOldVal ) }
by Silvio.Falconi
Mon Nov 10, 2014 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for string with percentual field
Replies: 7
Views: 1681

Re: xbrowse picture for string with percentual field

Silvio:

Ouch, I'm not expert in xBrowse class, but I remember xBrowse has POSTEDIT method
then you can use my previous idea with that method.

Regards
by Armando
Sun Nov 09, 2014 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for string with percentual field
Replies: 7
Views: 1681

Re: xbrowse picture for string with percentual field

Silvio: Just an idea. Using the VALID method you can do this: STATIC cUserVar............        REDEFINE GET aGets[ 2] VAR cUserVar ID 102 OF oDlg UPDATE;            PICTURE "@K";            VALID ChgStr(oDlg)........STATIC FUNCTION ChgStr()   IF ! EMPTY(ALLTRI...
by Armando
Sun Nov 09, 2014 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for string with percentual field
Replies: 7
Views: 1681

xbrowse picture for string with percentual field

I wish insert a picture with "%" into a column of a xbrowse as this: http://www.eoeo.it/wp-content/uploads/2014/11/percent.jpg Note : the final user inser a string (max 10 CR) not a number !! How I can make to replace the record with percetual symbol at the end if the recor...
by Silvio.Falconi
Thu Nov 06, 2014 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse picture for string with percentual field
Replies: 7
Views: 1681

Add Xbrowse Column at runtime

... look this picture http://www.eoeo.it/wp-content/uploads/2014/11/order.jpg I wish insert a column at the red arrow amd calc the percentual 20% on the column "Importo"
by Silvio.Falconi
Thu Nov 06, 2014 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add Xbrowse Column at runtime
Replies: 7
Views: 2555

Re: DIALOG ON DIALOG

Ok Now I explain you : I wish add % percentual math control to msgcalc (it there is on msgcalc but I wish add different calculation) I wish add calculation, incremental and decremental I need it to calculate Tax on a price First I first I made ...
by Silvio.Falconi
Tue May 07, 2013 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DIALOG ON DIALOG
Replies: 8
Views: 3034

Substituição Tributária

... mas ninguém até agora explicou direito isso. Procurei no fórum Fivewin Brasil e não achei nada explicado. Preciso saber se essa S.T. é um percentual por produto vendido, se varia por estado e/ou como isso varia. Alguém já implementou isso? Tem alguma dica? []'s Rogerio
by rogerio
Wed Sep 23, 2009 11:03 am
 
Forum: All products support
Topic: Substituição Tributária
Replies: 0
Views: 701
Next

Return to advanced search