Datafields in fastreport 3
hello, i've developped a few reports with fr 2.47 and i'm trying to port them in version 3. To link a memo with a field from Clientdataset that is build dynamically (thus, i can't link it directly in design time using tFrxDbDataset), i have written in the script of the memo :
memo := [dmMain.CDS_MAin."PCE_Subject"]
it works fine in version 2.47 but in version 3, the compiler tells me "Identifier expected".
What can i do to make it works?
memo := [dmMain.CDS_MAin."PCE_Subject"]
it works fine in version 2.47 but in version 3, the compiler tells me "Identifier expected".
What can i do to make it works?
Comments
Please read the user manual.