Search found 656 matches: macro

Return to advanced search

Re: Startup function

... 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 ...
by Lailton
Thu Oct 31, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 796

Re: Startup function

... 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 ...
by Antonio Linares
Mon Oct 28, 2024 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 796

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

... 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 ...
by chiaiese
Tue Sep 03, 2024 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1645

Re: problem with 24.07

... >> b32.bc echo %hdirl%\vm.lib + >> b32.bc echo %hdirl%\%GT%.lib + >> b32.bc echo %hdirl%\lang.lib + >> b32.bc echo %hdirl%\macro.lib + >> b32.bc echo %hdirl%\rdd.lib + >> b32.bc echo %hdirl%\dbfntx.lib + >> b32.bc echo %hdirl%\dbfcdx.lib + >> b32.bc ...
by kajot
Fri Aug 16, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 1894

Macros in Outlook

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" ...
by driessen
Mon Jul 22, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Macros in Outlook
Replies: 9
Views: 749

Re: DBF editors

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 ...
by Otto
Tue Jun 25, 2024 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 8772

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 252

Re: Testing Harbour -gc3 flag

... 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.
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 6417

Re: Is there a PHP IsSet() in Modharbour

Dear Ruth,

hStars must be declared as public:

public hStars

so the "macro" operator can locate and use it

best regards
by Antonio Linares
Thu Nov 09, 2023 3:11 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 1524

enviar mensajes a whatsapp, ¿posible solucion?

... 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 ...
by JoseAlvarez
Thu Oct 12, 2023 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 8400

Re: Como obtener el resultado de una formula

no creo que sea necesario el uso de la macro



Atendiendo al post inicial, si es necesario
by paquitohm
Tue Oct 03, 2023 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 1560

Re: Como obtener el resultado de una formula

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, ...
by JoseAlvarez
Tue Oct 03, 2023 1:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 1560

Re: Como obtener el resultado de una formula

Jose,

Me temo que no has probado mi ejemplo
El tuyo tambien funcionara cambiando LOCAL por PRIVATE

Todo se basa en que la tabla de simbolos tenga los simbolos necesarios para hacer la macro sustitucion
by paquitohm
Tue Oct 03, 2023 1:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 1560

Re: Como obtener el resultado de una formula

... 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. :(
by jose_murugosa
Tue Oct 03, 2023 10:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtener el resultado de una formula (resuelto)
Replies: 15
Views: 1560

Re: fivewin 2023/07 y 2020/12 problemas al crear EXE

... + E:\tools\xharbour_bcc74x\lib\gtgui.lib + E:\tools\xharbour_bcc74x\lib\lang.lib + E:\tools\xharbour_bcc74x\lib\macro.lib + E:\tools\xharbour_bcc74x\lib\rdd.lib + E:\tools\xharbour_bcc74x\lib\dbfntx.lib + E:\tools\xharbour_bcc74x\lib\dbfcdx.lib + E:\tools\xharbour_bcc74x\lib\dbffpt.lib ...
by CARLOS ATUNCAR
Tue Sep 19, 2023 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 3286
Next

Return to advanced search