Search found 493 matches: limit

Return to advanced search

RESOLVED: OT: URGENT - Need Input

... problem. The problem occurs as a result of user rights granted on the server to the various workstations. Some IT people setup various rights and limit what certain users can do. People who had an Administrator profile were able to connect successfully. People who had a more limited profile could ...
by TimStone
Fri Nov 08, 2013 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: URGENT - Need Input
Replies: 21
Views: 5371

limiting the numbers of instance of Winword

I was just wondering is there a way, maybe in the Registry, to limit open instances of programs such as WinWord or Excel I have at school computer with small memory and the boys founded the mode to block any pc opening many instances of winword I want to ...
by Silvio.Falconi
Mon Nov 04, 2013 11:20 am
 
Forum: Off Topic / Otros temas
Topic: limiting the numbers of instance of Winword
Replies: 3
Views: 746

Re: Error system not working ?

... and test. Incidentally, quite a while ago I added a few lines of code to my version of errsysw in order to retain prior error log info up to a limit of 55K. This is very useful when looking for a pattern in related errors. I highly recommend this modification:    // If an Error.log already ...
by Roger Seiler
Wed Oct 23, 2013 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error system not working ?
Replies: 18
Views: 3502

Re: Problem with TGET class in FWH 13.08

James, One interesting point RE spaces. With (x)Harbour we limit the length of the input by padding any data with spaces so we often have spaces at the end of the text. I tried a standard Microsoft Windows app (Outlook Express) and by default the fields ...
by Enrico Maria Giordano
Tue Oct 01, 2013 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5812

Re: Problem with TGET class in FWH 13.08

One interesting point RE spaces. With (x)Harbour we limit the length of the input by padding any data with spaces so we often have spaces at the end of the text. I tried a standard Microsoft Windows app (Outlook Express) and by default the fields have ...
by James Bott
Tue Oct 01, 2013 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TGET class in FWH 13.08
Replies: 26
Views: 5812

Re: Converting CVS files

... on using Visual Foxpro to access DBF files over 2gb. Advantage can preserve the DBF file format while allowing the table to grow beyond the 2GB limit of the FoxPro driver. Advantage does this by using a 64-bit unsigned integer to calculate the file offsets, while VFP uses a 32-bit signed integer. ...
by Gale FORd
Fri Sep 06, 2013 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: Converting CVS files

Gale, I think as long as you open dbf exclusive on local NTFS formated drive it will work. I think the limit is based on locking scheme and/or directory structure. So, are you saying that it will work to import the data, but you can't use such a large file in a multi-user ...
by James Bott
Fri Sep 06, 2013 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: Converting CVS files

I think as long as you open dbf exclusive on local NTFS formated drive it will work. I think the limit is based on locking scheme and/or directory structure.
by Gale FORd
Fri Sep 06, 2013 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: Converting CVS files

I don't think the 4GB limit for a DBF is still valid with Harbour. I wrote a little program to begin testing it and easily created a 7GB DBF. REQUEST DBFCDXFUNCTION MainLOCAL hCsvLOCAL cLineLOCAL nI := 0RDDSetDefault( "DBFCDX" ...
by ADutheil
Fri Sep 06, 2013 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: Converting CVS files

1 million records? The dbf with 7908 bytes per record would not hold that many before crashing. It would not hold much more than 500,000 records before reaching the 4gb limit.
by Gale FORd
Thu Sep 05, 2013 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: XBROWSE RESTRINGIR MULTISELECT

Ariel wrote:hola a todos,
alguien sabe como puedo controlar la multiseleccion en un xbrowse con :

oBrw:nMarqueeStyle:= MARQSTYLE_HIGHLWIN7
oBrw:lMultiSelect := .t.

x ejemplo, que no pueda elegir mas de 5 items ?

Gracias,
Salu2, Ariel.

You can choose any number of rows. There is no limit.
by nageswaragunupudi
Thu Sep 05, 2013 2:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE RESTRINGIR MULTISELECT
Replies: 19
Views: 5292

Re: Converting CVS files

... empty all together. So even if you split the csv file in half, there is a possibility that when it is appended into dbf, the dbf could be over 4gb limit. If you take 4gb and divide it by 7908 you get somewhere around 500,000 records. So if 1/2 of the csv file contains more than 500,000 records, ...
by Gale FORd
Wed Sep 04, 2013 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: Converting CVS files

... to do with locking scheme using recno()+offset. I also found this from Advantage support page: Beginning with Advantage 8.0 the artificial 4 GB limit was removed. To use this feature only the server needs to be upgraded. When using DBF tables over 4GB in size, you must use Advantage Proprietary ...
by Gale FORd
Sun Sep 01, 2013 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting CVS files
Replies: 46
Views: 20583

Re: Internet Date

... sntp.lib *sntp ,sntp.txt and you will get sntp.obj, the 'sntp.obj' is use Borland C++ 5.5 to compile and you can link into your winApp not limit harbour or xharbour. and you can get 'tsntp.prg' source code from my website!! ---8<-----------------------------------------------------------------------
by ssbbs
Sat Aug 17, 2013 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internet Date
Replies: 35
Views: 9580

Re: Internet Date

...   PadL( ::nMinute, 2, "0" ) + ":" +;        PadL( ::nSeconds, 2, "0" ) I can not see errors for this limit and i think that probably the snpt.lib in tsntp.rar contain the GetSntp() linkable to the xharbour object but it is created with the limit, for ...
by Ugo
Mon Aug 12, 2013 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internet Date
Replies: 35
Views: 9580
PreviousNext

Return to advanced search