Search found 493 matches: limit

Return to advanced search

Re: Paste in a GET MEMO

The limit is 30000!
by MarcoBoschi
Tue Aug 28, 2012 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste in a GET MEMO
Replies: 14
Views: 2083

Sockets

... working using the sample file in FWH\Samples. Can someone please give me a sample of how I would do multiple connections? Also, is there a limit on the number of connections that can be made at one time?
by Jeff Barnes
Fri Aug 17, 2012 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sockets
Replies: 1
Views: 578

Re: problem with communication (RS232)

... can not be simultaneously open 4 ports if it is appropriate. And that is a big problem. Do you know if you have the latest versions to the same limit? The problem I have now solved by introducing timer that periodically checks nStatus but I'm not happy about it. I'm looking for a better solution! ...
by mtajkov
Sun Jul 29, 2012 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with communication (RS232)
Replies: 6
Views: 1204

Re: consulta

surGom,

Para hacer lo que requieres sin el array tienes que hacer un query forzosamente.

Ahora hay opciones.

SELECT * FROM <tabla> LIMIT 0

y te traerá la estructura y será instantaneo.

La verdad no entiendo porque no quieres hacer la consulta, alguna situación especial?

Saludos
by wmormar
Mon Jun 18, 2012 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: consulta
Replies: 5
Views: 930

Re: Using ADOCE

... to develop an application. Also, it allows you to distribute your application together with the MySQLMobile as dll or compiled into it without any limit.
by Antonio Linares
Sat Jun 02, 2012 12:02 pm
 
Forum: FiveWin for Pocket PC
Topic: Using ADOCE
Replies: 35
Views: 17224

Re: FiveDBU for 32/64 bits

Antonio,

As far as I know there is no limit to CDX indexes.
I have some files with more than 50 indexes without any problem, all working jus fine.

Thanks for all your work.
by driessen
Thu May 31, 2012 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 78179

Re: FiveDBU for 32/64 bits

... and I really must congratulate you. Great job. A few remarks, if I may : 1. The number of indexes in a CDX-files : it looks to me that there is a limit of 15 indexes. Is that correct ? Can the number of indexes be extended ? 2. How can I order my file with "Natural order" ? 3. An error ...
by Antonio Linares
Thu May 31, 2012 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 78179

Re: FiveDBU for 32/64 bits

... and I really must congratulate you. Great job. A few remarks, if I may : 1. The number of indexes in a CDX-files : it looks to me that there is a limit of 15 indexes. Is that correct ? Can the number of indexes be extended ? 2. How can I order my file with "Natural order" ? 3. An error ...
by driessen
Thu May 31, 2012 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 78179

Re: DLL

... type byte. pOUcharSupProtocol : output. Pointed to 2 byte supported protocol Information. pOUcharInventoryScanTime : output. Point to the time limit for iso 15693’s inventory command. Return : Zero value returned when successful , the GetreaderInfo must return value Zero when succsesful this ...
by kok joek hoa
Fri May 25, 2012 11:27 am
 
Forum: FiveWin for Pocket PC
Topic: DLL
Replies: 59
Views: 100585

Re: Passing variables by reference in nested functions

There is no limit to the number of levels. I slightly modified your first program to demonstrate this. #include "fivewin.ch"function Main()   local xTotal, oTotal, oDlg   xTotal := 10.00   DEFINE DIALOG oDlg   @ ...
by nageswaragunupudi
Thu May 24, 2012 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing variables by reference in nested functions
Replies: 12
Views: 3706

Re: Client Server options

... Server 2012 offers much more possibilities. I post here a part from a paper which encourage me and confirmed my resolution: You are aware of the limitations of DBFCDX in multi user environment. They are required to provide applications to be used by more clients and also over internet. That is ...
by Otto
Wed May 23, 2012 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 27174

ADS Versions

... ( .com, Aug 2010 ) with FWH 12.04 And a second question. I was able to get a product build using Harbour, FWH 12.04, and MSVC 2010. I had to limit it to DBFCDX to work. Can anyone provide documentation on ADS libs for Harbour ( current Five Tech built version ) ? Thanks.
by TimStone
Wed May 16, 2012 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Versions
Replies: 13
Views: 3868

Client Server options

... may have 10 to 20. 1) Using DBFCDX is fine for small peer to peer operations, but how stable is it for larger systems ( and what is the reasonable limit ?) 2) Are there reliable alternatives for DBF Client Server ? Please don't suggest Terminal Services. That is not an alternative at this time. ...
by TimStone
Wed May 09, 2012 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server options
Replies: 78
Views: 27174

Re: Seek first free number

Marc:

I see, with the select command you can do anything (almost), here is an example.

SELECT * FROM YOURTABLE WHERE LDELETED ORDER BY NUMBER LIMIT 1

then modifiy the status (lDeleted) of the selected record and replace all fields.

Regards
by Armando
Tue Apr 03, 2012 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seek first free number
Replies: 5
Views: 1114

Re: Ejemplo xBrowse-MySql?

... ma_arti,ma_des1,ma_fami,ma_pcom,ma_flet,ma_comp,ma_desc1,ma_desc2,ma_desc3,sto_ok,ma_bloqueo FROM exi_suc ORDER BY ma_des1 LIMIT 50") oExi_Suc:GoTop() ahora sip saludos
by jbrita
Mon Apr 02, 2012 1:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo xBrowse-MySql?
Replies: 7
Views: 2061
PreviousNext

Return to advanced search