Search found 492 matches: limit

Return to advanced search

Re: bad calculation prices for days

... What I do not understand is the inconsistency, since I think that the greater the number of days, the price should be less, up to a certain limit. For example, if the price for a week is 40 (5.71 per day), for 15 days it should be less (per day), and so on. However, it is my particular concept, ...
by FranciscoA
Mon Jul 06, 2020 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 2260

Re: Error en FW_TransLang

Sí, efectivamente, ese ha sido siempre una limitación del acceso al Translate de Google, cuando no se accede a través de su API. De todas formas, voy a modificar la function para que no dé error de ejecución, aunque devuelva la cadena en blanco. ...
by nageswaragunupudi
Thu Jul 02, 2020 3:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en FW_TransLang
Replies: 11
Views: 1693

Re: HBMK2 Problem linking

... JOIN teste AS tes ON st.ctest=tes.ctest WHERE tes.data >= '2019-06-16' AND tes.calmox='01' AND tes.situacao <> 'I' ORDER BY tes.data DESC LIMIT 5" but I'm still having trouble with my code that requires more lib's from fwh and harbour... :( maybe the parameter that Antonio mentioned ...
by ricbarraes
Tue Jun 16, 2020 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

Re: HBMK2 Problem linking

... JOIN teste AS tes ON st.ctest=tes.ctest WHERE tes.data >= '2019-06-16' AND tes.calmox='01' AND tes.situacao <> 'I' ORDER BY tes.data DESC LIMIT 5"   HB_AtX( " ORDER BY | HAVING | LIMIT | GROUP ", cSql, .f., @nAt )   ? nAt, cSql, SubStr( cSql, nAt ) return ...
by ricbarraes
Mon Jun 15, 2020 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

Re: Editsource() Problem

Efectivamente es un error del programa Editsource()
está mandando el WHERE después del ORDER y LIMIT ,
lo cual es un error de sintaxis para MYSQL


Right
by nageswaragunupudi
Sat Jun 06, 2020 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

Re: Editsource() Problem

Efectivamente es un error del programa Editsource() está mandando el WHERE después del ORDER y LIMIT , lo cual es un error de sintaxis para MYSQL WINRUN( 0 )<-TMDIFRAME:ACTIVATE( 1078 )<-START( 96 )" cSql = "SELECT * FROM tipos as TIP ORDER BY CTIPO LIMIT ...
by Marco Augusto
Fri Jun 05, 2020 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

Re: Editsource() Problem

Thanks Marcos,
But, as I say before. the problem is happening because I'm using clausules ORDER and LIMIT. IF I remove then everything is fine.
by vilian
Fri Jun 05, 2020 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

Re: Editsource() Problem

LE QUITARIA LA OPCION "AS TIP"


oRs := oBD:QUERY("SELECT * FROM tipos ORDER BY ctipo LIMIT 1000")
by Marco Augusto
Fri Jun 05, 2020 2:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

HBMK2 Problem linking

Hi Guys, IF I create a rowset where I use ORDER or LIMIT EditSource() Is not working. I think it's doing wrong changes in my sql statement. Please look at this little code: oRs := oBD:QUERY("SELECT * FROM tipos AS tip  ORDER BY ctipo LIMIT ...
by vilian
Thu Jun 04, 2020 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 6553

New FTDN April/Abril 2020 (FWH 20.04)

... bitmaps and all types of images can be used with comboboxes. * TDatePick class: Enhancements - SetRange( dFrom, dLast ): Sets lower and upper limits for selection of dates. In case of DateTime variable, the parameters may be DateTime values. Value of NIL clears that range. - GetRange() --> ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2236

Re: TDolphin y Lost connection to MySQL server during query

Saludos
Recomiendo tambien utilizar paginado,
SELECT * FROM TABLAS LIMIT X,Y
obteniendo un arrelgo y luego liberas la conexión.
by jnavas
Fri Apr 17, 2020 9:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin y Lost connection to MySQL server during query
Replies: 4
Views: 865

Re: uCharToVal

... As you can see here I use get and you XbrGetDate func because on dtpicker I cannot set a calendar limit then I have procedures and many function need the format 8/04/2020 and so I need to recovert the cdate from "Merc, 8 Apr 2020" string ...
by Silvio.Falconi
Wed Apr 08, 2020 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: uCharToVal
Replies: 9
Views: 1275

Re: get memo ->activate a button

Thanks I'll try It
I saw on web on a form you write and there Is a text where Is show ed the number characters you can use of you write with a Number of characters up the the limit the form disabled the button
by Silvio.Falconi
Wed Jan 29, 2020 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get memo ->activate a button
Replies: 2
Views: 437

Re: Change text color and background of tRadio

Giovany Vecchi wrote:
cnavarro wrote:Giovany, Your design is very good, congratulations

Thank you Navarro. We have to show that Fivewin is beyond what we think we can do.



The limit is our imagination, without any doubt

Giovany Vecchi wrote:I thought the Set3DLook(.F.) function would solve this question


Have you managed to solve the 3D effect?
by cnavarro
Wed Nov 20, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text color and background of tRadio
Replies: 10
Views: 1142

Re: Source code editor based on xBrowse

on Ca-Clipper there was a test make it but then the dbf are too big to manage
I think it can be made with array , wich is the limit for an array ?
by Silvio.Falconi
Mon Oct 21, 2019 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source code editor based on xBrowse
Replies: 2
Views: 688
PreviousNext

Return to advanced search