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.
Thanks.
Code: Select all
oCn:lShowMessages := .F.
oCn:lShowErrors := .F.
oCn:lLog := .F.
oCn:lLogErr := .F.
Yes, you are right. It solves my problem. I could not find it in wiki.vilian wrote:Yes,
IF I understood what you want, and you don't want to see this message, just do this:
oCn:lSilent := .T.