Search found 497 matches: limit

Return to advanced search

... user I would call my developer and ask him WHY it is that my email does not fit in to the FIXED lenght GET the developer provided me. Why would we LIMIT the user in typing ONLY the digits we let them to? Why don't you ask some of your users what they think? Believe me James, I do! ;-) No hard feelings. ...
by Patrick Mast
Sun Aug 24, 2008 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button in GET problem
Replies: 19
Views: 4395

Thanks for the quick resoponse. I use "This is a" + CRLF + "multiline tooltip" + CRLF + "test" but there seems to be a limit on the amount of text. In 16bit never had a problem. Now the larger tooltips flash off and on until I make them smaller. I put one of my larger tips in tooltip.prg ...
by hag
Mon Aug 11, 2008 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change tooltips..how?
Replies: 5
Views: 891

... given the large infrastructure I am in. I am moving closer and closer to deploy once and run anywhere ( holy grail ) and I think I have pushed the limit of client\server and Win32. This last project ( as you know ) had to launch from a intranet web page .. which meant the exe had to be self contained ...
by Rick Lipkin
Sun Aug 10, 2008 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reseditor ??
Replies: 8
Views: 1928

Incredible!

Linares, and the right alignment with number values? The limit of end of get at button it's ok too?
by JC
Thu Aug 07, 2008 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.08 - New ACTION clause for GETs
Replies: 28
Views: 4268

... bitmaps. ( For that matter, why only bitmaps? Why cant we have any picture or animgifs in the cells? ). To be honest, I too share those wishes. No limit for our wishes and I hope Mr Antonio is capable of fulfilling them :)
by nageswaragunupudi
Fri Jul 25, 2008 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse merged cells
Replies: 10
Views: 3001

... clients). Upto 5 users the performance is quite good and over 6 users the performance keeps falling rapidly with the number of users. This 6 users limit is something known to me for years even from the earlier DOS days. If we are not getting this performance, its a matter of the kind of network ...
by nageswaragunupudi
Thu Jul 24, 2008 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse very slow in network with big databases (solved!)
Replies: 34
Views: 8213

... clearly soluble. I don't think that writing xBase fiveWin / FiveLInux code that will run on both platforms is that difficult if one is prepared to limit oneself to the more standard GUI elements that are supported as standard under FiveLinux. I don't think much would need to be done to my code ...
by xProgrammer
Wed Jul 23, 2008 10:31 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and MySQL
Replies: 13
Views: 5820

... remoto, demora 105 segundos, y con el where demora 0.1 segundos. O sea, abrir la base de datos solo con los datos que se necesitan. o poner un limit....
by pymsoft
Wed Jul 23, 2008 8:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estoy hecho un lio con adordd
Replies: 11
Views: 3147

Harbour- what’s new

... fields like: AUTOINC (+), ROWVERSION (^), TIME (T), 301 DAYTIME (@/T), MODTIME (=), binary integers with fixed decimal places, etc. 302 - removed limit for maximum size of relation string expression added xHarbour compatibility library: xhb. It emulates many of xHarbour 324 behavior which cannot ...
by Otto
Sun Jul 06, 2008 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour- what’s new
Replies: 1
Views: 845

Borland Resource Workshop

It seems that I just reached a BRW limit: adding a new dialog I get "New field instance failed".

Any ideas on a possible solution other than splitting the RES file?

EMG
by Enrico Maria Giordano
Sat Jul 05, 2008 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland Resource Workshop
Replies: 3
Views: 949

... I updated. The current version does indeed have the correct information, in that the explanation for Memoread() makes no mention of any text size limit. Sorry to waste everybody's time on this! I just need to pay more attention to the file date (in the name) when I open it up. - Roger
by Roger Seiler
Sun Jun 29, 2008 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Char string size limit still 64k?
Replies: 9
Views: 1880

Patrick,

4GB is the max amount of memory that can be addressed in 32 bits. Its not a Harbour limitation. Its a 32 bits architecture limitation.

Such limit does not exist in 64 bits, but again, it has another limit, though much higher.
by Antonio Linares
Sun Jun 29, 2008 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Char string size limit still 64k?
Replies: 9
Views: 1880

Re: Char string size limit still 64k?

Hello Roger, I had previously understood that in 32 bits we don't have the 64k size limit for a char string that we had in 16 bits. However, I saw in the xHarbour documentation for Memoread() that there still is a 64k size limit for a char string in xHarbour. I just ...
by Patrick Mast
Sun Jun 29, 2008 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Char string size limit still 64k?
Replies: 9
Views: 1880

Roger, Here you have a working sample that shows that there is no limit (up to 4GB or available memory) for MemoRead(): function Main() local cText := Replicate( "This is a test", 10000000 ) MsgInfo( Len( cText ) ...
by Antonio Linares
Sun Jun 29, 2008 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Char string size limit still 64k?
Replies: 9
Views: 1880

Roger,

Whether there is a limit or not, I don't know.

In FiveWin or Clipper 16 Bit, the limit was indeed 64K.

In Fivewin for Harbour/xHarbour the limit exceeds for sure 1 MB (I already used a variable containing more than 1 000 000 characters.
by driessen
Sun Jun 29, 2008 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Char string size limit still 64k?
Replies: 9
Views: 1880
PreviousNext

Return to advanced search