Search found 29 matches: backslash

Return to advanced search

Re: Different Processing of Escape Characters in Mod Harbour

Dear Otto,
I think \n leads to an error because the backslash is an escape character in javascript.
according to chatgpt :-) ... when used in a string, the \ expects to be followed by another character to form the escape sequence.
So \\n is needed in this case I suppose.
kind regards
ruth
by Ruth
Wed Jan 31, 2024 1:38 pm
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 493

Re: backslash

thanks!
by Antonio Linares
Wed Apr 14, 2021 9:17 am
 
Forum: mod_harbour
Topic: backslash
Replies: 1
Views: 287

backslash

The backslash (\) is an escape character in Javascript (along with a lot of other C-like languages). This means that when Javascript encounters a backslash, it tries to escape the following character. For instance, \n is a newline ...
by Otto
Tue Apr 13, 2021 10:06 am
 
Forum: mod_harbour
Topic: backslash
Replies: 1
Views: 287

Re: Mysql_real_escape_string() problem

Ricardo, Have you checked this note from the docs ? https://dev.mysql.com/doc/c-api/8.0/en/mysql-real-escape-string.html Note mysql_real_escape_string() fails and produces an CR_INSECURE_API_ERR error if the NO_BACKSLASH_ESCAPES SQL mode is enabled. In this case, the function can...
by Antonio Linares
Fri Sep 11, 2020 5:03 pm
 
Forum: mod_harbour
Topic: Mysql_real_escape_string() problem
Replies: 4
Views: 648

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... 5) Creae a folder for creation of the embedded server.(cDataFolder) 6) Use the same command for connection, specifying cDatFolder (with trailing backslash) as HOST and cLangFolder as LANGFOLDER. Important: cDataFolder should contain trailing backslash. Hello; I download de last version of Mariadb ...
by MarioG
Wed May 13, 2020 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9995

Bcc73

... .rc's in your link script .. Like Bcc72 the same modification needs to be made to \bcc73\include\windows\sdk\Prsht.h by removing the trailing backslash on line 184. To fix in line 184 of Prsht.h remove the trailing / LPFNPSPCALLBACKW pfnCallback; \ UINT *pcRefParent; // \ <--- remove trailing ...
by Rick Lipkin
Wed May 17, 2017 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc73
Replies: 18
Views: 5341

FWH 17.03 : Using FWMARIADB for Embedded Server

... 5) Creae a folder for creation of the embedded server.(cDataFolder) 6) Use the same command for connection, specifying cDatFolder (with trailing backslash) as HOST and cLangFolder as LANGFOLDER. Important: cDataFolder should contain trailing backslash. Syntax: FWCONNECT oCn HOST cDataFolder [LANGFOLDER ...
by nageswaragunupudi
Mon Mar 20, 2017 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 9995

Re: Bcc72 Prsht.h resource compile error

... '#if'done!  To fix in line 184 of Prsht.h remove the trailing / LPFNPSPCALLBACKW pfnCallback; \ UINT *pcRefParent; // \ <--- remove trailing backslash line 184 ReRun the batch file again and you get this error: WORKVEH.RCWOTIRE.RCWRKADD.RCxplook.rc        1 file(s) copied.Borland ...
by Rick Lipkin
Sat Oct 29, 2016 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bcc72 Prsht.h resource compile error
Replies: 31
Views: 6318

Re: OT: TS.exe ( text find ) utility replacement

... In the last example note that we are looking for a string containing quotes so we have to use the "escape" character, the backslash \, right before the quote marks we want in the search string. So we are actually searching for: =TData():new(,"clients" See this ...
by James Bott
Fri Aug 07, 2015 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: TS.exe ( text find ) utility replacement
Replies: 24
Views: 7210

Re: Cantidad variable de parámetros

... is OFF, Visual FoxPro outputs <<DATE( )>> as a string literal. If you place comments within TEXT...ENDTEXT or after the single backslash character (\) or double backslash characters (\\), Visual FoxPro outputs the comments. TO VarName Specifies the memory variable name to use ...
by carlos vargas
Mon Dec 01, 2014 3:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad variable de parámetros
Replies: 29
Views: 9883

Re: nserialhd question

... that contains the root directory of the volume to be described. If this parameter is NULL, the root of the current directory is used. A trailing backslash is required. For example, you specify \\MyServer\MyShare as "\\MyServer\MyShare\", or the C drive as "C:\".
by Antonio Linares
Fri Apr 26, 2013 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nserialhd question
Replies: 5
Views: 1007

Re: Writing c:\temp in MySQL

Hi,

I found it, I have to write two-times a backslash, and one backslash will be writen to the field.
So I allways do have to use strtran() to multiply the backslash :P
by Marc Vanzegbroeck
Sat Feb 23, 2013 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writing c:\temp in MySQL
Replies: 1
Views: 453

Writing c:\temp in MySQL

... delete the "\t" and replace it with a tab. If I want to write "c:\marc" , the result is "c:marc" , so it delete the backslash. I use MySQL & ADO. How can I fix this? Thanks
by Marc Vanzegbroeck
Sat Feb 23, 2013 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writing c:\temp in MySQL
Replies: 1
Views: 453

Re: xharbour a harbour

... is OFF, Visual FoxPro outputs <<DATE( )>> as a string literal. If you place comments within TEXT...ENDTEXT or after the single backslash character (\) or double backslash characters (\\), Visual FoxPro outputs the comments. TO VarName Specifies the memory variable name to use ...
by carlos vargas
Wed Jul 25, 2012 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour a harbour
Replies: 19
Views: 9790
Next

Return to advanced search