Search found 11 matches

by medhome
09.11.2024, 15:32
Forum: ZeosLib 7.3/8.0 Forum
Topic: cachedupdate
Replies: 4
Views: 142

Re: cachedupdate

Hi,
But the Cachedupdate can be useful to reduce the load on the database and improve the responsiveness of the application is'nt it?.
My action is to reproduce this behavior with TMSESQLQUERY. Currently I can cancel added and modified records but not deleted.

Regards
Med
by medhome
06.11.2024, 11:36
Forum: ZeosLib 7.3/8.0 Forum
Topic: cachedupdate
Replies: 4
Views: 142

Re: cachedupdate

Hi Marsupilami,

In fact, I wanted to know how the deleted records are marked when using cachedupdate and deleted after apply update.Are they into the cache and how to access this one?

Regards
Med
by medhome
04.11.2024, 18:54
Forum: ZeosLib 7.3/8.0 Forum
Topic: cachedupdate
Replies: 4
Views: 142

cachedupdate

Hi all

is there a property, method or other mecanism of tfield to know its value in the cache afterapplyupdate
Regards
Med.
by medhome
27.10.2023, 16:17
Forum: ZeosLib 7.3/8.0 Forum
Topic: tdatasource
Replies: 3
Views: 488

Re: tdatasource

The field NTIERS is a foreign key and never be changed manualy.
by medhome
25.10.2023, 15:50
Forum: ZeosLib 7.3/8.0 Forum
Topic: tdatasource
Replies: 3
Views: 488

tdatasource

Hi all, I have a problem with the event manager of datasource. I write : procedure tfrmUserRec (Sender: TObject; Field: TField); begin if field =nil then statbar.text:=inttostr( recno) else begin sum:=sum+field.curvalue; //calculated three times showmessage(field.fieldname); //showed three times; en...
by medhome
19.07.2023, 18:58
Forum: ZeosLib 7.2 Forum
Topic: tfieldOnchage
Replies: 3
Views: 560

Re: tfieldOnchage

Hi Jan

This is annoying and a shame because onsettext event gives us the customdaaedit concerned. We do not have to scan all fields where oldvalue<>newvalue ?

Anywhay thank you for your orientation.

Med
by medhome
27.07.2021, 10:46
Forum: ZeosLib 7.2 Forum
Topic: tfieldOnchage
Replies: 3
Views: 560

tfieldOnchage

Hi All,

The Event tfield onChange is fired when we update a record but not fired when we reset it to old value
( ex cancelUpdate or simply cancel ) . Can we change this behavior? I use cachedUpdate

Med
by medhome
20.07.2021, 12:22
Forum: ZeosLib 7.2 Forum
Topic: MSEIDE-MSEGUI
Replies: 6
Views: 655

Re: MSEIDE-MSEGUI

There is the same error with 7.2.12 stable version.

Regards

Med.
by medhome
20.07.2021, 11:09
Forum: ZeosLib 7.2 Forum
Topic: MSEIDE-MSEGUI
Replies: 6
Views: 655

Re: MSEIDE-MSEGUI

I downloaded zoesdbo-7.2.12-stable.zip
I am using Mseide-Msegui 5.6.2

Regards

Med.
by medhome
19.07.2021, 12:06
Forum: ZeosLib 7.2 Forum
Topic: MSEIDE-MSEGUI
Replies: 6
Views: 655

Re: MSEIDE-MSEGUI

Hello,
Free Pascal Compiler version 3.2.2 [2021/05/15] for i386
ZeosLib 7.2

Med
by medhome
18.07.2021, 14:14
Forum: ZeosLib 7.2 Forum
Topic: MSEIDE-MSEGUI
Replies: 6
Views: 655

MSEIDE-MSEGUI

Hi all,

I have an error compiling dbo library . I am MSEIDE user .


ZTokenizer.pas(1248,35) Error: Incompatible type for arg no. 1: Got "TTokenizerStream", expected "tstream"

How to correct this? ( Replace TTokenizerStream ?)

Med