Help - Search - Members - Calendar
Full Version: Moving from FAST REPORT 3.15 to fr3 4.9
Fast Reports forum > Fast Reports Products > FastReport 4.0
blumache
Hi. I used FR3.15 and use to set variables from report with application values a code like that...

int Index;
TfrxVariable* Variable;

Index = frxReport->Variables->IndexOf("firma");
if (Index != -1)
{
Variable = frxReport->Variables->Items[Index];
Variable->Value = QuotedStr(DM->NUME_SOC);
}


In that moment, after install the last FASTREPORT....error when load the report...don't like my code...Please help me ..where is the problem? Thanks.
gordk
code is still the same should be no problem.
check to make sure you have enough string delimiter's.
around your string variable value
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.