Search found 8 matches

by medhome
27.10.2023, 16:17
Forum: ZeosLib 7.3/8.0 Forum
Topic: tdatasource
Replies: 3
Views: 468

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: 468

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: 523

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: 523

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: 618

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: 618

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: 618

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: 618

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