frVariables - gone with the wind?
Hi,
is there a way to get some "frVariables-functionality" in FR3? I'd simply like to set some variables from within the Delphi-code before running the preview. This worked fine with 2.5 but due to some changes frVariables seems to be unknown in V3?
Kind regards
Mark
is there a way to get some "frVariables-functionality" in FR3? I'd simply like to set some variables from within the Delphi-code before running the preview. This worked fine with 2.5 but due to some changes frVariables seems to be unknown in V3?
Kind regards
Mark
Comments
Report.Variables.AddVariable('Basisdaten','Adresse','HALLO');
should work.
But when adding a text-object containing '[Adresse]' in it, FR3 says "Unknown Identifier 'HALLO'" - well - it seems FR3 was able to get the value of "Adresse" but then tries for some stupid reason to get the value of "HALLO", too.
Is FR3 buggy at this point? How can one simply transport a value from within the delphi app into FR??? I could probably fill a data-table with the values needed or write a user defined function - but I simply can't believe that it shouldn't be possible to transfer date between the app and FR in a more simple way...
Kind regards
Mark
But that leads to FR3 being not able to handle #10#13... and the documentation only says it should not contain these chars. It doesn't say anything about how to handle these chars in another way... well I'll open a new Thread for this "feature" in FR3.
Kind regards,
Mark