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 #55030 is a reply to message #55027] Mon, 05 October 2020 17:46 Go to previous message
jimlef is currently offline  jimlef
Messages: 90
Registered: September 2020
Location: US
Member
mirek wrote on Mon, 05 October 2020 11:34
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


I think Format("%2!nl", number) might be what I need Smile but it's good to know about '<<' as I wasn't sure...

I'll try that in my generated QTF and see how it looks.

Jim
 
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: Sun Apr 26 19:13:53 GMT+2 2026

Total time taken to generate the page: 0.00545 seconds