Search found 492 matches: limit

Return to advanced search

Browse completo con mysql

... 3307 ) IF oo:lConnect ? 'Connected !', '<b>Versión RDBMS MySql', oo:Version() ELSE ? oo:cError ENDIF cSql := "select * from contrib limit 5" IF !empty( hRes := oo:Query( cSql ) ) ? '<br><b>Total Select: </b>', oo:Count( hRes ) aData := oo:FetchAll( hRes ) endif ...
by Adolfredo Martinez
Sun Mar 07, 2021 10:54 pm
 
Forum: mod_harbour
Topic: Browse completo con mysql
Replies: 1
Views: 467

Re: Seleccionar primer y ultimo registro de una consulta.

hOLA,

SELECT * FROM tabla ORDER BY reg_control LIMIT 1 // 1er registro
SELECT * FROM tabla ORDER BY reg_control DESC LIMIT 1 // ultimop registro

donde reg_control es un campo tipo autonumerico
by Willi Quintana
Fri Feb 26, 2021 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Seleccionar primer y ultimo registro de una consulta.
Replies: 6
Views: 593

Re: Imágenes en una DBF

DBF has file size limitation of 2 GB. ADS removed this limitation even for DBFs. Our colleagues who are using DBFs for this purpose are aware of these limitations and their volumes are within 2 GB. When we program for Corporate clients, ...
by nageswaragunupudi
Thu Feb 18, 2021 10:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 2328

Re: Imágenes en una DBF

DBF has file size limitation of 2 GB. ADS removed this limitation even for DBFs. Our colleagues who are using DBFs for this purpose are aware of these limitations and their volumes are within 2 GB. When we program for Corporate clients, ...
by hmpaquito
Thu Feb 18, 2021 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 2328

Re: Limitar input por caracteres y no por espacio

Hi, sorry for the delay. redefine EDIT gnum var vnum id 4002 of d_loc2 UPDATEgnum:setlimittext(10) It gives me this error while compiling: Error E0030 Syntax error "syntax error at 'EDIT'" If I put away the UPDATE statement, It's compile fine, but ...
by nlerdafehn
Thu Feb 04, 2021 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitar input por caracteres y no por espacio
Replies: 7
Views: 713

Re: FUNCION XEDIT DE FWH

... You will find many other featues, if you keep exploring. Please also note that the dialog is made on scroll panel and therefore there is no limit for the number of fields. This dialog also provides for navigation of the database.
by nageswaragunupudi
Thu Feb 04, 2021 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FUNCION XEDIT DE FWH
Replies: 5
Views: 679

Re: problems after update to MacOs 11.1 (Big Sur)

to force minimum version to compile add this flag :
-mmacosx-version-min=10.12 ( for 10.12 for sample )
This limit your app to macox10.12 and higher.
I use 10.13 if you need to know if an app works, I have no problem testing it.
cheers.
by mastintin
Mon Jan 25, 2021 7:58 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2529

Re: How to show a large text

If we have more 30000 bytes, memoedit readonly does not show.

If you are using FWH2006, even larger text is displayed without any limit.
(Note: MEMOEDIT function is renamed as FW_MEMOEDIT)
by nageswaragunupudi
Thu Dec 31, 2020 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show a large text
Replies: 17
Views: 2491

Re: Refrescar Recorset Tiempo Ejecucción

... a medida que va creciendo la base de datos, por lo que requiero únicamente cargar al inicio de la aplicación algunos registros, puede ser usando LIMIT o un WHERE, dependiendo del mes activo o el id del cliente... etc... Por lo que requiero hacer algo similar a una paginación para que los recorset ...
by leandro
Thu Nov 19, 2020 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Refrescar Recorset Tiempo Ejecucción
Replies: 6
Views: 1707

Dbf to Sql

... table. With do while !eof(). There're 35000 records. All the records went read, but in the table only a few are inserted. I try with the clause limit 1,35000, just for testing and nothing happened. Best regard Thank you. Enviado desde mi Redmi Note 8 Pro mediante Tapatalk
by rubenfernandez01
Fri Aug 21, 2020 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf to Sql
Replies: 1
Views: 448

De dbf a sql

... la tabla e inserto cada registro en la tabla mysql. Con reccount() verifico que pase por todos, pero no los ingresa todos. Solamente unos 100. Uso LIMIT 1, 35000. Con otros dbf de menos registros no pasa. Como puedo solucionarlo? Gracias. Enviado desde mi Redmi Note 8 Pro mediante Tapatalk
by rubenfernandez01
Fri Aug 21, 2020 3:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De dbf a sql
Replies: 4
Views: 664

Re: Something similar to EM_LIMITTEXT but to control height?

Anyone has any solution to limit the number of lines?

TIA
by hua
Tue Aug 04, 2020 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Something similar to EM_LIMITTEXT but to control height?
Replies: 3
Views: 603

Adding a real time character count to a memo field dialog bx

... fields that I have to make sure the character count does not exceed the maximum table field length .. The reason I want to enforce a strict field limit is the text will eventually fit into an program generated e-mail. I do not want someone writing a 1000 char message that I have to format in a ...
by Rick Lipkin
Mon Jul 20, 2020 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a real time character count to a memo field dialog bx
Replies: 7
Views: 902

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 Silvio.Falconi
Mon Jul 06, 2020 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 2119

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 Silvio.Falconi
Mon Jul 06, 2020 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bad calculation prices for days
Replies: 13
Views: 2119
PreviousNext

Return to advanced search

cron