Search found 143 matches: cli

Return to advanced search

Re: xbrowse(autosort) + tdolphin - erro

... ; PORT 3306 ; FLAGS 0; DATABASE 'test' oQry := oServer:Query('SELECT p.chave as chave, p.data as data, c.nome as nome FROM ped AS p LEFT JOIN cli AS c ON(c.codigo=p.codigo) ORDER BY p.chave') DEFINE DIALOG oForm TITLE "MGA" FROM 05,10 TO 42,100 @ 00,00 XBROWSE oBrw DATASOURCE oQry; ...
by MGA
Thu Nov 14, 2024 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 174

Re: Pruebas con WhatsApp

... a enviar en espera de darle al botón de envío Seria interesante poder comunicar en modo 'silencioso' sin abrir el programa Existen varios whatsapp-CLI pero para Python y Go
by Joaquim Ferrer
Wed Apr 17, 2024 4:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pruebas con WhatsApp
Replies: 16
Views: 2386

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: 2910

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: 1980

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: 1980

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: 514

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: 4272

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: 727

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: 727

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: 433

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: 284

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: 263

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: 263

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: 716

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: 1551
Next

Return to advanced search