Search found 17 matches: unclosed

Return to advanced search

Re: passing a value through a for..next loop

... test.prg(188) Error E0018 EXIT statement with no loop in sight test.prg(190) Error E0013 NEXT does not match FOR test.prg(203) Error E0017 Unclosed control structure '{||...}*' test.prg(203) Error E0017 Unclosed control structure 'FOR*' test.prg(204) Error E0030 Syntax error "syntax ...
by Silvio.Falconi
Fri May 10, 2024 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 4
Views: 81

Re: Are there any Treeview samples with associated edit boxes?

Mostly working. I created a separate git account, for HB and FW. When we need to attach an image to our posts here, should we create an issue? Or do we upload to a specific page? So, I removed the popup that asks if you want to replace the file, when you click the Save button. Recompiled, and looks ...
by FWExplorer
Thu Dec 10, 2020 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4916

Re: Important for my friend Mr Nages

This code return me an error: C2024 Unclosed control structures :(
by Patrizio
Mon Oct 09, 2017 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Important for my friend Mr Nages
Replies: 3
Views: 624

Re: create a harbour dll containing functions to be executed

... Warning W0001 Ambiguous reference 'TRUE' mydll.prg(43) Error E0030 Syntax error "syntax error at '}'" mydll.prg(44) Error E0017 Unclosed control structure 'SWITCH' Any help ?
by Romeo
Wed Sep 07, 2016 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4285

Re: Save a bitmaphandle to file (jpg or png)

... Shapes functionality we provided. You can define any complex drawings consisting of Line(s), rectangles, polygons, ellipses, curves, closed and unclosed in the form of arrays. You can easily create bitmaps from these arrays or in some cases, you can even straight away use them in the place of ...
by nageswaragunupudi
Sun Feb 21, 2016 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save a bitmaphandle to file (jpg or png)
Replies: 15
Views: 3087

Re: ADO RDD xHarbour

... error "syntax error at 'IN'" lucas.prg(1108) Error E0030 Syntax error "syntax error at 'ENDIF'" lucas.prg(1148) Error E0017 Unclosed control structure 'IF' lucas.prg(1188) Error E0030 Syntax error "syntax error at 'IN'" lucas.prg(1189) Warning W0001 Ambiguous reference ...
by lucasdebeltran
Tue Mar 31, 2015 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448115

Re: Pasando a Harbour - Consulta (Antonio por favor leer)

... error at 'ELSE'" sources\MGTBck32.prg(153) Error E0030 Syntax error "syntax error at 'END'" sources\MGTBck32.prg(213) Error E0017 Unclosed control structure 'IF' sources\MGTBck32.prg(263) Error E0030 Syntax error "syntax error at 'IN'" sources\MGTBck32.prg(266) Error ...
by MarioG
Tue Jul 15, 2014 2:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a Harbour - Consulta (Antonio por favor leer)
Replies: 18
Views: 3312

Re: error 0004 local declaration...

Check above the function declaration. You probably have some unclosed structure before FUNCTION X. (missing endif ...)
by ADutheil
Fri Sep 09, 2011 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error 0004 local declaration...
Replies: 2
Views: 393

Re: TSButton 7.0

... Syntax error: "syntax error at ')'" FUNCTION\RGB2HSL.prg(33) Error E0010 ENDIF does not match IF FUNCTION\RGB2HSL.prg(75) Error E0017 Unclosed control structure at line 30 FUNCTION\RGB2HSL.prg(79) Error E0030 Syntax error: "syntax error at 'H'" FUNCTION\RGB2HSL.prg(81) Error ...
by mmercado
Wed Sep 16, 2009 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 7.0
Replies: 12
Views: 2743

Re: TSButton 7.0

... Syntax error: "syntax error at ')'" FUNCTION\RGB2HSL.prg(33) Error E0010 ENDIF does not match IF FUNCTION\RGB2HSL.prg(75) Error E0017 Unclosed control structure at line 30 FUNCTION\RGB2HSL.prg(79) Error E0030 Syntax error: "syntax error at 'H'" FUNCTION\RGB2HSL.prg(81) Error ...
by Silvio
Wed Sep 16, 2009 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSButton 7.0
Replies: 12
Views: 2743

... statement or unbalanced delimiters tmysql.prg(1595) Error E0020 Incomplete statement or unbalanced delimiters tmysql.prg(1660) Error E0017 Unclosed control structure: 'IF' 9 errors No code generated ** error 1 ** deleting .\obj\tmysql.c Un abrazo. El Loco =>))
by El Loco
Fri Sep 28, 2007 12:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql - TMySql II
Replies: 14
Views: 4658

... 'C:\genesis\tautoget.prg'... C:\genesis\tautoget.prg(138) Error E0030 Syntax error: "parse error at '32'" C:\genesis\tautoget.prg(150) Error E0017 Unclosed control structure at line 135 2 errors No code generated old: case nKey >= 32 .and. <= 256 change to -> case nKey >= 32 .and. nKey ...
by ssbbs
Fri Apr 27, 2007 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19674

... 'C:\genesis\tautoget.prg'... C:\genesis\tautoget.prg(138) Error E0030 Syntax error: "parse error at '32'" C:\genesis\tautoget.prg(150) Error E0017 Unclosed control structure at line 135 2 errors No code generated
by AOKISANTOS
Fri Apr 27, 2007 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19674

FileXLS.ch(1) Warning P0001 Suspicious unclosed #if* directive.


En el final del Archivo.Ch Ponga:

#Endif
by karinha
Fri Jan 13, 2006 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE ENCUENTRO LA TFileXls de Ramón Avendaño?
Replies: 6
Views: 2140

Clase Ramon Aendaño

Armando, baje la clase desde la pagina de Ramon Avendaño, y me presenta los siguientes errores: FileXLS.ch(1) Warning P0001 Suspicious unclosed #if* directive. Error: Unresolved external '_HB_FUN_TESTXLS1' referenced from C:\SOFNUT\ALIMEN.OBJ Error: Unresolved external '_HB_FUN_XLSFORMAT' ...
by lafug
Fri Jan 13, 2006 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE ENCUENTRO LA TFileXls de Ramón Avendaño?
Replies: 6
Views: 2140
Next

Return to advanced search