FR3.09Pro: two big problems
Hello,
I have two big problems with FR 3.09Pro and Delphi7:
1.) Wenn I want to print a fieldvalue in the report I have always put a memo on a band and fill ist like this: memotext [field.text] or memotext [field.date] on a datepicker-field. But if I print the report or show a preview, FR don't print the fieldvalue. In my example he only prints: memotext
Can anyone help me?
2.) I have recompile FR with the tool in the root of the FR-directory, to have german language. In the Delphi-IDE I have the correct german language. In my (recompiled) Programms I only have the english language. Can anyone help me?
Greetings,
Andi
I have two big problems with FR 3.09Pro and Delphi7:
1.) Wenn I want to print a fieldvalue in the report I have always put a memo on a band and fill ist like this: memotext [field.text] or memotext [field.date] on a datepicker-field. But if I print the report or show a preview, FR don't print the fieldvalue. In my example he only prints: memotext
Can anyone help me?
2.) I have recompile FR with the tool in the root of the FR-directory, to have german language. In the Delphi-IDE I have the correct german language. In my (recompiled) Programms I only have the english language. Can anyone help me?
Greetings,
Andi
Comments
2) check your library path, it should point to FR\LibD7 if you want to use recompiled units.
2) The path is correct. See here:
Any other ideas?
for example
i install to
C:\Program Files\Borland\Delphi7\Fr3
using a custom install so that i can eliminate any db engines i dont want.
there should be only one reference listed in delphi's tools environment options
lib search path.
if fr3 was the last installed component set the last and only entry should be
C:\Program Files\Borland\Delphi7\Fr3\LibD7, using example above
I would suggest that you de install fr3, open delphi, remove any old search
path refs to fr3, close delphi , remove all traces of fr3 files from machine.
and re install.
thanx for the answer. But I install FR3 like you (custom path, delete all old FR3-Paths), but I still have the Problems.
Any other ideas?
Now, I only have the 1.) problem (with the not printed fieldvalue). I tried it with the new recompiled Fastreport but the problem is still there.
Any ideas?