U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » RichText,QTF,RTF... » Documentation / more info
Re: Documentation / more info [message #55027 is a reply to message #55017] Mon, 05 October 2020 17:34 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
taxQTF << DblStr(sumTaxable) << ":: " << DblStr(sumNontaxable) << ":: " << DblStr(sumTax) <<
			 ":: " << DblStr(sumParts) <<":: " << DblStr(sumTotal) << "}}";


Should work without DblStr.

taxQTF << sumTaxable << ":: " << sumNontaxable << ":: " << sumTax << ":: " << sumParts << ":: " << sumTotal << "}}";



<< converts everything to text.... (But then you will probably want to convert to two decimal places, so you will need some function there anyway).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how can i get the image in the RichText?
Next Topic: Report Perform() and printing
Goto Forum:
  


Current Time: Mon Apr 27 01:59:19 GMT+2 2026

Total time taken to generate the page: 0.00608 seconds