Juhas
Juhas
About
- Username
- Juhas
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
austingrd wrote: » austingrd wrote: » make one .frc file that contains all resources. Do we need to copy this from somewhere or is this a fresh file? I'm renewing the question
-
gpi wrote: » make one .frc file that contains all resources. this file can be loaded from your application by this code: uses frxRes; frxResources.LoadFromFile('english.frc'); Can you give me more information about how to create frc file…
-
@GPI: Unfortunately I can't. Because there are many relations in database and in my form creating report. Anyway every report that I had created earlier with the same code works properly. This one doesn't want to. @GordK: I checked it several t…
-
It doesn't work. "Cannot convert null value into integer"
-
OlegK wrote: » OlegK wrote: » OK, that works but what I really need to to is to change the text in other event handler. What event handler you want to use? OnAfterPrint of other MemoView(lets call it "loadsMemo"). This sumMemo h…
-
OlegK wrote: » Try to use this code in OnPreviewDblClick: Â Â TfrxMemoView(Sender).Memo.Text := 'Hello'; Â Â Modified := true; OK, that works but what I really need to to is to change the text in other event handler. So SENDER is not …
-
Anu de Deus wrote: » What is your 'onPreview'? is it a button on your form? This is my memo on report. I have deleted this event and try to assign a text somewhere else: myMemo.text:='Hello'; I don't get access violation anymore, b…
-
I'm refreshing the topic, because it's very important to me.
-
gordk wrote: » works fine for me 4.7.184 Damn, my version is: 4.7.138 So I think, I found a bug.
-
OK, thx, that works fine.
-
OK, I think I managed to do this, but maybe there is a simpler, better way. I did it like that(in FR Script): var rowSecs: integer; //seconds for a row procedure DBCross1OnPrintCell(Memo: TfrxMemoView; RowIndex, ColumnIndex, CellIndex: Integ…