... I am not sure about it, either. I am just showing you what I found. Look for HARBOUR_START_PROCEDURE * source/pp/ppcore.c + Added predefined macro __HB_MAIN__. The macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour ...
... I am not sure about it, either. I am just showing you what I found. Look for HARBOUR_START_PROCEDURE * source/pp/ppcore.c + Added predefined macro __HB_MAIN__. The macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour ...
... from repository Harbour power: in the repository we can define as 'content' a function or codeblock that is executed at runtime, the result is macro-substituted inside the html template via $KEYWORDS to create real-time contents. We can also define nested templates (virtual pages) so can create ...
Hello, In my application I use macros in Word : oWord:Run("Macro"). So far so good. Now I need to run a macro in Outlook and tried it the same way : oOutlook:Run("MacroOutl"). But here I get an error saying that the export method "RUN" ...
add) METHOD FILTER in frankDB The macro #define COMPILAR(x) &( "{ || " + x + " }" ) is a definition that transforms the parameter x into a code block (known as "Codeblock Evaluation"). In Harbour and related ...
... Inc. LAILTON.c: Error E2380 LAILTON.c 56: Unterminated string or character constant in function HB_FUN_MAIN Error E2222 LAILTON.c 80: Macro expansion too long in function HB_FUN_MAIN *** 2 errors in Compile *** * Linking errors * Regards, saludos.
... mis clientes que usan mi software de cuentas por cobrar. Están enviando los alertas de cobranza exitosamente. Ahora bien, los envíos los hace una macro diseñada con visual basic. La pregunta es: ¿será posible que alguno de los master pueda adecuarlo para usarse como una función fw?. Hay otros ...
Jose, Solo debes quitarle las comillas simples al inicio y al final de la variable cRutaInforme. no creo que sea necesario el uso de la macro prueba y me comentas RutaInforme := "inf1_" + Dtos( dFecha ) + "-" + Substr( whoraini, 1, 2 ) + Substr(whoraini, ...
... de whoraini En la línea 58 me da el siguiente error: Error BASE/1003 No existe la variable: WHORAINI no puede resolver la variable dentro del macro. :(