Ver Mensaje Individual
  #17  
Antiguo 21-02-2008
xio xio is offline
Miembro
 
Registrado: dic 2006
Posts: 87
Reputación: 18
xio Va por buen camino
Unhappy

Dec ahora mismo estoy utilizando esta sentencia:

Código SQL [-]
SelectDirectory('Seleccione una carpeta', 'C:\Carpeta', Carpeta)

Con esta sentencia se abre el cuadro de dialogo y solo aparecen el boton Aceptar y Cancelar.

Lo intenté con:

Código SQL [-]
SelectDirectory('C:\Carpeta', [sdAllowCreate, sdPerformCreate, sdPrompt], SELDIRHELP)

pero esta me da el error siguiente:

[Error] Unidad.pas(390): There is no overloaded version of 'SelectDirectory' that can be called with these arguments
Responder Con Cita