
gordk
gordk
About
- Username
- gordk
- Location
- St.Catherines On. Canada.
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Write a ticket
-
typically before calling showreport frxreport1.previewoptions.zoommode:= zmWholepage;
-
AFAIK The individual cells may be set to rtl but not the matrix
-
Turn on the desired frame lines of the memos in the detail band use them for lines or set the lines stretchmode prop to max height.
-
what version of fr are you using?
-
in designer select the chart then edit the chart, then select each series and then go to marks in object inspector and edit marks properties
-
You can join cells of equal value in version 4
-
when things work ok on one system and not on another you must look for differences between systems. was report designed for default printer or specific printer. is the other system using same make/model of printer, check printer driver also, are t…
-
try [SUM(,MasterData1,1)] another method assuming you start a new page for each person would be to use the overlay band draw your lines vertical and horizontal on it. then you only need to force the footer down to where you want it by setting …
-
"I copy my exe into target computer (win7 32 bit), run, but NOT change paper tray! (Printer connected thru USB)" Have you set the reqired permissions for win 7 for the program?
-
another method to use is make the report 2 pass on the first pass store the value in an array in the final pass do the childband and sub the array value. just like doing the total in group header demo only do it in the footer
-
Did your sumfunction in the memo refrence the band or just the datafield?
-
in the obp of the groupfooter write code to display an unattached child band containing empty memos use the line variable to find out how many lines you have and show the band using the engine.showband method the number of times required
-
check the page property titlebefore header it should be true. other than that it may be a bug in the free version.
-
what level of fr4 basic, standard, pro data components for internal datareports come with stanard and above
-
did you set report print optionhs collate to treue
-
ive never tried it that way, but i beleive it may be possible possible the only drawback is you need to see the printer driver dialog to set the email adress ypo can preset the properties of the printer driver to send emails but this just brings up…
-
the designer is not included with the embarcadero version or basic version only standard and above.
-
i am not a c programmer but here is the delphi equivalent GrandTotalSalary.Text = 'Grand Total Salary: ' +'[Sum(,MyDataBand,1)]'; note ADODataSet1 this must be the usename of the dataset
-
my own experience has been to not use the pdf export but to print the preview using nuances pdf printer driver.
-
i Have no problem select the memoobject with the mouse cursor then goto edit copy then edit paste the copy will move with the mouse to where you want to locate it
-
My own personal opinion and experience is to NOT USE a page footer in this way it should be used to contain things like page#, totlapages, date printed etc.. it is better to use either a footer, groupfooter, column footer, or child band (can be un…
-
Would be nice if you mentioned what version you are using did you check the background in the export dialog? ver 4.15.6
-
engine.newpage will do it.
-
have you tried the example in the programmers manual?
-
try it after loading the report and before calling show
-
unless you have set those values previously you are retrieving empty strings
-
write code in the obp event of the masterdataband to set the engine cury to a value you want for the second envelope
-
you can alter the top and height, you cannot stretch the the page footer. first make the report 2 pass, so you have totalpages available, write code in the oap event of the page header to test if you are on the final pass and the amount of freesp…
-
the pagefooter is not resizeable.