Search found 2435 matches: order

Return to advanced search

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... principle, and you created, processed, and explained it in just 2 sessions. index.html access.prg entry.prg exit.prg list.prg login.prg menu.prg order.dbf order.prg public.prg sessions.prg Another problem is certainly that only a few have a mod harbour webserver and are also not willing to install ...
by Otto
Mon May 20, 2024 6:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 5
Views: 226

Re: At() and Rat() return the same value on a character string

... one space, it may be two spaces like "Amy Hadley" so now I need to know counting backwards where the end of the space may be .. So in order to get the correct results I need to know where the space starts and where the space ends, hence the use of the At() and Rat() function ... Is ...
by Rick Lipkin
Thu May 16, 2024 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: At() and Rat() return the same value on a character string
Replies: 4
Views: 154

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... DEFINE PEN oPen3 WIDTH 1 COLOR 4556678 DEFINE PEN oPen4 WIDTH 3 COLOR 3123123 #DEFINE VACIA 0 #DEFINE RELLENA 1 oPrn:setpage(9) // A4 sele 1 set order to 8 go top zmesliq:=val(subs(1->mes_liq,1,4)+subs(1->mes_liq,6,2)) xbarra:=subs(m->wwcuit,1,2)+subs(m->wwcuit,4,8)+subs(m->wwcuit,13,1); ...
by pedroluis
Sun May 12, 2024 8:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 629

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: 1
Views: 994

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

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

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

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

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

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

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

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

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

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

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

Return to advanced search