Default Avatar

boakoms

boakoms

About

Username
boakoms
Joined
Visits
21
Last Active
Roles
Members

Comments

  • hello, could you check if wordwrap or charwrap option of memoview or richview is true or not ? regards. hsalz wrote: » Has no one an idea?
  • You can use TotalPages# for that. No need to double pass. Pelase check the picture attached. moezent wrote: » I need the totalpages for my report to represent the sums of the foot in the head
  • you can create reports with more than 1 page. i mean you can create 3 pages report with different datas on each page. CRAIG20 wrote: » Hi. I use software that uses the fastreports platform. Basically I have to send 3 letters (reports) out to …
  • what do you mean by handle ? can you be more spesific ? moezent wrote: » Hallo, Is there a way to handle the total pages without turning on the Doublepass option? because the Doublepass option makes my Report very slow and I absolutely ne…
  • syntax should be like : IF (1=1) THEN BEGIN abc:=5; END ELSE BEGIN abc:=9; END;
  • strange. it should be working as you wanted, dont know why it doesnt. anyways, try this workaround : master data band 1 detail data band 1 master data band 2 make sure that mater data band 1 is empty and make its height 0 from properties.
  • You need to select your detail query and in the query options there is an option called Master. In this option you need to select your master query. You can see attached picture. ingsys wrote: » Since I updated my Fastreport from 4.15 to 5.6.…
  • Hello, Since we cant rotate the shape objects i can't exactly draw what you want but there are 2 close result in the picture that you may want to use. If anyone of them is ok for you i can tell you how you can draw it. boakoms. RYODANS…
  • Hello jim, Go to File Menu > Page Settings > Other Settings there is an option 'Endless Page Height' will do the trick for you. boakoms. jim88888 wrote: » When I create a report with many bands, I cannot see the bands in the designe…
  • Hello, crossed out circle shape cursor happens to me but its like 1 in a million and when i close and reopen FR its gets normal. do you still need help for the report design ? boakoms. Galin wrote: » Galin wrote: » Hello, Can you …
  • Hello, You can actually. Check attached picture please. boakoms. edit : you can also change colour of shape and line. RYODANS wrote: » hi friends i need your help! I need to create a table with a circular-spherical border …
  • Hello, Are you going to create this with designer mode or via code section ? boakoms. RYODANS wrote: » HI GUYS I need create the next figure
  • Hey Galin, you can use IIF function in a memo like below : IIF(=0.179,'true statement',) boakoms. Galin wrote: » I did a search for if statements and someone said to use the expression builder. Where is that? I'm wanting to do some…
  • Hello, Can you explain your problem a bit more. As i understand from the picture, you have data from Order Query. If you can see the fields from order query like in the picture, you can drag and drop them to the anywhere on the design page. boak…
  • since every company use different standarts for their invoices, i dont think there is an example invoice for general use. you need to design your invoice via FR. Principiante wrote: » Where can I find an example of an invoice form that can be …
    in Example Comment by boakoms March 2018
  • Hello, You can specify Paper Source from Page Settings from File > Page Settings but i am not sure how you can make this in the code. Regards, boakoms. humantool wrote: » Ok, I tried again and printing options are used correctly...??.…
  • Hello, You can control Subreport height in code section like below : Subreport1.Height:=0; You can use 'If Clause' in code section but you need an anchor point for example : if memo1.Text='' then Subreport1.Height:=0; Regards, boak…
  • Hello, Did you try print optimized or embeded fonts options when exporting as pdf ? Those options might help. Regards, boakoms smartinez wrote: » i know now that tfrxRichView render as an image when exported to pdf. But it is an annoying…
  • Hello, Its almost the same option but if you dont want to loose quality cause of saving jpeg you can also : If the picture is fix open picture in Paint (you can use any other picture edit software) selection > select all > copy then in…
  • Hello, Do you use DetailData or MasterData for theese title ? If titles are fixed and you use MasterData and if you dont use borders and you can workaround like : extend Title B little bit longer like in attached picture and use 'shift when…
  • Hello, You dont have to check the Checkbox manually. Try to use Checkbox's Dataset and Datafield option in Checkbox properties or from code section like : Checkbox1.DataSet Checkbox1.DataField and use report start event from tfrxreport. …
  • this post is helping confused computer users since 2006! long live the post !
  • hello, problem solved by turning on strech property of the data band. thanks for help.
  • allow stretch prop was selected and print on parent property didnt make any difference. i try to explain to prevent misunderstanding, on the com image you can see there are 3 topic. 1- Container no 2 - Container Type 3- KAP ( Description ) Si…
  • Thanks for reply, just tried to allow split option, and it doesnt seems to be working in this case. gordk wrote: » check the bands allow split property you may need to set it for thr band that contains the subrep also