Search found 2432 matches: order

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... * New: Support for local AI LLM (large language models) using llama.cpp that has been included in FWH. Please review samples\llm.prg. In order to test it you have to download tinyLlama.gguf from here: https://huggingface.co/fivetech/tinyLlama/blob/main/tinyLlama.gguf. This technology ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 24

Re: Problema super raro (SOLUCIONADO)

... " +; "ON " +; "WRK_RUB = Conceptos.CON_RUB " +; "AND " +; "WRK_CON = Conceptos.CON_NUM " +; "ORDER BY " +; "WRK_ROW" ,cTabNam ,adLockOptimistic,adOpenDynamic,0) <============ [code] It seems silly but it was stupid. I apologize, ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2118

Re: xbrowser, setorder DESC

If the column is already ordered oCol:SetOrder() toggles ASC and DESC.
You need not have set aCols[ 2 ]:SetOrder() because it was already in the descending order.
by nageswaragunupudi
Mon Mar 25, 2024 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1674

Re: SWAGGER-UI para documentar nuestras API.

... /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways fale in passing the correct data This is NOT working DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; ...
by Marc Venken
Tue Mar 19, 2024 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: How to include hbCurl?

... /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'+cSecure_Email+'/tags --user anystring:'+cApi+' > clogrooms.txt' In order to add a Tag this should be executed, but I allways fale in passing the correct data This is NOT working DCOM := 'cmd /c curl -sS https://us8.api.mailchimp.com/3.0/lists/'+cLists+'/members/'; ...
by Marc Venken
Tue Mar 19, 2024 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2948

Error con FW_OpenRecordSet

... "FOXPRO", xdrive}, .T.) cSQL := "select top 10 Cliente, Fecha, licita, descrip, cantidad, devol from detlici where codigo = '00024' order by descrip" // and licita = 221345 oRs := FW_OpenRecordSet( oCn, cSQL ) El error es que me trae todos los registros con codigo = '00024' ...
by jpcavagnaro
Sat Mar 09, 2024 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error con FW_OpenRecordSet
Replies: 1
Views: 109

Re: A picture on top of the text

... A selected small image that position as a layover in a cell in the top right or top left position in order to show that these cells need extra care. This can be done with colors, but the png could also be like (DISCOUNT) image
by Marc Venken
Tue Mar 05, 2024 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A picture on top of the text
Replies: 5
Views: 264

TUrlLink on Xbrowse

... example : Imagine a table with payment notices (I'm referring to a program I made for my school) in a field there is the information "order number xxxx" this text, if clicked ( as urllink made), can open the order management and view the schedule of that order without the final ...
by Silvio.Falconi
Tue Feb 27, 2024 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 234

MariaDb SetFilter Error no definida: SOLUCIONADO

... += "INNER JOIN labores_gruop g ON g.idgrupo=c.idgrupo " cMsg += "LEFT JOIN familia2 f ON f.idfamilia2=g.etapa " cMsg += "ORDER BY ngrupo,detalle" oQry := aServer:RowSet( cMsg ) y necesito filtrar los datos por la columna detalle de la tabla labores_maquina con el ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 166

Re: Nages, 2 diferent Db's update

If the table on both the servers has exactly the same structure, same primary key and all fields in the same order: aData := oLocalServer:Execute( "select * from table [where <cond>]" // returns array of values)oRemoteServer:Upsert( cTable, nil, aData ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

Re: Problem with tget numeric

... oFont PICTURE "99.99" I need the tget controls to enter data quickly, in a bread wholesale application where the operator must enter orders for each shop, supermarket, department store in the city and 4 codes are connected for each order because there are many types of bread and imagine ...
by Silvio.Falconi
Tue Jan 16, 2024 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1431

Re: problem with Barcode (sebra) no Html no web

... new fwbarcode barcodes because in barlib we don't have the new qr type codes to do a demo I think I need to set TExt for each type of barcode in order to be able to print it correctly every time the nbackcolor must be white .... :)))))) https://i.postimg.cc/qMTNczcH/kk.png I always ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

Re: FW_OpenRecordSet lento en red

Gracias por responder, probe con order by y sigue lento.

En forma local funciona rápido, pero cuando trabajo desde un terminal se pone lento y si la pc no es muy nueva lentísima, recuerdo que es para facturar, o sea que debe tener respuesta rápida.
by jpcavagnaro
Mon Dec 18, 2023 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617

Re: FW_OpenRecordSet lento en red

Armando wrote:Friends:

In addition to the ORDER BY clause, try using the LIMIT 20 clause.

Best regards


He is already using TOP 20 clause.
by nageswaragunupudi
Mon Dec 18, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617

Re: FW_OpenRecordSet lento en red

Friends:

In addition to the ORDER BY clause, try using the LIMIT 20 clause.

Best regards
by Armando
Mon Dec 18, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 617
Next

Return to advanced search