... the app to improve the screens GUI, add elements, modify them, etc. You can set an overall context as in example "use dark mode", etc. Slash your imagination and start adapting to AI! Enjoy it! :-)
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 ...
... 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 ...
... 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 ...
... ,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") ...
... 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
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...
... 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.
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] ...
... ,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") ...
... 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. ...