Search found 647 matches: lang

Searched query: lang

by Massimo Linossi
Fri Feb 14, 2025 3:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Odbc error on Linux
Replies: 2
Views: 127

Odbc error on Linux

... require "hbodbc"
***********************************
Function Main()

LOCAL cConnString, hDbc, hStmt, cQuery, cResult, nFetch

REQUEST HB_LANG_IT
HB_LANGSELECT("IT")
REQUEST DBFCDX
REQUEST DBFFPT
RddRegister( "DBFCDX", 1 )
RddSetDefault("DBFCDX")
SET(_SET_AUTORDER,1)
SET AUTOPEN ON

SET ...
by Silvio.Falconi
Wed Feb 12, 2025 9:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: error in time format Resolved
Replies: 1
Views: 121

error in time format Resolved

... this is the test

if you need the archives I can send you the files dbf




#include "FiveWin.ch"



request dbfcdx
request dbffpt

request hb_lang_it
request hb_codepage_itwin



function Main()
local nRow:= 10,nCol:= 2
local nInterlinea:= 40
local oWnd

RddSetDefault( "DBFCDX" )
HB ...
by nageswaragunupudi
Sun Feb 02, 2025 6:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
Replies: 12
Views: 11406

Re: problemas con CHECKBOX en FWH 2409

... DS_FIXEDSYS |DS_SETFONT |WS_POPUP |WS_VISIBLE |WS_SYSMENU |WS_THICKFRAME |WS_CAPTION
CAPTION "Mantenimiento de Mercaderia"
FONT 8, "Ms Shell Dlg"
LANGUAGE LANG_NEUTRAL, 0
BEGIN
CONTROL "Caracteristicas del Producto",-1,"BUTTON",BS_GROUPBOX |WS_CHILD |WS_VISIBLE ,5,1,405,155
CONTROL ...
by CARLOS ATUNCAR
Sat Feb 01, 2025 5:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
Replies: 12
Views: 11406

problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409

... DS_FIXEDSYS |DS_SETFONT |WS_POPUP |WS_VISIBLE |WS_SYSMENU |WS_THICKFRAME |WS_CAPTION
CAPTION "Mantenimiento de Mercaderia"
FONT 8, "Ms Shell Dlg"
LANGUAGE LANG_NEUTRAL, 0
BEGIN
CONTROL "Caracteristicas del Producto",-1,"BUTTON",BS_GROUPBOX |WS_CHILD |WS_VISIBLE ,5,1,405,155
CONTROL ...
by Otto
Sat Jan 25, 2025 6:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34064

Re: Antonio... FiveTouch posts are gone?

... enddo

? "Ende"
return

INIT PROCEDURE PrgInit

SET CENTURY ON
SET EPOCH TO YEAR(DATE())-98

SET DELETED ON
SET EXCLUSIVE OFF

REQUEST HB_Lang_DE

HB_LangSelect("DE")

SET DATE TO GERMAN

rddsetdefault("DBFCDX")

EXTERN DESCEND

RETURN ...
by karinha
Tue Jan 14, 2025 6:13 pm
Forum: FiveWin para Harbour/xHarbour
Topic: STRUCTURE / ENDSTRUCTURE EN HARBOUR?
Replies: 5
Views: 6808

Re: STRUCTURE / ENDSTRUCTURE EN HARBOUR?

... VIACEP02.PRG - SOMENTE XHABROUR POR ENQUANTO.

#include "Directry.ch"
#include "FiveWin.ch"
#include "hbstruct.ch" // Only xHarbour.

REQUEST HB_LANG_PT, HB_CODEPAGE_PTISO, HB_CODEPAGE_PT850

STATIC lTiraAcento := .T.

FUNCTION Main()

LOCAL cCep := "01330-000"

// FW_SetUnicode( .T. ) // NAO ...
by Antonio Linares
Fri Jan 10, 2025 1:52 pm
Forum: Utilities / Utilidades
Topic: These forums backup database / Backup de estos foros
Replies: 3
Views: 993

Re: These forums backup database / Backup de estos foros

... group_id N(5)
group_name C(100)

22. phpbb_icons
icon_id (mediumint)
icon_url (varchar)

DBF Equivalent:
icon_id N(5)
icon_url C(255)

23. phpbb_lang
lang_id (mediumint)
lang_iso (varchar)

DBF Equivalent:
lang_id N(5)
lang_iso C(10)

24. phpbb_log
log_id (mediumint)
log_time (int)
log_type ...
by Antonio Linares
Fri Jan 10, 2025 1:39 pm
Forum: Utilities / Utilidades
Topic: These forums backup database / Backup de estos foros
Replies: 3
Views: 993

Re: These forums backup database / Backup de estos foros

... los grupos de usuarios, incluyendo su nombre y descripción.

phpbb_icons: Almacena los iconos utilizados en los temas y mensajes del foro.

phpbb_lang: Contiene las traducciones y textos utilizados en el foro, permitiendo la internacionalización.

phpbb_log: Almacena registros de eventos ...
by Antonio Linares
Mon Jan 06, 2025 8:32 am
Forum: Utilities / Utilidades
Topic: How to upgrade these forums / Como actualizar estos foros
Replies: 3
Views: 781

Re: How to upgrade these forums / Como actualizar estos foros

... sql
05/01/2025 21:35 407.499 fivetech_sessionskeys.sql
05/01/2025 21:36 8.981 fivetech_zebra.sql
05/01/2025 21:37 2.684 fivetech_phpbb_profile_lang.sql
05/01/2025 21:40 5.035 fivetech_phpbb_profile_fields.sql
05/01/2025 21:41 75.309 fivetech_phpbb_profile_fields_data.sql
// 05/01/2025 21:26 467 ...
by karinha
Mon Nov 04, 2024 5:04 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Compilo con el Bat de los Samples (Ver. 2402 FW) y me da err
Replies: 5
Views: 718

Re: Compilo con el Bat de los Samples (Ver. 2402 FW) y me da err

... tmysqlserver/

https://hmgs-minigui.sourceforge.net/manual/tmysqlserver.html

https://fivetechsupport.com/forums/viewtopic.php?f=6&t=28781

https://news.novabbs.org/devel/article-flat.php?id=2291&group=comp.lang.xharbour

https://vouch.info/harbour/index.html?hbmysql.htm

Regards, saludos.
by Otto
Thu Oct 24, 2024 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 2955

Re: Preview of the invoice in advance

... INV-1001"
local cTotal := "256"

// HTML structure (dynamically inserting data)
cText += '<!DOCTYPE html>' + CRLF
cText += '<html lang="en">' + CRLF
cText += '<head><meta charset="UTF-8"><title>Local Invoice Preview</title></head>' + CRLF
cText += '<body>' + CRLF
cText += '<h2 ...
by karinha
Sat Oct 19, 2024 3:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 97
Views: 14911

Re: New FWH 24.09

... Enrico, CODEPAGE.LIB de xHarbour es infinitamente MÁS PEQUEÑO que CODEPAGE.LIB de HARBOUR, ¿puedes compararlos?

Enrico, you participated in this discussion about CODEPAGE:

https://comp.lang.xharbour.narkive.com/5fPIubXb/function-hb-setcodepage-pt850-won-t-work

Gracias, tks.

Regards, saludos.
by nageswaragunupudi
Sun Sep 22, 2024 7:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 6333

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

No, sorry, only Ron can help, but he does not respond to my report in the newsgroup comp.lang.xharbour... :-(

Anyway, I made some tests and found that the problem could be with the call to the cleanup function of a block node:

( s_pCurrBlock->pFunc )( ( void * ) ( s_pCurrBlock + 1 ) );

I don't ...
by Enrico Maria Giordano
Sun Sep 22, 2024 7:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 6333

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

No, sorry, only Ron can help, but he does not respond to my report in the newsgroup comp.lang.xharbour... :-(

Anyway, I made some tests and found that the problem could be with the call to the cleanup function of a block node:

( s_pCurrBlock->pFunc )( ( void * ) ( s_pCurrBlock + 1 ) );

I don't ...
by TOTOVIOTTI
Thu Sep 19, 2024 10:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 11601

Webview 2 + Html + ChatGPT !

... function Html()

local cHtml

TEXT INTO cHtml

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tablero de Control Empresarial ...