Search found 125 matches: abc

Return to advanced search

Re: many bug about local file/directory when name is utf8

... compatible. harbour native function is ok. Then what exactly is your difficulty in these areas? 1. filename change from english to uft8, ex: 'abc.exe to ' 中文龍咙.exe' 2. directory is utf8 name, ex: 'c:\temp\中文龍咙\' If directory name is ansi and APP name is utf8, file of read/write is ok, only ...
by ssbbs
Sat May 29, 2021 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: many bug about local file/directory when name is utf8
Replies: 19
Views: 1401

Re: many bug about local file/directory when name is utf8

ssbbs wrote:
nageswaragunupudi wrote:Tested FILE() and FRENAME() functions and they are Unicode compatible.

harbour native function is ok.


Then what exactly is your difficulty in these areas?
1. filename change from english to uft8, ex: 'abc.exe to ' 中文龍咙.exe'
2. directory is utf8 name, ex: 'c:\temp\中文龍咙\'
by nageswaragunupudi
Fri May 28, 2021 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: many bug about local file/directory when name is utf8
Replies: 19
Views: 1401

many bug about local file/directory when name is utf8

1. filename change from english to uft8, ex: 'abc.exe to ' 中文龍咙.exe'
2. directory is utf8 name, ex: 'c:\temp\中文龍咙\'

a. read/write .ini, GetPvProfString/WritePProfString....
b. GetModulefileName/cFilePath....
by ssbbs
Thu May 27, 2021 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: many bug about local file/directory when name is utf8
Replies: 19
Views: 1401

Use cUrl to upload data to online server

... to be more difficult) For upload, the server samples show this : curl -X PATCH "http://swagger.shoptrader.com/api/v2/products/1994?token=abc" -H "accept: application/json" -H "token: abc" -H "Content-Type: application/json" -d "{\"model\":\"string\",\"sku\":\"string\",\"ean\":\"string\",\"name\":\"Test ...
by Marc Venken
Sat May 22, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1261

Re: Documentation for variables - what form should it be?

... section at the top of each .prg file. In it I listed Functions, Commands, Classes, Methods, and Variables. I would define each one. /* SOURCE. abc.prg USES DBFs. account.dbf, client.dbf CLASSES FUNCTIONS COMMANDS VARIABLES */ Using Classes, however, put your variables as DATA and // comment ...
by FWExplorer
Tue Mar 02, 2021 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: Documentation for variables - what form should it be?

... section at the top of each .prg file. In it I listed Functions, Commands, Classes, Methods, and Variables. I would define each one. /* SOURCE. abc.prg USES DBFs. account.dbf, client.dbf CLASSES FUNCTIONS COMMANDS VARIABLES */ Using Classes, however, put your variables as DATA and // comment ...
by TimStone
Tue Mar 02, 2021 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

FASTEDIT en BROWSES

... el signo + y el -, por ejemplo se puede poner 3, pero NO se puede poner -3. También necesito que se pueda empezar con el punto, por ejemplo ".ABC" Si quito lo de FASTEDIT me obliga a pulsar INTRO para entrar a la celda para escribir. En XHARBOUR no existe lo de FASTEDIT y funciona como ...
by ArgConsulting
Fri Jan 22, 2021 8:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FASTEDIT en BROWSES
Replies: 1
Views: 298

Re: TButton Icon Alignment

Rao Using a fixed length Prompt "Abc" does make all the button icons line up correctly .. unfortunitly, not all captions will have the same length... http://img4.imagetitan.com/img4/small/22/22_buttons.jpg It would ...
by Rick Lipkin
Tue Jul 28, 2020 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: Quiero comenzar con sqlite

Mi abc es que uses Db Browser for Sqlite como gestor de bb.dd. Sqlite.
El resto, via programa, seguro que hay ejemplos en el foro, además de los que te han puesto los compañeros
by hmpaquito
Tue Jul 28, 2020 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4795

Re: TButton Icon Alignment

For the purpose of testing, can you change the prompt as "abc" (shorter text) ?
by nageswaragunupudi
Mon Jul 27, 2020 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Conocer las veces que una cadena es parte de una matriz

... y quiero conocer la cantidad de veces que un valor especifico se encuentra contenido en la matriz. Ejemplo_ aMatriz:={"XYZ", "ABC", "ABC", "DEF", "D12345", "ABC", "UVW"", "DEF"} ¿Como hago para conocer la ...
by nanoespinoza
Tue Jul 21, 2020 2:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conocer las veces que una cadena es parte de una matriz
Replies: 3
Views: 357

Quiero comenzar con sqlite

... proceso de instalacion de mysql en los equipos de usuarios hace complicada la instalacion final del software. Alguien tiene por alli algun "abc" con el cual se deba comenzar? Uso fivew 17.0 , xharbour y make. Anticipadas gracias por la ayuda que puedan aportarme.
by JoseAlvarez
Wed Jul 08, 2020 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quiero comenzar con sqlite
Replies: 34
Views: 4795

Excel 2016

... FONT nFont3 NAME "Times New Roman" HEIGHT 10 BOLD DEFINE XLS FONT nFont4 NAME "Times New Roman" HEIGHT 10 @ 1,1 XLS SAY "ABC" OF oXls FONT nFont1 If output to Excel 2010 or Excel 2013, it is OK. But if output to Excel 2016, it say not enough memory. Regards AC Woo ...
by acwoo1
Wed Jul 31, 2019 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel 2016
Replies: 0
Views: 479

Re: Building a Windows Service

OK ... I can build the application and get an .exe. ( I'm using Microsoft Visual Studio 2019 ). As an .exe it runs as expected but is not visible. That is fine.

When I try to run it from the Developer's Command Prompt using abc.exe I it gives me an access denied error. Any thoughts ?
by TimStone
Wed May 22, 2019 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Windows Service
Replies: 6
Views: 1188

Re: trying with tdatabase

... object with one line oDbf := tdata():new(, "cust" ) Step 2: The values are loaded in buffers, so edit them directly @ 10,10 GET oDbf:abc .... Do all the other edits the same way Step 3: Save ALL the fields with one line oDbf:save() For 10 fields, this eliminates at least 23 lines ...
by TimStone
Mon Jan 28, 2019 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4852
PreviousNext

Return to advanced search