gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Works ok for me Also.
-
Hi Alexander I have this happens when an app or form that was created under 3.01 is opened under 3.03 or 3.04 due to the fact that the autosaving in the dfm saved with old properties , now as soon as you try to open form iunder new version you wi…
-
there is no error in either read carefully property MaxMemSize: Integer default 10; The maximum size of memory in Mbytes 10 mbytes = 10000000
-
drag and drop from data tab of data pane was designed for just that you have 2 option choices at the bottom of which you can select either or both. this pane is not used to add fields to existing memos, to do so select the memo rclck select edit …
-
if this is a sum of the field belonging to the master databands dataset it will work, if it does not belong to it you will get the error you are seeing. read user manual on aggregate functions.
-
rules of variants. (int/int) + int result = int in your example you had (10/24) +0 this is correct you are getting integer answer if you used (10/24) +0.0 you would see 0.42
-
place var [myvarname] in memo of checkbox or in obp of band if expression = value then check1.memo := true else check1.memo := false;
-
Hi Tariq probably have to setup your printers again.
-
see answer posted to same question in newsgroup
-
Shape object does as of 3.03 round rect does not. Some have asked for it to be included and IIRC Alexander replied maybe later.
-
if trying to display result in a memo(text object you kneed your [] around the whole expression. [IIF(expression,truevalue,falsevalue)]
-
Look at header band's keep together property.
-
Hi brent you can't assign directly as of ver 3.03 you have to use a picture view and generate a wmf. procedure TForm1.frxReport1BeforePrint(Sender: TfrxReportComponent); begin if Sender.Name='Picture1'then TfrxPictureView(Sender).Picture.Assig…
-
just like in 2.5 set the report components dataset/source property to correct dataset/source. there is also a demo in the public.binaries newwsgroup.
-
same as in delphi function to return absolute value no signs.
-
It is still there check your news reader settings
-
You have probably set the dataset or datasource property of the report component. Unless you are trying to run a multiple report this should not be set.
-
Hi pete 2 things make sure printer is not set for blank page at end 2 add a page footer and see what happens you may be just at that point where ther is enough space used to trigger a new page but nothing left to print.
-
see the reply to same question on page 9 of this forum if you cant see page nine when in forum go to bottom of page and set range to from beginning.
-
when converting after exporting and before opening in fr3, make sure fr3 designer has freeband placement operation set to true, this should at least save having to do all that work. after opening,you may have to go to reportdata menu item and ena…
-
Please post questions about fr3 in fr3 forum
-
Alexander it also happens with bde use same table leave field settings drop masterdata band association with table and set row count to any number control opening and closing table manually from external code the error is back
-
Please use the fr3 forum for questions about fr3.
-
Hi All thanks for the correction Alexander, i meant to say the exports folder maybe because the original install puts compiled dcu in libfolder.
-
Read the notes in the resources folder and the notes on compiling in install.text "frxrcExports.pas" must be placed in the fastscript folder.
-
Yes use fruserdata sets and write event handlers for it's events take a look in the fast-reports.public.binaries news group there is a demo there for printing string lists for a good example of controling the userdataset. Dont let the names of B…
-
Hi Pete from faq.txt 2.25. How to pass a value to the report? ************* There are several methods to do this. First is to use global object frVariables (defined in FR_Class unit): frVariables := 10; *****Note no dot notation in front of…
-
hi marcos they are saved for me in fr3 pro from either report options dialog or obj inspector reportoptions you must save on way out of designer. or do you mean that fr2.53 is not exporting those values to the fr3 format when converting.
-
When setting a custom format decimal sep and numb of dec is ignored because you are supplying it in the custom format 2 there is no way, if the db is returning the values you have stated above could the result be 14 1078 / 77 = 14
-
Please read programmers manual.