stephe91
stephe91
About
- Username
- stephe91
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
not with the fastReport version 3.05 ! I've tested on Windows NT4 and an error appears but with Windows XP, I've not got error. Why ?
-
I already tested that but when my report appears, an error message appears too !! "Undeclared identifier var1". My variable is into a Memo in a MasterData and the other Memo where i want to do a copy of my variable is in a GroupFooter, is it i…
-
No, the value that i obtain is ok. This is my code : procedure OnGetValue : begin  if AnsiComparetext(VarName, 'var1') = 0 then   Value := 'coucou'; end; In my report, the variable's value is in a TFrxmemo. But when i want to do a…