Moving from FAST REPORT 3.15 to fr3 4.9

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.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 1:21PM
    code is still the same should be no problem.
    check to make sure you have enough string delimiter's.
    around your string variable value

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.