Problemas con cGetFile y Win Vista

Problemas con cGetFile y Win Vista

Postby Ruben D. Fernandez » Tue Feb 26, 2008 11:45 am

Amigos:

Este codigo funciona en xp y no funciona en vista
Se va la aplicacion cuando muestra
el cGetfile()...

FUNCTION OtroCopiarFotoRI()
Local cFileACopiar := cGetFile( "*.jpg", "Seleccione la foto" )
Local cDestino := "C:\Masterform\Fotos\"

cNombreFoto:= "I"+SubStr(irNroNuevo,-7)+".JPG"
cDestino := cDestino+cNombreFoto

IF !Empty(cFileACopiar)
COPYFILE( cFileACopiar, cDestino)
Endif

cNombreFoto:= cDestino

oImage:LoadBmp(cNombrefoto)

RETURN(.T.)


Muchas gracias

Ruben Fernandez
Ruben D. Fernandez
 
Posts: 189
Joined: Sun Jul 08, 2007 1:46 am
Location: Uruguay

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot], karinha and 73 guests