jayE
jayE
About
- Username
- jayE
- Joined
- Visits
- 5
- Last Active
- Roles
- Members
Comments
-
gpi wrote: » Try to assign TfrxReport.Dataset with your dataset Got it to work by removing the master band and adding child pages to both page 1 and 2 along with assigning the dataset in TfrxReport.Dataset. So both pages have a page header,…
-
gpi wrote: » Try mytable.Table.Locate still same error "Unknown Type: TFrxFDTable" I recompiled all after changing the code, the table displays in the data tree with all fields
-
gpi wrote: » Try to modify FMX.frxFDRTTI.pas function TfrxFDFunctions.GetProp(Instance: TObject; ClassType: TClass;   const PropName: String): Variant; begin   Result := 0;   if ClassType = TFDQuery then begin     if PropName = 'PARAMCO…
-
jayE wrote: » I'm using Delphi XE8 and Fastreports FMX. In my script, I placed a showmessage so I know the variable is being assigned properly but when I try to access the variable from the delphi code it is always null. I tried accessing the vari…
-
jayE wrote: » I'm using the Font Courier New 10 point in my report because I thought it would be universal on the PC and the Mac. However, my report prints perfectly on the PC but the font is much smaller on the Mac. Is there a way to ensure the s…