gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
you can't do it that way the dataset is already closed that is why the null. if you would read the manuals you would Know about the limitations. if you want to use script declare your variable in the correct place and use the crooect obp of the co…
-
read the manuals select your memoview rtclick edit use the aggregate expression builder.
-
many have asked but i don't think the develper's plan anything soon. the best work around i have found is to use Nuance's (scansoft's) pdf printer driver
-
mnu > file > page settings. also make sure the printer is not set to a4.
-
i have read programmer manuel and there isn't any any comment about get and set method in it. of course not it is used in script so it's in the users manual! tip read the programmers manual as working from delphi and the users manual as working fr…
-
As i stated previously with cat vars in script you must use set and get methods. Set('NN', '''' + newname + ''''); or hardcoded string value Set('NN', '''' + 'String' + ''''); important to remember with cat vars and string values you must end u…
-
what is NN ? a categorized variable
-
are you using external datasets or internal and are you using fr dialogs in report?
-
have you read the users manual on exporting?
-
read the programmers manual on variables and their kinds. in script you access categorized variables using the set method or get method. datafield value using an expression in a memoview can only have one outer set of [ ] typed script variabl…
-
ie in obp of band memo1.Frame.Typ := ftnone; ftTop, ftBottom,FtLeft, Ftright are valid values turning on frame.typ:= fttop + ftbottom
-
if you installed fr to its default folders you will find them in c:\ Program Files\Fastreports\FastReport 4\demos
-
have you looked at the printstringgrid demo in the demos folder?
-
when you purchase you will receive email advising you of your username and download page where you will be able to dl your version and key. you uninstall the demo version using fr uninstaller and install the new version. the demo version is a lim…
-
AFAIK no you can't.
-
2 things i see 1 you should be adding your fields before the end; of the cross creation 2 your levels need to be set correctly. here is a sample using the demodata crosstab.db procedure TForm1.Button5Click(Sender: TObject); var report:tfrxre…
-
I cannot be sure of what you have done You may find you need to delete the fr component objects from the delphi form and replace them from the tool pallete. or your old project is pointing to the wrong lib path
-
not clear as to what you mean by grouping 2 objects.
-
need to see the code. post it in the binaries news group.
-
it sounds like you designed a report in in demo version(4) and tried to use it in ver3. so What version do you have installed? you cannot have both.
-
the method i suggested works fine for me bds2006 radstudio2010 this way i dont have to change the delphi lib paths. i keep seperate demos because there is differences in the libs. dir structure is similar except mine is libd10 libd12, libd14. IIRC…
-
you can't use 2 versions, unless you are using virtual machines.. you use 1 version ie de install current version using fr uninstaller. delete fastreport 4 folder install new version for delph 2010 then run fr recompiler to install new version t…
-
can't say for sure but it may have been a bug in that version 4.7 went to version 196 before ver4.8 came out. you could try setting the tfrxreportcomponent property from the ide But i would suggest you update to newest version.
-
glad to here it, now i just have to get teechart8.06 to install cleanly
-
just found it and will test later today.
-
afaik d2010 ships with tchart standard and have not heard of a release of tchart pro for 2010
-
I think you are in the wrong forum this is for fr4 and delphi or c you may want to try the studio forum.
-
When posting please advise which build and level of fr4 you are using. it works fine here so you probable have not written the code in an appropriate event. ie obp of masterdataband. fr4.8 d10,12,14
-
you cannot do it this way, read the programmers manual chapter on building a composite report. ie frxReport1.LoadFromFile('1.fr3'); frxReport1.PrepareReport; frxReport1.LoadFromFile('2.fr3'); frxReport1.PrepareReport(False);// set flag s…
-
you should go to your dl/page ang go to help and take out a support ticket and give more information generalized statements like "We've tried to compile every way, but without success" does not help be more specific as to the error messages you a…