Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Wed May 14 05:13:35 CEST 2025

Total time taken to generate the page: 0.00835 seconds