Diferencia entre revisiones de «Controlar Archivo de Acreditación de Otros Bancos»
De Wiki
(→Botón "Procesar" (btnProcesar)) |
(→Botón "Formato" (btnProcesar)) |
||
Línea 13: | Línea 13: | ||
− | ===Botón "Formato" ( | + | ===Botón "Formato" (cmdformato)=== |
DECLARE INTEGER ShellExecute ; | DECLARE INTEGER ShellExecute ; |
Revisión del 12:16 31 ene 2012
Contenido
FORMULARIO
INFORME
CÓDIGO
Programa "prg_fec_permanencia.prg"
Botón "Formato" (cmdformato)
DECLARE INTEGER ShellExecute ; IN SHELL32.DLL ; INTEGER nWinHandle,; STRING cOperation,; STRING cFileName,; STRING cParameters,; STRING cDirectory,; INTEGER nShowWindow V_busca = 'R:\werken\docs\Formato_Otros_Bancos.pdf' ShellExecute(0, "open",v_busca,"", Fullpath(""),0)
Botón "Cancelar" (btnCancelar)
THISFORM.Release