Search found 155 matches: sintax

Return to advanced search

Add a line on report from xbrowse (NO HTML)

... ;         { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )  on MySetup function I insert the Group sintax AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" ...
by Silvio.Falconi
Tue Dec 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 278

add a line in the print report

... ;         { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )  on MySetup function I insert the Group sintax AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),;    //campo           {|| aGroup[nGroup]+" ...
by Silvio.Falconi
Tue Dec 12, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 542

Re: Error combaseapi.h

Karinha muchas gracias.
Al compilar me da este error que anteriormente no lo tenía
sintax error at IN
if upper(cindice020) IN ainfoFactura
Gracias
by EASYSOFT
Mon Jul 24, 2023 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error combaseapi.h
Replies: 7
Views: 346

Ruta no especificada al compilar

... Y este el el buildh if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=c:\fwh2304 if "%HBDIR%" == "" set HBDIR=c:\harbour ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 191

Re: Errores rpreview

... ::oCursor SEARCH linea583 Error E0020 Incomplete stament or unbalanced deliminter ::oFactor:Set3dLook( .T. ) linea 1617 Error E0030 Syntax error: sintax error at ´@´ @ 8, 8 GROUP PROMPT FWString( "Printing range" ) SIZE 135, 72 PIXEL OF oDlg Estoy utilizando este fichero RMK #Borland ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 444

Re: Error al leer un dll

... ECHO ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... if "%FWDIR%" == "" set FWDIR=c:\fwh2212 if "%XHDIR%" == "" ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1496

Re: VS2022 Portable x32 x64

... 9X/NT/200X/ME/XP/Vista/7/8/10 넴 ECHO 읕컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴켸? ECHO  賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽賽? if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST set oldpath=%path% set oldinclude=%include% set oldlib=%lib% set oldlibpath=%libpath% @set current_dir=%cd% ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6776

Re: hb_base64 link

... ECHO ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=d:\fwh if "%HBDIR%" == "" set HBDIR=d:\compiler\harbour ...
by carlos vargas
Sun Sep 04, 2022 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3482

Re: Create Excel Workbooks in Mod_Harbour

... =>oWorkBook:Save(nomefile, 51)0065: oWorkBook:Close(.T.)0066: oExcel:Quit()  What is the correct sintax for saving a file in Excel ?
by Massimo Linossi
Wed Jul 14, 2021 5:08 pm
 
Forum: mod_harbour
Topic: Create Excel Workbooks in Mod_Harbour
Replies: 8
Views: 810

How to do this in my app. MySql

... WHERE cta = '999.1' AND fecha >= STR_TO_DATE('01-05-2020','%d-%m-%Y' ) AND fecha <= STR_TO_DATE('31-05-2020','%d-%m-%Y' )"; This sintax work in xampp editor, but when I write in my program doesn't. $resultados = mysqli_query($conexion,"SELECT * FROM movgral WHERE cta = '999.1' ...
by D.Fernandez
Tue Oct 06, 2020 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to do this in my app. MySql
Replies: 1
Views: 372

Re: problem with SQL INSERT

Thank you.

The advantage of such command is that it handles the sintax for every Database. So the same code will work under MSSQL, MySQL, Oracle...
by MOISES
Wed Mar 25, 2020 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with SQL INSERT [solved]
Replies: 12
Views: 1366

Re: Error compilando con visualstudio 2019

... ECHO ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST set oldpath=%path% set oldinclude=%include% set oldlib=%lib% set oldlibpath=%libpath% @set current_dir=%cd% ...
by Compuin
Wed Jun 19, 2019 7:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1095

Re: Error compilando con visualstudio 2019

... ECHO ÿ ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST set oldpath=%path% set oldinclude=%include% set oldlib=%lib% set oldlibpath=%libpath% @set current_dir=%cd% ...
by cnavarro
Wed Jun 19, 2019 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilando con visualstudio 2019 (SOLUCIONADO)
Replies: 9
Views: 1095

Re: Sintax error

In your original code is missing the second part of last iif, oFrPrn:SetUserDataSet( "aClientes", cFld,; { || nAt := 1, EVAL( bResync, nAt ) },; { || nAt++, EVAL( bResync, nAt ) },; { || nAt--, EVAL( bResync, nAt ) },; { || nAt > LEN( aClientes ) },; { |cFld| iif( cFld == "Codigo&...
by wartiaga
Wed Mar 13, 2019 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sintax error
Replies: 4
Views: 730

Re: Sintax error

In your original code is missing the second part of last iif, oFrPrn:SetUserDataSet( "aClientes", cFld,; { || nAt := 1, EVAL( bResync, nAt ) },; { || nAt++, EVAL( bResync, nAt ) },; { || nAt--, EVAL( bResync, nAt ) },; { || nAt > LEN( aClientes ) },; { |cFld| iif( cFld == "Codigo&q...
by AntoninoP
Wed Mar 13, 2019 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sintax error
Replies: 4
Views: 730
Next

Return to advanced search