Default Avatar

BJL

BJL

About

Username
BJL
Location
Brussels, Belgium
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Message received from Den Zubov, helpdesk staff: The installation file to use is FR4*D11*.EXE. Was not evident for a BCB user. This installation works with 'Install with administrator wrigts'. BJL
  • I have tried to add the 15 BPL to the installed components. It fails with a message RTL60.BPL not found. That seems to indicate that the BPL from fr4_5_bcb6p.exe or fr4_5_8_bcb6p.exe are not compatible with BCB2007 of RAD Studio. BJL
  • I tried the installation again using fr4_5_8 dated 2007-12-28. Unfortunately no packages installed! BJL
  • On support@fast-report.com, Alexander Fediachov indicated: You should install FastReport 4.5 under Vista with Administrator rights. You can click right mouse button on install file and select "Run as administrator". RAD Studio 2007 must be closed…
  • Gordk, In my case, it was a true 0. But the function f_if returns a string, well recognized by Fastreport under the format fkNumeric. But the Hidezero does not work if the value is a string. So the cast is necessary. BJL
    in HideZeros Comment by BJL December 2007
  • I found the problem. It was due to the use if the function f_if in an SQL-request. Adding a cast solves the problem. Like cast(f_if(L.DC,'>',0,L.montant, 0) as NUMERIC(15,2)) as MTD BJL
    in HideZeros Comment by BJL December 2007
  • Hi Gordk, Version 4.4.47 TfrxMemoView DisplayFormat: fkNumeric %2.2n DecimalSeparator , Of course, it is always possible to test the value and make the Memo invisible, when 0. Regards BJL
    in HideZeros Comment by BJL December 2007
  • My solution has been to add a button on the design form. It allows two modes: one with drilldown, the other with no drilldown allows clicking on objects in the GroupHeader. BJL
    in Drill Down Comment by BJL April 2007
  • Den, I did include the hpp file. However the code did not work because the preview is not (no more) within the list of compnents. BJL
  • Den, After setting ShiftMode to smDontShift and StretchMode to smDontStretch on memos, and also on shapes and lines, when appropriate, the report works normally. Thanks again. BJL
  • I founf the way: TfrxCustomEngine* eng = frxReportGL->Engine; int nbpg = eng->TotalPages; BJL
  • Page [ + ] works OK. BJL
  • I have uninstalled FR 3.15, dowloaded again fr3bcb6s.exe and installed again. When starting BCB, I still got the message wrote: Impossible to load the package d:\Program Files\FastReports\FastReports3\LIBBCB6\fqb60.bpl . Copying the f…
  • Thank you Gord! The problem was because I placed the MemoViews directly on the Page. I solved the problem in setting these MemoViews within a MasterData band (on each Page) and linking the band to 'Single Row'. Regards BJL
  • The only way I found is to delete one at a time the pages that you don't want printed. BJL
  • Looking more closely, I found that the code above solves the problem in keeping the first graph and adding the new on a new page.
  • Thank you Gord. Using TeeCreateMetaFile is handy when it is not necessary to keep the metafile on disk. In my case, I could not solve the problem by moving the code to the Report obp. I have tried to add the frxPictureView at run time, hoping to …
  • Thank you! I am now with FR3.06 The BCB equivalent code dynamic_cast(frxReport1->Preview->Parent)->Close(); works, but after that the newly prepared report does not stay on screen. It closes without stopping at the ShowPreparedRep…
  • Sorry, there was a mistake in the code (letters swaped). The following code works well. void __fastcall TFormStatCG::frxReport1ClickObject(TfrxView *Sender, TMouseButton Button, TShiftState Shift, bool &Modified) { if (dynamic_cast(Sender)…
    in Interactive Comment by BJL November 2004
  • Thank you Gord. It works. Is it possible to extend the higlight to the RowHeader (the 2 first fields of the dataset, in my case)? BJL
    in CrossView Comment by BJL November 2004
  • Yes, thank you. This is the way I solved creating or updating a variable from BCB. But I can't use it... See other message "Variable in MemoView, ";" expected". BJL
  • Thank you Gord, What you indicate is quite similar of what I read on page 34 of the programmer's manual. You should however clearly indicate if you use 4 single quotes or 2 double quotes. Unfortunately, this manual is 100% Delphi. The problems to…
  • I am trying to fill a DBCrossView using the following code. But I get an error at the AddValue line saying "Bad Variant type". I admit I have a pour experience on working with Variant. Can someone helps? void __fastcall TForm1::frxReport2BeforePr…
    in frxCrossView Comment by BJL October 2004
  • Setting Dimensions | Rows to 2 and nosubtotal for row1 and the following code brings a solution to my problem, except that the headers of the 2 first columns are missing. procedure TForm1.frxReport1BeforePrint(c: TfrxReportComponent); var Cross…
    in frxCrossView Comment by BJL October 2004
  • I can't find this demo you mentionned. On the Cross-Tabs branch of the tree, the 12 demos are on one page. BJL
    in Cross-Table Comment by BJL October 2004
  • Alexander, I can find this demo you mentionned. On the Cross-Tabs branch of the tree, the 12 demos are on one page. BJL
    in Cross-Table Comment by BJL October 2004
  • Sorry Alexander: this is not my question. RepeatHeaders is for column headers. My question was on RowHeaders. BJL
    in Cross-Table Comment by BJL October 2004
  • Alexander, It was very simple: I found the source code and recompile it in BCB6. It works fine. BJL
    in FR3 Demo Comment by BJL October 2004
  • Alexander, The Cross-Table demo (which has a BCB project file) uses a TTable linked to customers.db. This demo works well and produced the 4 pages of the report covering the full table. I had, however, uninstalled both FR304 and the Demo3, to …
    in FR3 Demo Comment by BJL October 2004
  • Alexander, I can confirm that my BDE Administrator shows the DBDEMOS alias with the path \Program Files\Fichiers communs\Borland Shared\Data. And the Paradox DB files are present in this directory. So the question remains: How to install FR…
    in FR3 Demo Comment by BJL October 2004