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

Post Reply
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

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

Post 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.
Last edited by Horizon on Fri May 22, 2020 10:59 am, edited 1 time in total.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

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

Post by vilian »

Yes,

IF I understood what you want, and you don't want to see this message, just do this:
oCn:lSilent := .T.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

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

Post 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.
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
Post Reply