Warning W0027 Meaningless use of expression: ''"

Post Reply
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Warning W0027 Meaningless use of expression: ''"

Post by Patricio Avalos Aguirre »

Como poder evitar este warning

Code: Select all

Warning W0027  Meaningless use of expression: ''

Code: Select all


 ACTIVATE DIALOG oDlg ;
		VALID ( (o:DeActivate), .t.)

Saludos
Patricio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Patricio,

Prueba así:

Code: Select all

ACTIVATE DIALOG oDlg ; 
      VALID ( o:DeActivate(), .t.)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Post by Patricio Avalos Aguirre »

Gracias antonio por responder

pero igual sale el warning

saludos
patricio
Post Reply