Search found 59 matches: delimiters

Return to advanced search

Harbour question

... refusé au dossier " + cDir ) EXIT DEFAULT --------------> this is the cause of the error Error E0020 Incomplete statement or unbalanced delimiters ALERT( "Erreur inconnue : " + ALLTRIM( STR( nError ) ) + " pour " + cDir ) END the code is ok with xharbour , does anyone ...
by Richard Chidiak
Fri Apr 19, 2013 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour question
Replies: 2
Views: 570

Re: SQL LOAD/UNLOAD statements dont work via ODBC

... I.e. in pseudocode: 'UNLOAD Open recordset with SELECT * FROM table Open file for write access Until recordset.EOF { Write record to file (with delimiters) Move to next record } Close recordset Close file 'LOAD Open file for read access Until file.EOF { Read line from file Parse line (Split ...
by Rick Lipkin
Fri Sep 14, 2012 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL LOAD/UNLOAD statements dont work via ODBC
Replies: 2
Views: 583

Re: xharbour a harbour

... functions, memory variables, and array elements specified with TextLines only if you set SET TEXTMERGE to ON and enclose them with the delimiters specified by SET TEXTMERGE DELIMITERS. If SET TEXTMERGE is OFF, Visual FoxPro outputs expressions, functions, memory variables, and array ...
by carlos vargas
Wed Jul 25, 2012 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour a harbour
Replies: 19
Views: 9956

Re: codigo de barras serial (com1) ayuda urgente

... Error E0030 Syntax error: "parse error at 'MENUITEM'" C:\aaPort\PtComm.PRG(20) Error E0020 Incomplete statement or unbalanced delimiters 6 errors No code generated ** error 1 ** deleting "C:\aaPort\PtComm.c" Que pasa? static Function MAIN_WINDOW() Local hCOMM DEFINE ...
by Andres Barillas
Wed Dec 14, 2011 7:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: codigo de barras serial (com1) ayuda urgente
Replies: 6
Views: 2372

Re: Creating an Open Office spreadsheet file .xls

Enrico

oCalc:Hidden will not compile .. incomplete statement or unbalanced delimiters :(

Rick
by Rick Lipkin
Wed Nov 02, 2011 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12181

Re: xHarbour los comandos equivalentes

Maestro Antonio, al compilar me genera estos errores DBMANUT.prg(4210) Error E0020 Incomplete statement or unbalanced delimiters DBMANUT.prg(4212) Error E0030 Syntax error: "parse error at '}'" 2 errors HB_FUNC( HB_MILLISECONDS ){   hb_retnl( hb_dateMilliSeconds() ...
by karinha
Tue Jul 19, 2011 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour los comandos equivalentes
Replies: 33
Views: 5352

Re: Funciones de 32 bits omonimas de 16 bits (Funcky-2)

... he visto el mensaje (a veces se me pasan mensajes :-) > E:\Bases\Practicas\InyectaS.prg(1175) Error E0020 Incomplete statement or unbalanced delimiters E:\Bases\Practicas\InyectaS.prg(1179) Error E0030 Syntax error: "parse error at 'INT'" > Tienes que usar ese código desde C ...
by George
Wed Feb 23, 2011 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de 32 bits omonimas de 16 bits (Funcky-2)
Replies: 14
Views: 5317

dealing with a CSV file

I am importing a comma delimited file and I need to make certain the user has set up the file properly.
Is there a way to count the delimiters (commas) in the file and fix it if it has too may delimiters. All has to be at run time and behind the scenes.
by hag
Sat May 15, 2010 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dealing with a CSV file
Replies: 4
Views: 666

Problem with structures

... line is in red above) ------------------------- Compiling 'TSYSINFO.PRG'... TSYSINFO.PRG(610) Error E0020 Incomplete statement or unbalanced delimiters TSYSINFO.PRG(613) Error E0030 Syntax error: "syntax error at 'MST'" TSYSINFO.PRG(616) Error E0030 Syntax error: "syntax error ...
by codemaker
Sat Nov 14, 2009 1:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with structures
Replies: 1
Views: 669

Errors in Fwh 9.09

... add the classes to my application seperately. But while building my application, I got an error : Error E 0020 Incomplete statement or unbalanced delimiters This error occured at : ::oFactor:Set3dLook(.T.) A similar problem occurs in the WBROWSE class at : ::oGet:Set3dLook(.T.) ...
by driessen
Wed Sep 23, 2009 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in Fwh 9.09
Replies: 1
Views: 425

... without a problem for some two weeks now. Just a suggestion - if you are sending multiple pieces of data in a message rather than using token delimiters (which then have to be excluded from any data that might be sent) consider sending arrays using HB_Serialize() and HB_DesSerialize() at the ...
by xProgrammer
Thu Sep 25, 2008 2:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCPIP Chat
Replies: 18
Views: 5424

Re: Necesito ayuda con Append From

DELIMITED identifies an ASCII text file where character fields are enclosed in double quotation marks (the default delimiter). Note that delimiters are not required and CA-Clipper correctly APPENDs character fields not enclosed in them. Fields and records are variable length. DELIMITED WITH ...
by FranciscoA
Fri Sep 12, 2008 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ayuda con Append From
Replies: 7
Views: 2584

> In mYreportSetUp() get compile error..."incorrect statement or unbalanced delimiters". > Please see this line: oRep:aFont[1] This obviously gives a syntax error. First please resolve syntax errors at your end. > If i change it to: Define ...
by nageswaragunupudi
Wed Sep 03, 2008 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3650

Rao and James having a problem with the info sent. See code: In mYreportSetUp() get compile error..."incorrect statement or unbalanced delimiters". If i change it to: Define font oRep:aFont[1] name "arial" size 3.75,7 it prints so small can't be read and even though font is so small it still ...
by hag
Wed Sep 03, 2008 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3650

converter

... i mixed token and delimiter. That is the function < PARSESTR > I can scan a textline and save the stringpart between two delimiters to a array. Maybe it is a solution for my problem. FUNCTION PARSESTR(cText, cDelim) /* Parses a string into substrings wherever <cDelim> ...
by ukoenig
Mon Aug 18, 2008 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A converter from text-file ( with delimiters ) to DBF ?
Replies: 29
Views: 7406
PreviousNext

Return to advanced search