Default Avatar

PJCF

PJCF

About

Username
PJCF
Location
Jersey, Channel Islands, UK
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hi Karina I do this a lot. You will need to provide a filter routine for the table with the data that is attached to the Master Data band. For instance if you want a date range, say all last weeks records, you have a From and To field for which…
    in Labels Comment by PJCF May 2006
  • Have a look at the SaveToFile procedure and the LoadFromFile function - I think this is what you might need - I haven't used these myself but believe it is what you are looking for. Hope it helps - Peter
  • I have done a similar thing using the following code for in the OnBeforePrint for Memo25 (title field) and Memo23 (data field) procedure Memo25OnBeforePrint(Sender: TfrxComponent); begin  if < 1 then begin    Memo25.text := '';  end els…
  • The format that you show is correct. Therefore I would suspect that the field itself if not present. Try dragging the required field from the dataset and then double click the field and add the require text using the displayed memo editing tool. …
  • You need to use the Suppress Repeat Values flag in the field. Right click your cursor on the field you wish to suppress and select 'Suppress Reteat Values' from the popup list. Good luck
  • Sorry - I cannot understand your question.
  • Why not place the line in the Footer band?
  • Thanks but when I click on the newsgroup I get Server can't be found. Any idea what might be wrong please?
  • I am still having trouble with this printing problem. I have an Digital LA400 and am trying to print onto 12" continuous paper. When I do, it prints at 297mm which is A4. I think the problem is that I have a short form that I want to print 3 recor…
  • Many thanks Gord I have done a lot of testing and have come to the same conclusion. If I use A4 paper (297mm) everything works fine. Thanks for your prompt suggestion. Regards Peter