Thanx a lot, saw the ". What is the difference between the ToText and the Cstr functions, I am using Cstr like this -
"Such notice can only be given as from <b>"+Cstr({RENTALS.NOTICE_DATE})+"</b> , which is after the first initial (4) (10) months of the Agreement."
Thank you very much, I never knew that you can use html in a formula, but how do you bold for example this,
"Such notice can only be given as from "+{RENTALS.NOTICE_DATE}+" , which is after the first initial (4) (10) months of the Agreement." - where {RENTALS.NOTICE_DATE} must be bold and is an...
Hi
I am using Crystal 10, and have a formula ResetPurchase that contains the following : global numbervar purchase;
purchase = 0;
I put the formula in a group header and when I run the report the result is a boolean field TRUE or FALSE?
Is there any reason for this?
Hi
Is it possible to create an array of tabsheets, if it is
how do you create it.
I've tried
var
tabsheets : array of TTabSheet;
begin
tabsheets[0] := TTabSheet.Create(Form1);--Error
but gets an access violation at the error line!
I am using Delphi 7
Thank you
When I am passing a number field in my subreport's detail section to my main report's detail section with a shared variable, the first record is always 0.00. Is there an explanation for this?
Hi, I've inserted the following formula into the select expert -
{v_recon_operation_process_sub.rental_period} > 2 and
({billing_months.id} = {?Period} and
{v_recon_operation_process_sub.asset_status} = "Billable" and
{v_recon_operation_process_sub.asset_type} = "Rental" and...
I have downloaded the devolopers edition from their website, but the dll is not on the cd. I've tried the dll that is on the Crystal 8.5 cd but that didn't work as well.
I have upgraded to Crystal 10, when I want to preview my reports through my Delphi application I get Invalid TLV record error. I found a site on the internet which claim that I needs pg32conv.dll. Is this my problem and if it is, where can I find pg32conv.dll?
Thanks for the tips and support, sorry about the way I provided the information of my report, next time I will do it better. My problem was whileprintingrecords at the beginning of one of my formulas. Thanks again.
Yes I've tried your sollution, don't work. CostPrice is only a Price field from the DB divided by a Markup field in the DB. Thank you for the support thus far.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.