Search found 493 matches: limit

Return to advanced search

Re: Progress Bars, no funciona correctamente.

... leisure. So when you assign your 100%, the yet he goes where he pleases. The only way I've found of force him to show the bar to 100%, change the limit to 1 and the value also 1 Eg.: oProgressBar1 ::: nMax: = 1 oProgressBar1 ::: nValue: = 1 However, see a bar jump from where he was, to 100% hit. ...
by marca
Tue Jul 22, 2014 10:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Progress Bars, no funciona correctamente (Solucionado)
Replies: 27
Views: 5932

Re: Progress Bars, no funciona correctamente.

... leisure. So when you assign your 100%, the yet he goes where he pleases. The only way I've found of force him to show the bar to 100%, change the limit to 1 and the value also 1 Eg.: oProgressBar1 ::: nMax: = 1 oProgressBar1 ::: nValue: = 1 However, see a bar jump from where he was, to 100% hit. ...
by hmpaquito
Tue Jul 22, 2014 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Progress Bars, no funciona correctamente (Solucionado)
Replies: 27
Views: 5932

Re: LClick with xBrowse

The oBrw:bChange option would limit the ability to scroll and position with keyboard before selecting correct record.
Are you sure it would not be better with a combination of double click on the browse and an accept button that is set as default so an enter key can select record.
by Gale FORd
Mon Jul 14, 2014 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: LClick with xBrowse
Replies: 7
Views: 1172

Re: Bug in TDialog title [Solved]

Antonio,

why are you still imposing the limit of 140 characters in dialog title?

Code: Select all  Expand view
::cCaption   = If( cCaption != nil, SubStr( cCaption, 1, Min( Len( cCaption ), 140 ) ), nil )


I think it's not needed anymore. Can you confirm?

EMG
by Enrico Maria Giordano
Thu Jul 10, 2014 9:11 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog title [Solved]
Replies: 35
Views: 6999

Re: What is the solution for Harbour Sql?

... with huge tables, we need to change our habits to open full tables like in xBase. We should learn to fall in line with the rest of the world to limit reading only to the required part of the table.
by nageswaragunupudi
Tue Jul 01, 2014 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2847

Re: DBF to SQL script tool

Dear Mr. Rao, Is there a limit to the number of fields? I am trying to create script for DBF that has 279 fields and I am getting the following error. I am trying to connect to MS SQL 2008. Source code is below error. Application =========== ...
by cdmmaui
Fri Jun 27, 2014 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 14699

Re: LIMITAR REGISTROS CON ADO

LIMIT no esta soportado por todos los motores de base de datos.
En el caso de MSAccess, puedes usar
SELECT TOP 1 * FROM fichadas WHERE ...
by Biel EA6DD
Fri Feb 21, 2014 9:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIMITAR REGISTROS CON ADO
Replies: 2
Views: 371

Re: xHarbour issue: seeking ideas

Tim, So, either the xHarbour code sets some type of buffer limit, or times out during the transmission. Or, it could be memowrit(), memoread(), and/or the editor you are using. Either of them could be stumbling on an unseen character. I would process ...
by James Bott
Fri Feb 21, 2014 2:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2909

Re: xHarbour issue: seeking ideas

... my Harbour / MSVC build reads the full XML transmission, which is about 25 KB in length. So, either the xHarbour code sets some type of buffer limit, or times out during the transmission.
by TimStone
Fri Feb 21, 2014 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2909

LIMITAR REGISTROS CON ADO

... la cosa es así si lo hago y no hay problemas "SELECT * FROM FICHADAS WHERE FECHA = #"+DTC(XFECHA)+"# " PERO SI LE AGREGO "LIMIT "+STR(1)","STR(100) Me da error... alguna sugerencia sobre como usar limit en la consulta.. aclaro que lo que debo hacer es limitar ...
by juan carlos bellucci
Thu Feb 20, 2014 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LIMITAR REGISTROS CON ADO
Replies: 2
Views: 371

Re: Bug in TDialog title

... caption with more than 140 characters B. - Check that the caption does not have more than 140 characters No, the problem is that there is no such limit in the size of a dialog title (Windows API docs don't mention any limits). The current limit is only the result of a bug in cDlg2Chr() function. ...
by Enrico Maria Giordano
Sat Feb 15, 2014 10:59 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TDialog title [Solved]
Replies: 35
Views: 6999

How to work with Blowfish encryption

... ) where MyField must be a char field. If encrypting a memvar, use SUBSTR(MyMemvar,1,7) in the code to provide the proper 7 char data limit for data going into an 8 char field. For larger fields/memvars (that will be saved to fields), all with lengths that are some multiple of 8, then ...
by Roger Seiler
Mon Jan 06, 2014 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1785

Re: VPN is slow

If your server is limited to 4mb then your client is also limit to the same. There are many thinga involved when running on a network (opened in share mode) that makes the slow connection much more evident. Keep in mind that you are ...
by Gale FORd
Sun Dec 15, 2013 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: VPN is slow
Replies: 14
Views: 4647

no puedo obtener todos los registros via ODBC MYSQL y ADO

Hola, Usando MySQL con ADO via ODBC y Fivewin no puedo recuperar más de 1969 registros (añadiendo LIMIT 1969). Si hago oRs := FW_OpenRecordSet( oConexion, "select * from mitabla"), en el oRs objeto obtengo: 0 IAccessor VERDADERO 1 IChapteredRowset VERDADERO 2 IColumnsInfo ...
by lucasdebeltran
Mon Nov 25, 2013 2:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no puedo obtener todos los registros via ODBC MYSQL y ADO
Replies: 0
Views: 600

can´t retrieve all records via MySQL over ODBC

Hello, Using MySQL over ADO via ODBC and Fivewin functions I can´t retrieve more tan 1969 records (adding LIMIT 1969). If I issue oRs := FW_OpenRecordSet( oConexion, "select * from mytable"), I get in the oRs object: 0 IAccessor VERDADERO 1 IChapteredRowset VERDADERO ...
by lucasdebeltran
Mon Nov 25, 2013 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: can´t retrieve all records via MySQL over ODBC
Replies: 5
Views: 1267
PreviousNext

Return to advanced search