Tengo esto:
Code: Select all | Expand
define dialog odlg...
oDlg:bDropFiles := { | nRow, nCol, uDropInfo | IIf( ::obtenerDatos( uDropInfo )==.F., ::oDlg:END(),) }
activate dialog odlg
gracias.
Code: Select all | Expand
define dialog odlg...
oDlg:bDropFiles := { | nRow, nCol, uDropInfo | IIf( ::obtenerDatos( uDropInfo )==.F., ::oDlg:END(),) }
activate dialog odlg
Code: Select all | Expand
If ::obtenerDatos( uDropInfo )
define dialog odlg...
.....
......
activate dialog odlg
EndIf