Search found 77 matches: sethandlecount

Return to advanced search

New Version of FiveWin 20.02

All, I just purchased a renew and received my copy of FiveWin 20.02 for Harbour. I am using Borland C++ 7.0. I tried using my mak file and got errors, I modified it based on build.bat and got errors. I replaced it with build.bat and got the following: Borland Resource Compiler Version 5.40 Copyright...
by byron.hopp
Thu Mar 31, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of FiveWin 20.02
Replies: 3
Views: 336

Re: add fields to existing dbf

... " veldnaam(max10)+N of C+99+9 ?" local cBmpfile:= "question.bmp" set filter to SetDeskWallPaper( "Fivewin.bmp" ) SetHandleCount(75) // to open until 75 files at a time set century on set date british set epoch to 1950 set deleted on if MsgGet( ctitle, cText, @cgroep, ...
by jds
Thu Jul 23, 2020 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add fields to existing dbf
Replies: 7
Views: 1085

Re: abrir 2 xbrowses simultaneos

... SET DATE FRENCH SET CENTURY ON SET EPOCH TO 1970 SET EXCLUSIVE OFF SET DECIMALS TO 2 SET CONFI ON SET DELE ON SET _3DLOOK ON SetHandleCount(80) REQUEST HB_Lang_ES REQUEST HB_CODEPAGE_ESWIN HB_LangSelect("ES") xporcen:=1.05 sele 2 use .\RUBNOM index .\RUBNOM EXCLUSIVE ...
by pedroluis
Tue May 29, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir 2 xbrowses simultaneos
Replies: 13
Views: 2664

strange error on index with ftp

... REQUEST DBFCDX REQUEST DBFFPT EXTERNAL ORDKEYNO,ORDKEYCOUNT,ORDCREATE,ORDKEYGOTO FUNCTION Main() PUBLIC oApp RddSetDefault( "DBFCDX" ) SetHandleCount( 100 ) SET DATE FORMAT "dd-mm-yyyy" SET DELETED ON SET CENTURY ON SET EPOCH TO year( date() ) - 20 SET MULTIPLE OFF SetBalloon( ...
by Silvio.Falconi
Thu Mar 22, 2018 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error on index with ftp
Replies: 5
Views: 831

Re: multiple defintions, forst defined here

I changed the folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below he...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19716

Re: multiple defintions, forst defined here

... TO MAIN WINDOW NMAINEVID := ADDHANDLER(HMAINWND, {|NEVENT| MAINEVENT(NEVENT)}) // ADD HANDLER BLOCK SETCARET(SC_FULL_BLOCK) HIDECARET(HMAINWND) SETHANDLECOUNT(125) // SET HANDLES IF !OPENFILES(1) SETCURSOR(HAROW) SAYERR("COULD NOT REOPEN FILES SHARED!") QUIT END C4W_AUTOCLOSE(.F.) ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 19716

Re: lentitud tremenda en red

... NO activas ningún "set filter to..." en las consultas xbrowses No tenemos filtros. 4. En un PRG principal inserta la siguiente línea: sethandlecount(180) Se supone que sethandlecount(180) sólo es para Clipper, no para Harboour ¿?. Muchas gracias.
by joseluispalma
Fri Mar 11, 2016 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud tremenda en red
Replies: 20
Views: 5348

Re: lentitud tremenda en red

... 3. Comprueba que NO activas ningún "set filter to..." en las consultas xbrowses 4. En un PRG principal inserta la siguiente línea: sethandlecount(180) suerte. Un saludo. LORENZO
by Loren
Fri Mar 11, 2016 7:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud tremenda en red
Replies: 20
Views: 5348

Re: Necesito Ayuda!!!!!

... function GFL() local oBar SET DATE TO BRITISH SET DELETE ON SET CONFIRM ON SET 3DLOOK ON SetHandleCount(99) REQUEST DBFCDX RddSetDefault("DBFCDX") DEFINE WINDOW oWnd FROM 1, 5 TO 20, 75; TITLE "Prueba" MENU BuildMenu() ...
by willy1701
Thu Jan 01, 2015 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito Ayuda!!!!!
Replies: 24
Views: 4644

Re: programa ejecutable EXE

... ITALIAN // formato dd-mm-yyyy SET DELETED ON // Impedir ver registros marcados borrar SetCancel( .F. ) // Inutiliza ALT + C para abortar programa SetHandleCount( 100 ) // M ximo n§ ficheros abiertos REQUEST DBFCDX RDDSETDEFAULT( "DBFCDX" ) //SET _3DLOOK ON SET 3DLOOK ON //SET RESOURCES ...
by edgar
Sat Nov 29, 2014 3:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: programa ejecutable EXE
Replies: 11
Views: 1706

Re: error SetHandleCount

Antonio Linares wrote:Carlos,

Es como te indica William. No se usa en 32 bits :-)


Hola Antonio, y en 64Bits ?

Estoy obteniendo un mensaje "Max files handles permited : ( SetHandleCount() ) 0

FWH64 , VS 2012

Saludos
by Vikthor.Thomas
Thu Feb 13, 2014 3:49 pm
 
Forum: FiveWin para Pocket PC
Topic: error SetHandleCount
Replies: 4
Views: 2127

Windows 7

... problemas en el XP. Los probe en Windows 7 (Ultimate) y se presenta el problema de "demasiados ficheros abiertos". La duda es simple, el SetHandleCount no responde en el 7 como si lo hace en XP. Disculpen la ignorancia, soy programador "de oido", si alguien puede pasarme algun ...
by jjbrando
Wed Apr 18, 2012 1:38 am
 
Forum: FiveWin para CA-Clipper
Topic: Windows 7
Replies: 3
Views: 1934

Re: Calculadora Calculator

... "common.ch" static oWnd function main() local nResultCalculadora:=0 HB_Langselect("ES") HB_SetCodePage("ESWIN") setHandleCount(50) set 3DLOOK ON // Fuentes de Texto public oFont, oFontDoble, oFontDobleN DEFINE FONT oFont NAME "MS Sans Serif" SIZE 0,-14 ...
by Verhoven
Tue Jan 11, 2011 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Calculadora Calculator
Replies: 60
Views: 16841

Re: error SetHandleCount

Carlos,

Es como te indica William. No se usa en 32 bits :-)
by Antonio Linares
Wed Nov 10, 2010 9:37 am
 
Forum: FiveWin para Pocket PC
Topic: error SetHandleCount
Replies: 4
Views: 2127

Re: error SetHandleCount

Hola wmormar:

En primer lugar gracias por tu interes y creo que tienes razon ya que lo he quitado y si funciona a ver cuando use varias bases a la vez si no me da error.

Un saludo

Carlos
by colthop
Wed Nov 10, 2010 6:13 am
 
Forum: FiveWin para Pocket PC
Topic: error SetHandleCount
Replies: 4
Views: 2127
Next

Return to advanced search