Search found 492 matches: limit

Return to advanced search

Re: browse and SQL

Amigo yo lo hago con xbrowse paginado de 30 o 50 con botones de paginar
usando la metodo LIMIT 0.50
ADO+MYSQL

Saludos
by jbrita
Sat Oct 03, 2009 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: browse and SQL
Replies: 15
Views: 2085

Re: browse and SQL

Mauricio, no es que el browse traiga 50 registros por defecto, sino es la clausula limit en la cadena del query. y con respecto a traer esa cantidad de registros en forma remota lo veo, al menos dificil de tolerar por el tiempo que tardaría. No podés fraccionar la ...
by horacio
Sat Oct 03, 2009 7:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: browse and SQL
Replies: 15
Views: 2085

Re: browse arrays using xbrowse

... NAME "Arial" SIZE 0,-10 DEFINE DIALOG oRanges FROM 1,3 TO 19,81 TITLE letr FONT oTipograf @ 1,.3 XBROWSE oBrw[1] ; HEADER "Limit" ; ARRAY aRanges ; SIZE 60,120 of oRanges COLOR RGB(0,0,0),RGB(224,254,253) UPDATE @ 1,8.75 XBROWSE oBrw[2] ; FIELDS sales->code, IIF(sales->clasf>0,aVar[3][sales->clasf]," ...
by ellano
Sat Sep 26, 2009 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: browse arrays using xbrowse
Replies: 3
Views: 938

FWH own Class RibbonBar example: Moving between Tab's

Hello, An example use of FWH-908 own Class RibbonBar: Now with xBrowse and moving between Tab´s. Your imagination is the limit :) http://www.mastersoft3000.com/publico/ribbon02.jpg http://www.mastersoft3000.com/publico/ribbon03.jpg Code: #include "fivewin.ch"#include ...
by Cgallegoa
Sat Sep 12, 2009 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH own Class RibbonBar example: Moving between Tab's
Replies: 0
Views: 1123

Re: ODBC

... I was having an issue that appears to be tied to exceeding 255 fields. We were seeing an index crash on the temporary dbf file. I put in a field limit of 255 in the ODBC parsing within our product and it has been working perfectly. I was wondering if the 255 issue I am is seeing correct. The ...
by Dave Zowasky
Thu Jul 30, 2009 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC
Replies: 9
Views: 4016

Re: Realizar un instructivo o ayuda

... Error This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times. This limit is reached. To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. ...
by dobfivewin
Thu Jul 16, 2009 10:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Realizar un instructivo o ayuda
Replies: 9
Views: 1467

Re: ActiveX ( To Antonio )

Antonio,

i need use it in fwh 8.5

how make to no have limit ??

thanks
by lailton.webmaster
Thu Jun 11, 2009 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX ( To Antonio ) Solved
Replies: 6
Views: 1067

A expertos en FWH+xHarbour+TMySql

... VALUES('Alejandro','003');" oCon:Query( cCmdSql ) **cQuery:= "SELECT clave, nombre FROM usuarios" //* FROM usuarios ORDER BY clave LIMIT 100" cQuery:= "SELECT * FROM usuarios ORDER BY clave" oDatos:= oCon:Query( cQuery ) oDatos:GoTop() DEFINE DIALOG oDlg FROM 2,2 ...
by FranciscoA
Wed Jun 10, 2009 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: A expertos en FWH+xHarbour+TMySql
Replies: 22
Views: 4772

Re: Rc file limitation

Marco YES .. there is a limit that the Borland resource compiler can handle .. I ran into this myself because I was importing alpha blended bitmaps which were large in file size .. I have seen some work arounds posted here in the forums ...
by Rick Lipkin
Sat Jun 06, 2009 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rc file limitation
Replies: 3
Views: 897

Rc file limitation

... -s @K:\pigc\PIGC.bcl Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Access violation. Link terminated. ----------- Is there a limit about the number of imager resource we can add ? Is there anyone that already had this problem ? Any help appreciated. Thanks. This is my rc file ...
by Marco Turco
Sat Jun 06, 2009 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rc file limitation
Replies: 3
Views: 897

Re: Un ejemplo de MySql+Sql+xHarbour

... 30.50);" oMySQL:Query( cCmdSql ) cQuery := "SELECT * FROM kardex" // WHERE cod_producto = '20071121223230' ORDER BY num_movimiento LIMIT 500" oDatos := oMySQL:Query(cQuery , .t. ) //Comprobando si hay registros Msginfo("Registros en KARDEX: "+str(oDatos:Reccount())) ...
by FranciscoA
Fri Jun 05, 2009 6:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de MySql+Sql+xHarbour
Replies: 7
Views: 3355

Un ejemplo de MySql+Sql+xHarbour

... VALUES('Alejandro','003');" oCon:Query( cCmdSql ) cQuery := "SELECT clave, nombre FROM usuarios" //* FROM usuarios ORDER BY clave LIMIT 100" oDatos:= oCon:Query( cQuery, .t. ) Msginfo("Registros en usuarios: "+str(oDatos:Reccount())) DEFINE DIALOG oDlg FROM 2,2 TO ...
by FranciscoA
Thu Jun 04, 2009 9:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un ejemplo de MySql+Sql+xHarbour
Replies: 7
Views: 3355

Re: To Manuel Mercado regarding TCLIPPRT class

... same print? Is it possible or not? I haven't find this issue in the example and i tried modify the code without success... Is it an insurmountable limit of TCLIPPRT or i can try something ? Another: have you other (more complex using different size, fonts, etc.) examples of TCLIPPRT use ? Hello ...
by mmercado
Thu May 21, 2009 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Manuel Mercado regarding TCLIPPRT class
Replies: 1
Views: 431

To Manuel Mercado regarding TCLIPPRT class

... same print? Is it possible or not? I haven't find this issue in the example and i tried modify the code without success... Is it an insurmountable limit of TCLIPPRT or i can try something ? Another: have you other (more complex using different size, fonts, etc.) examples of TCLIPPRT use ? All your ...
by max
Thu May 21, 2009 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Manuel Mercado regarding TCLIPPRT class
Replies: 1
Views: 431

Re: Ist there aMaximum Number of Prgs for a Makefile?

... ( for archiving ), You don't have to activate < No Filename >. Normally each combined Prg includes the Prg-Name on Top. If there is a limit of Prg-files, You can use the link, in case You want to use the same solution. http://www.pflegeplus.com/pictures/merge.jpg Look ...
by ukoenig
Wed May 13, 2009 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ist there aMaximum Number of Prgs for a Makefile?
Replies: 4
Views: 899
PreviousNext

Return to advanced search