... you can present these in HTML in red instead of black. Thus, you have the `do while/enddo` not passing parameters like `[bFor]`, `[bWhile]`, `[nNext]`, `[nRec]`, `[lRest]`. Programming the loop and conditions is more readable, maintainable, and generally more understandable. I would leave it ...
Lamentablemente mi version debe ser muy vieja porque los dos ultimos paramentros ( [cSaveTo], [lShow ]) no los contempla La que tengo llega hasta aqui FW_DbfToExcel( [cFieldList], [bFor], [bWhile], [nNext], [nRec], [lRest] ) Igualmente gracias Abrazo
... por ejemplo: FW_DbfToExcel(), FW_AdoToExcel(), etc. * Mejoras en la función FW_DbfToExcel() FW_DbfToExcel( [cFieldList], [bFor], [bWhile], [nNext], [nRec], [lRest], [cSaveTo], [lShow] ) Fuente: \source\function\dbffunc2.prg: lShow: Nuevo parámetro opcional. Por defecto es .F., cuando se ...
... used by other functions eg. FW_DbfToExcel(), FW_AdoToExcel(), etc. * Enhancements to function FW_DbfToExcel( [cFieldList], [bFor], [bWhile], [nNext], [nRec], [lRest], [cSaveTo], [lShow] ) Source: \source\function\dbffunc2.prg: lShow: New optional parameter. Defaults to .f. when cSaveTo is ...
A) If the DBF is already open. (cAlias)->( FW_DbfToExcel( [cFieldList], [bFor], [bWhile], [nNext], [nRec], [lRest], [cSaveToFileName] ) Parameters: 1. cFieldList (Optional): Can be a commadelimited list of ...
Antonio, tambien tienes la function FW_DbfToHash( [cFieldList], [bFor], [bWhile], [nNext], [nRec], [lRest], [aData] ) Hola Cristobal Muchas gracias por tu ayuda. Definitivamente decidi aprender a usar HASH, por lo que necesitare mucha ayuda. Quiero mejorar las busqueda ...
... están en conflicto con algunos nombres de campo en algunas tablas. Estos métodos ahora son descartados. - Método Eval( bAction, [bFor], [bWhile], [nNext], [nRecord], [lRest] ) Todos los bloques de código son evaluados con Self como parámetro. el puntero al registro es restaurado después de la ejecución. ...
... and GoBottom() are clashing with some field names in some tables. These methods are now dropped. - Method Eval( bAction, [bFor], [bWhile], [nNext], [nRecord], [lRest] ) All codeblocks are evaluated with Self as parameter. Recordpointer is restored after execution. - After a requery, if the ...
... * La función FW_CdxCreate() ahora restaura el orden previo después de la indexación. * Mejoras en FW_DbfToExcel( cFieldList, bFor, bWhile, nNext, nRec, lRest, cSaveTo ) fwh\source\function\dbfunc2.prg - cFieldList también puede ser una matriz de nombres de campo/expresiones. - Es posible ...
... * function FW_CdxCreate() now restores the previous order after indexing. * Enhancements to FW_DbfToExcel( cFieldList, bFor, bWhile, nNext, nRec, lRest, cSaveTo ) fwh\source\function\dbfunc2.prg - cFieldList can also be an array of field names/expressions. - It is possible to sepcify ...