Search found 35 matches: slash

Return to advanced search

Re: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN

Hakan may be this helps. I have modified OleFuncs.Prg as below. I have put double slash and my name to the lines that I have midified (i.e //birol) /***  OleFuncs.Prg**  For common use in other modules**/#include "fivewin.ch"#include "adodef.ch"#ifdef ...
by betoncu
Sun Jan 15, 2023 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: (DOS Error -2147418111) WINOLE/1009 No exported method: LAN
Replies: 10
Views: 805

Re: prsht.h changes for Borland 64 bits

Nonetheless it has the same slash. And I never get that error with BCC too. If you can provide a sample I will make some experiments.
by Enrico Maria Giordano
Thu Nov 10, 2022 2:01 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 9122

NumtoWord (in a payment receipt)

... should be placed at the end and not after the "e" and before the cents value 3. In Italian the cents must be printed with a slash "/" instead of the "e" 4. there must be no spaces between words , or there must be an option to separate words sample lSeparation ...
by Silvio.Falconi
Sun May 10, 2020 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NumtoWord (in a payment receipt)
Replies: 3
Views: 872

Re: Testing path existence using UNC format

Both accept UNC path.

When we use IisDir(), trailing slash is optional.
For ISDIRECTORY(), trailing slash should be removed.

I am answering this after testing once again now.
by nageswaragunupudi
Thu Mar 05, 2020 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing path existence using UNC format
Replies: 2
Views: 418

Re: FWH 18.08: Enhancements to strings.prg

... tests is * made to see if cPath is a valid path. The path can be relative, * if it does not begin with a drive specification (Windows) or with * a slash, or absolute. Default directory set at program startup is * i18n/ * * * HB_I18nGetPath() --> cPath * * Returns the currently selected path ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE

... ,0}) // Sera Logico Un Digito oDb:CreateTable( cTable, aStruct, NIL ) ENDIF RETURN .T. STATIC FUNCTION STRSQL(uValue) // Quita el slash por Chr(28) IF ValType(uValue)="D" // Fecha en SQL RETURN SQLDATE(uValue) ENDIF IF ValType(uValue)="L" RETURN IIF(uValue,"1","0") ...
by Compuin
Mon Nov 12, 2018 8:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3665

tIPClientFtp

... oFtp:UploadFile( cdir + cfile ) How should the string look like: "\mydir\" + "myfile.zip" is not working. I also tried with slash but it is not working. Where do I find the source code of the xharbour class. Thank you in advance Otto
by Otto
Wed Nov 07, 2018 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tIPClientFtp
Replies: 2
Views: 584

Re: Caracteres especiales

Saludos, para las rutas tenia ese mismo problema...como lo rsolvi..pues, usando TDolphin con esta sentencia... ClipValue2SQL( Val2Escape( aVar[55] ) ) y entonces me guarda la ruta con los slash separadores, espero te ayude...gracias... :shock:
by joseluisysturiz
Thu Nov 09, 2017 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Caracteres especiales [SOLUCIONADO]
Replies: 4
Views: 890

Re: Mejoras para scintilla

... borró el último "\", grabo, salgo, vuelvo a entrar y siempre vuelve a aparecer. Y verá que en los siguientes gets el path sale con doble slash invertido "\\" en donde se detalla el Linker y el Compiler. https://ibb.co/fQy07k Saludos Fernando Espinoza A.
by nanoespinoza
Sat Jul 01, 2017 7:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839277

Re: Visual Studio Community 2015 PRGs/CHs syntax coloring

These are the different colors that I have identified:

storage.type.harbour BLUE
keyword.other.harbour BLUE

constant.other.harbour RED

constant.numeric.harbour LIGHT_BLUE

keyword.control.harbour PURPLE

comment.line.double-slash.harbour GREEN
by Antonio Linares
Fri May 06, 2016 10:18 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6908

Re: FiveWeb Questions

Hmmm, this creates a problem. I am extracting data from a text file and it could contain slashes that the user would like to keep. This is an example of one line of text that I grab from the text file: POSSIBLE RIGHT VENTRICULAR CONDUCTION DELAY [RSR (QR) IN V1/V2] ...
by Jeff Barnes
Fri Mar 18, 2016 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25570

Re: XML Error (Invalid character as tag name)

Helo

Can be the slash, that can be considerate as a special character?

"Input/output error",

A greeting
by pgfdz
Wed Jun 03, 2015 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Error (Invalid character as tag name)
Replies: 19
Views: 2591

Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE

... ,0}) // Sera Logico Un Digito oDb:CreateTable( cTable, aStruct, NIL ) ENDIF RETURN .T. STATIC FUNCTION STRSQL(uValue) // Quita el slash por Chr(28) IF ValType(uValue)="D" // Fecha en SQL RETURN SQLDATE(uValue) ENDIF IF ValType(uValue)="L" RETURN IIF(uValue,"1","0") ...
by jnavas
Mon Mar 09, 2015 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TTABLE insertar Registros en Tablas SQL Lexico XBASE
Replies: 15
Views: 3665

Re: EasyReport progress

... que google traslator solucione el problema :D One of the changes I have in my fork is within the .rc files. The original RC files provide uses backslashes in the resource paths, e.g. ".\bitmaps\properties1.bmp" which fail on my machine. I've converted all of those to forward slashes e.g. ...
by mastintin
Sat Sep 13, 2014 9:26 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: EasyReport progress
Replies: 5
Views: 2259

Re: EasyReport progress

Robb,

> Does anybody know if the forward slash syntax works with the borland resource compiler?

yes :-)
by Antonio Linares
Sat Sep 13, 2014 5:09 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: EasyReport progress
Replies: 5
Views: 2259
Next

Return to advanced search