Search found 141 matches: cli

Return to advanced search

Re: erase files

LOCAL xPath := "C:\PDF\" * --- Elimina File che Iniziano con CLI_...PDF AEVAL(DIRECTORY(xPath + "CLI_*.PDF"),{|aFile|FERASE(xPath + aFile[F_NAME])} ) nel tuo comando : cFILE := ALLTRIM( aDIR[i][1] ) fai un display della variabile cFILE se comprende il path completo + \ , es. c:\m...
by solving
Thu Jan 25, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: Reason for closing DBF file

Time from start: 10 hours 50 mins 45 secs Error occurred at: 09/19/2023, 18:31:36 Error description: Error BASE/1002 No existe el alias: CLI Stack Calls =========== Called from: => DBSETRELATION( 0 ) Called from: FUENTES\GESTION\INVENTARIOS\FACTELEC.PRG => ENVIAFEL( 593 ) Called from: ...
by russimicro
Wed Sep 20, 2023 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1102

Re: Reason for closing DBF file

... MAIN( 17 ) Time from start: 3 hours 18 mins 13 secs Error occurred at: 09/18/2023, 18:47:05 Error description: Error BASE/1002 No existe el alias: CLI Stack Calls =========== // como comente anteriormente ... en este punto esporádicamente se da el error ( puede suceder después de miles de pasos ...
by russimicro
Tue Sep 19, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1102

error TXBROWSE:CARGOS

Hola gente, en la versión 23.07 me da este error, cosa que en la 22.12 no. Me falta agregar alguna librería? Este es parte del código: *----------------- DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0, 0 TO 24, 79TITLE "Carga Informe de Auditoría " font oFont11 DEFINE DIALOG princfac RESO...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 265

Re: not ISOEM(), ISANSI() or IsUTF8()

... UTF8-Editor and not when create a "new" DBF it was from some (40 Year old) DBF, start with 7-Bit C/PM under Dbase ]} over. Dbase III+. Cli*pper, Xbase++, HMG and now Fivewin these DBF (still) have OEM "Umlaute" not ANSI "Umlaute" but there is no OEMtoUTF8() Function ...
by Jimmy
Sun Aug 27, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 1927

Re: INDEX on / seek in MARIA DB

Hi All how do you create an index with multiple fields in Maria Db and then also the seek command with DBF Es. Index ON COD_CLI + STR(COD_NUM,2) ... with MARIA DB .......................... CLIENT->(dbseek(COD_CLI+str(COD_NUM,2))) with MARIA DB oRS:seek(COD_CLI, COD_NUM) correct ? tia We are thi...
by nageswaragunupudi
Fri May 19, 2023 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 386

INDEX on / seek in MARIA DB

Hi All how do you create an index with multiple fields in Maria Db and then also the seek command with DBF Es. Index ON COD_CLI + STR(COD_NUM,2) ... with MARIA DB .......................... CLIENT->(dbseek(COD_CLI+str(COD_NUM,2))) with MARIA DB oRS:seek(COD_CLI, COD_NUM) correct ? tia
by mauri.menabue
Thu May 18, 2023 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 386

MySql MariaDatase INDEX

Hi all,
I would like to know how to remove an index on a MySql MariaDatase table.
To create an index, the 'UNIQUE' clause is used. How to delete an index?

how to build compound index INDEX ON CLI_COD + STR(CLI_FAT,12,2) + DTOS(date())
TIA
Maurizio Menabue
by mauri.menabue
Wed Apr 19, 2023 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql MariaDatase INDEX
Replies: 3
Views: 291

Ayuda por favor con folder y listbox

Hola, necesito hacer una pantalla con 4 folders de las cuales 3 tienen listbox, el problrma que tengo es que no muestran los datos, muestra un solo registro, a persar de que los datos se graban bien en las dbf. DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0, 0 TO 24, 79TITLE "Carga Informe de ...
by jpcavagnaro
Wed Mar 29, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda por favor con folder y listbox
Replies: 1
Views: 233

Re: COMBOBOX WITH Sort

Perhaps, if you are using pellesC, you need to "remove" the SORT variable in the combobox as NO.

Maybe:
ON Change := cTipo_Cli[ oCbx:nAt ]

Regards, saludos.
by karinha
Fri Mar 24, 2023 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX WITH Sort
Replies: 2
Views: 196

COMBOBOX WITH Sort

Hello
I have a COMBOBOX ( in a RC file with Sort = Yes )

aTipi := {'Paolo', 'Gianni','Andrea' 'Cesare' }

I set cTipo_Cli = 'Gianni'

REDEFINE COMBOBOX oCom Var cTipo_Cli ITEMS aTipi ID 4009 OF oDlg

but when I open the dialog on the combobox I have 'Cesare' and not 'Gianni'

Thanks
by Maurizio
Fri Mar 24, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX WITH Sort
Replies: 2
Views: 196

Re: Wbrowse with the black screem

... DEFINE DIALOG oDlg FROM 00,00 TO 260,520 TITLE "T E S T E" ; COLORS CLR_WHITE,CLR_WHITE PIXEL FONT oFont @ 05,05 LISTBOX oBrw FIELDS CLI->COD,CLI->NOME ; HEADERS "Codigo","Nome" FIELDSIZES 40,60 ; ALIAS "CLI" OF oDlg SIZE 180,100 PIXEL ACTIVATE ...
by Giba_Fro
Mon Feb 06, 2023 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 506

Re: Resta de columnas en xBrwose

MI estimado, prueba asi: cQuery := "SELECT " cQuery += "Cli.rif_cliente, " cQuery += "Cli.razon_social_cliente, " cQuery += "Fac.numero_documento, " cQuery += "Fac.fecha_documento, " cQuery += "Fac.fecha_vencimiento, ...
by Willi Quintana
Thu Dec 01, 2022 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 913

Re: Problema con xBrowse

BTW, the HDR_CLI field is a NULL field type, some records has a null value, some records has a number value. That is the reason, we used Empty() XBrowse internally translates the expression "IF(EMPTY(HDR_CLI),HDR_TOT,0.00)" into a codeblock like this and assigns to oCol:bEditValue :bEditV...
by nageswaragunupudi
Sat Apr 30, 2022 4:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 769

Re: Problema con xBrowse

Mr Rao: I'm afraid your advise does not work because don't show the values, here is my full code             REDEFINE XBROWSE oBrw ID 200 OF oDlg;            DATASOURCE oRsHdr;                COLUMNS "HDR_FOL",;                  "HDR_CLI",;                  "CLI_NOM",; ...
by Armando
Fri Apr 29, 2022 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 769
Next

Return to advanced search