Search found 650 matches: macro

Return to advanced search

Re: Index with Macro on Tdatabase

Detlef wrote:Hi Silvio,

you don't need the macro operator.
Just do
Code: Select all  Expand view
do case
   case nPos == 1
   oDbf:CreateIndex( , r1, r1, .f., .f., .t. )
   ...
endcase 


thanks
by Silvio.Falconi
Fri May 13, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index with Macro on Tdatabase
Replies: 2
Views: 263

Re: Index with Macro on Tdatabase

Hi Silvio,

you don't need the macro operator.
Just do
Code: Select all  Expand view
do case
   case nPos == 1
   oDbf:CreateIndex( , r1, r1, .f., .f., .t. )
   ...
endcase 
by Detlef
Fri May 13, 2022 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index with Macro on Tdatabase
Replies: 2
Views: 263

Index with Macro on Tdatabase

I must make a temporaney index on a field but I not Know wich I Know only the nPOS (1-5) do case case nWheel = 1         r1:= "BA1"         r2:= "BA2"         r3:= "BA3"         r4:= "BA4"         r5:= "BA5"case .....EndcaseoDbf:= TDatabase()...
by Silvio.Falconi
Thu May 12, 2022 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index with Macro on Tdatabase
Replies: 2
Views: 263

Excel macro conversion

Hi, I want to create a macro from FW in excel. I found this sample in VB *Dim vbp As ObjectDim newmod As ObjectSet vbp = ActiveWorkbook.VBProjectSet newmod = vbp.VBComponents.Add(1)  I try to convert in into FWH but have a problem ...
by Marc Vanzegbroeck
Mon Apr 11, 2022 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel macro conversion
Replies: 0
Views: 167

Converting old Dos Clipper Application

...  return and How I can make to use the same code on Tdatabase ? i.e. "&dr1.&archi" and set index to &DR2.TABGEN these are macro and I never used macro on fwh
by Silvio.Falconi
Wed Feb 02, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting old Dos Clipper Application
Replies: 11
Views: 761

Re: freeze rows in excel

From recorded macro

Code: Select all  Expand view
Sub Macro1()
'
'
Macro1 Macro
'

'

    With ActiveWindow
        .SplitColumn = 0
        .SplitRow = 1
    End With
    ActiveWindow.FreezePanes = True
End Sub
by hmpaquito
Wed Dec 15, 2021 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: freeze rows in excel RESOLVED
Replies: 4
Views: 447

Re: help on a GPF situation

... ============ This file explains how to enable tracing in Harbour. TRACING ======= Harbour implements tracing by adding calls to the following macro in the C code: HB_TRACE( level, ( "printf-style parameters", arg1, arg2 ) ); The level specified for the HB_TRACE call affects Harbour ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3412

Re: Create Macro in excel via FW

Marc,

You could make a macro extension file and launch it before the actual exel file not ?

Maybe i'm not on the right track of what you need.
by Marc Venken
Mon Oct 18, 2021 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create Macro in excel via FW
Replies: 2
Views: 279

Re: Create Macro in excel via FW

It seems not so easy to do :cry:
by Marc Vanzegbroeck
Mon Oct 18, 2021 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create Macro in excel via FW
Replies: 2
Views: 279

Create Macro in excel via FW

Hi, Is it possible to create a macro via FW? This is why. 1. I create an excel with data and functions via my program. 2. Than this file will be copy on another (process-control) computer. 3. Then some actions should be done,after opening ...
by Marc Vanzegbroeck
Wed Oct 13, 2021 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create Macro in excel via FW
Replies: 2
Views: 279

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

este es el archivo MAK completo ############################################################################## # Template make file for FWH and Borland 7 Make tool # # Pograma: Winfar64 # ############################################################################## # Make directives ###############...
by rterraz
Sat Sep 18, 2021 2:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5201

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Antonio...me da verguenza seguir molestándote , pero no hay caso! Las librerias están todas enlazadas usando el harbour tuyo aca te muestro la parte correspondiente del MAK $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> ma...
by rterraz
Sat Sep 18, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5201

Re: operaciones entre campos en un xBrowse

... nil  https://imagizer.imageshack.com/v2/xq90/924/isQEoY.jpg The expression can be of any degree of complexity, but should be macro expandable. Do not use alias names. XBrowse applies the correct alias.
by nageswaragunupudi
Tue Sep 14, 2021 3:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: operaciones entre campos en un xBrowse
Replies: 9
Views: 918

Re: usar TEXT INTO cArch..... ENDTEXT

En mi caso uso abundantemente el TEXT INTO para crear archivos .xml Lo hago insertando cadenas_macro ejemplo: TEXT INTO c<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:fordID="urn:ford/star/secur...
by hmpaquito
Thu Jul 29, 2021 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usar TEXT INTO cArch..... ENDTEXT
Replies: 3
Views: 625

Cómo cambiar una funcion por otra ? solucionado

... resolver. Quiero cambiar una funcion de aviso por una nueva sin tener que repasar todos los prgs. Creo recordar que habia un instruccion que "macro" sustituía. Algo así como : # DEFINE MiFuncion() MiNuevaFuncion() ¿alguien recuerda la sintaxis correcta o cómo debo hacerlo? Gracias
by JESUS MARIN
Wed Jul 28, 2021 6:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo cambiar una funcion por otra ? solucionado
Replies: 3
Views: 265
PreviousNext

Return to advanced search