Gracias.
ya lo repare solo quite el cFile := LFN2SFN( cFile ) y dejo de salir el error
el error sale cuando se ejecutan estas mini funciones
- Code: Select all Expand view RUN
- //----------------------------------------------------------------------------//
FUNCTION playfile( cFile )
cFile := LFN2SFN( cFile )
IF File( cFile )
audiop( ("Play " + cFile) )
ENDIF
RETURN NIL
FUNCTION stopfile( cFile )
cFile := LFN2SFN( cFile )
IF File( cFile )
audiop( ("Stop " + cFile) )
ENDIF
RETURN NIL
//--------------------------------------------------------------------------//
Stack Calls
===========
Called from: => ABS( 0 )
Called from: .\source\function\LONGNAM2.PRG => GETSHORTPATHNAME( 0 )
Called from: .\source\function\LONGNAM2.PRG => LFN2SFN( 70 )
Called from: model.prg => STOPFILE( 14753 )
Called from: model.prg => (b)COMO( 14388 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 792 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 1083 )
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1847 )
Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 2135 )
Called from: .\source\classes\WINDOW.PRG => _FWH( 3689 )
Called from: => DIALOGBOX( 0 )
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 307 )
Called from: model.prg => COMO( 14398 )
Called from: model.prg => (b)REGISTRAME( 14314 )
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE( 1100 )
Called from: model.prg => REGISTRAME( 14314 )
Called from: model.prg => MAIN( 731