Page 1 of 1

Records:0 Duplicates:0 Warnings:0 message - SOLVED

Posted: Fri May 22, 2020 10:45 am
by Horizon
Hi,

It display an information about result on every AlterColumn. I try

Code: Select all

oCn:lShowMessages := .F.
oCn:lShowErrors   := .F.
oCn:lLog := .F.
oCn:lLogErr := .F.
Is there any different parameter for passing display this information?

Thanks.

Re: Records:0 Duplicates:0 Warnings:0 message every AlterColumn

Posted: Fri May 22, 2020 10:53 am
by vilian
Yes,

IF I understood what you want, and you don't want to see this message, just do this:
oCn:lSilent := .T.

Re: Records:0 Duplicates:0 Warnings:0 message every AlterColumn

Posted: Fri May 22, 2020 10:58 am
by Horizon
vilian wrote:Yes,

IF I understood what you want, and you don't want to see this message, just do this:
oCn:lSilent := .T.
Yes, you are right. It solves my problem. I could not find it in wiki.

Thanks.