Search found 493 matches: limit

Return to advanced search

Re: xBrowse + TMySQL

... "+ cSelect + " FROM "+oTabla+" WHERE "+oOrden+" LIKE '"+UPPER(cBusca)+"%' ORDER BY "+oOrden+" LIMIT 300" oDatos:=oServer:Query(cQuery,.T.) Else cbusca :=cbusca + Upper(chr(nkey)) cQuery:="SELECT "+ cSelect +" FROM "+oTabla+" ...
by jbrita
Sat May 14, 2011 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse + TMySQL
Replies: 6
Views: 1125

Re: Ayuda para desarrollar un control de navegacion y edicion

... un sistema con 7 modulos integrados entre si y hago uso intensivo de browse sin menoscabar el rendimiento de la aplicacion C/S, claro esta con sus LIMIT correspondientes y sus Filtros para mostrar lo estrictamente necesario, claro que ya no podemos como en dbf browse sin condiciones pero segun ...
by Ramon Paredes
Sat Apr 30, 2011 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para desarrollar un control de navegacion y edicion
Replies: 1
Views: 778

Re: Mouse button-up

Antonio Linares wrote:Try with aMinMaxInfo, please check FWH\samples\TestSize.prg



Dear Mr. Antonio,

I used aMinMaxInfo to limit window size. there's no problem there...

What I need is to detect mouse button-up after user resized the window.


Kind Regards,
Frances
by fraxzi
Tue Apr 05, 2011 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse button-up
Replies: 7
Views: 1414

Re: Bug in REDEFINE SAY?

Hi Jonathan, It looks like you have reached the limit of a character field. 255 happends to be the mac character field in clipper/dbase file. Maybe it is the version of harbour that has changed to enforce the limit? Everything work well without TRANSPARENT, ...
by IBTC
Tue Mar 15, 2011 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 4427

Re: Bug in REDEFINE SAY?

Hi Ruediger Re: text display ........................reprehend <end> It looks like you have reached the limit of a character field. 255 happends to be the mac character field in clipper/dbase file. Maybe it is the version of harbour that has changed to enforce the limit? ...
by Jonathan Hodder
Tue Mar 15, 2011 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in REDEFINE SAY?
Replies: 12
Views: 4427

Re: PHP Browser

... There are 2 Clothing items.There are 1 Food items.There are 3 Music items.There are 2 Toy items.  And Using the CLAUSE "LIMIT" in the Query, I think something can be done... (I am just guessing, since I don't know anything yet about MySQL either)
by Bayron
Sun Mar 06, 2011 3:36 pm
 
Forum: Off Topic / Otros temas
Topic: PHP Browser
Replies: 17
Views: 6317

Supporting CHM files across a network share

... for a newer chm file than what is on the workstation drive, and update the workstation copy as needed. Since some network administrators severely limit each user's access to their own machine's hard drive, it would be best to use one of the pre-defined Windows folders meant to store application ...
by PatrickWeisser
Wed Feb 09, 2011 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Supporting CHM files across a network share
Replies: 7
Views: 2402

Re: To Antonio: class TDatabase

By default, there is no limit of 9/10 characters in FiveWin TDatabase class for (x)Harbour.
by nageswaragunupudi
Mon Dec 27, 2010 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: class TDatabase
Replies: 2
Views: 491

Re: c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07

Gracias

Pero sale que ya no esta el archivito que ya lo bajaron 10 veces "Unassigned file limit of 10 downloads reached." :cry:
by AIDA
Mon Dec 06, 2010 4:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: c5cnew.c no compatible con xHarbour Nov09 + FWH 10.07
Replies: 8
Views: 1638

Re: xBrowse – memofields

Hello James,
thank you.
But if you look into paint method you will see that immediately after the DATAPAINT method
nRowPos++ follows.

I will try what happens if I switch the nRowPos calculation into DATAPAINT.
Sure it will be necessary to limit the amount of text.

Best regards,
Otto
by Otto
Mon Nov 22, 2010 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse – memofields
Replies: 18
Views: 5467

Re: Fulltextsearch (to Marco Boschi)

... HiPer-SEEK would identify records for John Smith, Elton John, 345 John White Avenue, and Johnson City. Additionally, the application might limit matches to those containing "john" in a particular field or in a particular position within a field. Searches can be very general or ...
by Gale FORd
Wed Nov 10, 2010 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltextsearch (to Marco Boschi)
Replies: 36
Views: 10033

Re: TDolphin Clase para manejar MySql

... ::lPagination := .T., pq hay variables que debe inicializar ejemplo oQry:SetPages( 1000 ) es recomendable que el query inicial lo hagas con el limit de la misma cantidad de registros por pagina mira el ejemplo testpag.prg
by Daniel Garcia-Gil
Wed Nov 03, 2010 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin Clase para manejar MySql
Replies: 74
Views: 26666

Re: hash with (x)harbour - knowledge base

... for a medical app it could be fatal. Perhaps I will try to devise a test for a large number of items to see about collisions. Is there a size limit? James
by James Bott
Thu Sep 23, 2010 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 8234

Re: TDolphin Clase para manejar MySql

... '1' local nRows oQry := ::oMain:oCon:Query( "SELECT * FROM clientes WHERE no_folio=" + C_SIMPLE + cVar + C_SIMPLE +; ' ORDER BY no_folio LIMIT 1') nRows := oQry:nRecCount if nRows = 0 msginfo('LO SIENTO , NO ENCONTRE NADA ...') ELSE ? oQry:no_folio //SI ENCONTRE ALGO. endif return nil ...
by sysctrl2
Thu Sep 23, 2010 1:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin Clase para manejar MySql
Replies: 74
Views: 26666

Re: errsysw.prg

... you can easily check the result of the calculation to see if the result is too large then take whatever action you wish. Alternately you could limit the multipler depending on the input number. It is hard to make an educated suggestion without knowing exactly what is happening in your code ...
by James Bott
Tue Aug 24, 2010 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errsysw.prg
Replies: 10
Views: 1640
PreviousNext

Return to advanced search