Search found 493 matches: limit

Return to advanced search

Re: Internet Date

... download of sntp.lib and test it, i found that after, about 32 call date-time test, the result is only FAIL! I have some question: - There is a limit of use this lib? (max number calling in a exe session?) - How to remove it? - Is possible to obtain more time precision from internet sntp? - ...
by Ugo
Sat Aug 10, 2013 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internet Date
Replies: 35
Views: 9580

Re: TxBrowse:ToExcel()

If you see the full error log you may notice the value of nRow. Can you do that now? Size limit in recent versions is a little more than 1 million rows. I need to find out the limit for earlier versions. At this moment I also do not know if we can go upto 1 million rows ...
by nageswaragunupudi
Sun Aug 04, 2013 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse:ToExcel()
Replies: 6
Views: 1563

Re: Oracle via ADO/ODBC

Lucas, for now I using Oracle 11g. :) in Oracle not existing limit size a database file. but for the all depend from Aplication Architecture have we do. right there a difference architecture between Oracle and other RDBMS. of all things, you can review ...
by Mulyadi
Fri Jul 19, 2013 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6428

Re: Need examples of FW Report Engine with TDolphine -MySQL

... cvalue from fr3 where id like '"+SUBSTR(cid1,1,i-1+2)+if(RIGHT(cid1,3)=="amt","amt","")+"%' limit 1" odbprn13:refresh() if odbprn13:EOF().and.lpreview==nil.and.RIGHT(cid1,3)=="amt" odbprn13:cquery:="select cvalue from fr3 ...
by ShumingWang
Sat Apr 20, 2013 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need examples of FW Report Engine with TDolphine -MySQL
Replies: 3
Views: 1000

Re: Max dimension of a BMP files in a RES file

... that .res into my .exe :( ... because I much prefer the look and resolution of a 32 bit alpha bitmap over 24 bit. As far as any .res file size limit .. my .res file on my current project is 1.3 mg and I am no where near done yet. Rick Lipkin ps . Rao, take a look at my previously posted xMate ...
by Rick Lipkin
Wed Apr 17, 2013 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Max dimension of a BMP files in a RES file
Replies: 11
Views: 2401

Re: Using Access on a lan

Despite Mr Rick's assurance, I am still a bit sceptical. Why can we not use SqlExpress? It is also free (limit 10GB of data) and has all the features of Sql Server and *almost* the same code we write for Access. Advantage of Access is that it does not require the installation ...
by nageswaragunupudi
Wed Apr 17, 2013 5:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Access on a lan
Replies: 13
Views: 4572

Re: Como se Clona un Objeto

... esto oQSet := TOleAuto():New( "ADODB.Recordset" ) ... oQSet:Open( "Select "+ cSelect +" from " + cTabla + " LIMIT 50" , oApp:StrConnection,1, 3 ) Intento clonar el oQSet no se si es posible, RecordSet has a Clone method in ADO. oRs2 := oRs:Clone() oRs2 ...
by nageswaragunupudi
Fri Apr 12, 2013 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se Clona un Objeto
Replies: 9
Views: 1219

Re: Como se Clona un Objeto

No
No se si es posible clonar esto
oQSet := TOleAuto():New( "ADODB.Recordset" )
...
oQSet:Open( "Select "+ cSelect +" from " + cTabla + " LIMIT 50" , oApp:StrConnection,1, 3 )

Intento clonar el oQSet no se si es posible,
by ruben Dario
Thu Apr 11, 2013 8:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se Clona un Objeto
Replies: 9
Views: 1219

Re: Pregunta sobre ADo y Tdolphin

... ya que como tu dices es mas rapido y ya estan cargadas las conexiones. Para el caso que dices oQry := oServer:Query( "SELECT * FROM clientes LIMIT 0" ) que no carga datos pero ya esta cargado el objeto como cargas el datos me puedes dar un ejemplo en base a este ejemplo. Me imagina si ...
by ruben Dario
Wed Apr 10, 2013 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pregunta sobre ADo y Tdolphin
Replies: 9
Views: 1441

Re: Pregunta sobre ADo y Tdolphin

ruben Dario,

La clausula LIMIT 0 indica que no cargara ningun dato, solo cargara el objeto query, eso hace que tengas el objeto vacio y es bien rapido para entrar al modulo.

El limite de usuarios concurrentes lo determina tu instalacion y sobre todo el equipo servidor que tengas
by wmormar
Wed Apr 10, 2013 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pregunta sobre ADo y Tdolphin
Replies: 9
Views: 1441

Re: Pregunta sobre ADo y Tdolphin

... se existe se carga , caso especifico es cuando estoy haciendo captura de datos. de acuerdo a tu codigo. Oye una pregunta que hace cuando se dice LIMIT 0 en tu conexion o se le da un valor 50 etc. Cuantas conexiones se pueden tener hay algun limited. oQry := oServer:Query( "SELECT * FROM ...
by ruben Dario
Wed Apr 10, 2013 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pregunta sobre ADo y Tdolphin
Replies: 9
Views: 1441

Re: Pregunta sobre ADo y Tdolphin

... en el momento necesario y hago la obtención del objeto al inicio del modulo. Por ejemplo: oQry := oServer:Query( "SELECT * FROM clientes LIMIT 0" ) y en el modulo solo refresco datos a necesidad. Por ejemplo: Checar si existe un cliente oQry:refresh( "cliente = " + alltrim(str(nCliente)) ...
by wmormar
Wed Apr 10, 2013 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pregunta sobre ADo y Tdolphin
Replies: 9
Views: 1441

Re: oBrw:ToExcel() error

[ 1 ] = N 353213 This is the reason. Here nPasteRow's value appears to be beyond the limit. If the code of xbrowse is bug-free ( let us assume so for the time being ), this value should not exceed the total rows in the table. If the table really contains more rows ...
by nageswaragunupudi
Sat Mar 09, 2013 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:ToExcel() error
Replies: 5
Views: 1123

TXBrowse: error al hacer clic en el último registro.

... de resgistro anteriormente. A continuación se presenta el código: local CbRWTELA cmd:="SELECT * FROM CADFAB_GESTAO ORDER by CODIGO LIMIT 20" if (select("fabricante")= 0) use sql (cmd) new shared alias fabricante fabricante->(dbgotop()) endif dbselectarea('fabricante') ...
by nixbeau
Tue Mar 05, 2013 12:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBrowse: error al hacer clic en el último registro.
Replies: 6
Views: 1247

Re: Tablet and form style for Windows 8 (desktop ver.)

... (c++) As we know, MS prohibits using most of standard Win32 API in Windows Store applications. Obviously there are lots of ways to overcome this limit and to call any API you like, if you are not going to publish your app on Windows Store. And here is one of them. Idea is really simple and rather ...
by Antonio Linares
Thu Feb 28, 2013 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 26695
PreviousNext

Return to advanced search

cron