guzial
guzial
About
- Username
- guzial
- Location
- Poland
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
the problem is that on x axis are showned only values from first serie - what should i do to show all values?? i is very important for me !!! thanks for any help best regards
-
ok i found out ) its Xtype and values : xtText, xtNumber, xtDate
-
ok it works, could write me how can i change property of each line - its called in designer as "X axis" and it can take one of value "text" "date" "numeric"
-
i will check thanks a lot
-
so how to do it in Delphi? i made procedure TDMNivo.frxReport1BeginDoc(Sender: TObject); var ? komp : TfrxChartView; ? seria : array [0..2] of tchartSeries; begin ? komp := TfrxChartView(frxReport1.FindObject('Chart1')); ? seria[0] := TChart…
-
try to use property of Memo -> "highlight" there you give contidion, and you can change by that colour of background and font etc. sorry for my english
-
i have answer - it is possible in FR ver 3.0 :] but what about sort in cross-tab ??
-
yes i did by variable and it works
-
so you can do something like that: (of course it is not in FastReport but in Delphi - you can do it in BC++ too) if your FreeReport object name is frReport1 frReport1.ChangePrinter(aOldIndex, aNewIndex,); frReport1.PrintPreparedReport('',Pri…
-
do you mean that i should use "true" and/or "false" rather than "0" and/or "1" ?? i try using that true, false, 0 ,1 and it is still the same... i prepeared new one frreport its the same. I checked other properties for example .Left or .Top an…
-
thank you - it's working regards
-
i have found solution i add script to Picture1 (TfrPictureView object) : begin Picture1.LoadFromFile(filename) end and it doesn't matter if it is bmp or jpg but i would like to know how to do it in delphi
-
still the same AV in that same place even when i want to load bmp is the same - but i have to load jpg but i would be grateful if i could load bmp than i try to load jpg check this code - probably there is something wrong?? i dont know because …