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...
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.