... +.\obj1\YESNO2.obj +.\obj1\SAVEENV.obj +.\obj1\GINKEY.obj +.\obj1\BLANK4.obj +.\obj1\RAND.obj +.\obj1\SHADOWB.obj +.\obj1\BOXTITLE.obj +.\obj1\NETUSE.obj Como hago para que me lo deje en una sola linea, asi +.\obj1\COLORSET.obj +.\obj1\COLORS.obj +.\obj1\COLORPAL.obj +.\obj1\YESNO2.obj +.\obj1\SAVEENV.obj ...
James SELECT 9 IF NETUSE( xVol+"\DBTMP\"+CustDbf+".DBF", .T.,5) Index on CustName TAG CustName Set Order to Tag CustName ELSE CLOSE DATABASES FERASE( xVol+"\DBTMP\"+CustDbf+".DBF") FERASE( xVol+"\DBTMP\"+CUSTDBF+".CDX") ...
... archive a class and connected to another class (txdata) which in turn is encapsulated in the tdatabase class. In dos in the old clipper I used the netuse () function successfully and all these problems have never been there because you can not use a similar function even in the window? Maybe in ...
... 86 and then I purchased the Clipper Summer 87 ( I also have the 4 original floppy dishes 5 1/4) of Nuntucket. On dos it seem too easy I used Netuse made from super lib or Platet lib or another lib I not remember good and it run ok on Network with no problems When moving to FWHon 1992 (I purchade ...
... I never trusted to manage the archives in a local network for the countless problems that there are... It's not so easy . I created a "Netuse" type function but a little different management in order to open a dbf in specific folders I have a difficult situation. it's not easy ...
... ) Also ( and some people may argue with me ) .. when I open a .dbf I specify it with the clause via "DBFCDX" Here is my Netuse() function that works quite well for me .. not as sophisticated as yours but perhaps you can review and consider how I am opening a dbf. Also ...
... Terminated at: 2012.05.20 17:45:58 Unrecoverable error 1010: hb_cdxIndexPageRead: Read index page failed. Called from DBUSEAREA(0) Called from NETUSE(1803) in client2.prg Called from OPEN_DB(214) in client2.prg what could have contributed to this kind of unpredictable error ? Kindly help. Thanks ...
... tables I would use this syntax use ( "table.dbf" ) via "DBFCDX" .. you left out the via clause 3) I supplied a function called NetUse() and you can easily adapt it to open your databases in either Shared or Exclusive mode. In a multi-user network environment you will also need ...
Dear MR.Harvey, How do I use an alias with netuse() ? You will have to modify the Function NetUse() to accept one more parameter cAlias. After that you may modify the following code in the NetUse() IF LOPENMODE ...
Dear Mr.Otto, Normally I don't use Select while opening a DBF, instead I use the clause NEW in the Function NetUse() which is very much similar to what Mr.Rick has already posted above in this post. Using NEW clause will avoid errors of Selecting a workarea which is already used ...
... regular xBase command to open the Dbf For eg: Select 1 Use Customer Select 2 Use Invoice You should open the Dbf in shared mode using the Function NetUse() (the second parameter should be .F.) select 1if netuse( "Customer.dbf", .f.,5 ) // database, .t. for exclusive lock, .f. ...
... use the associated function(s) whether I use it on a network or on a local machine that is a single user. Here is a set of functions you can use : NetUse() Addrec() RecLock() // netuse select 1 if netuse( "test.dbf", .f.,5 ) // database, .t. for excluse lock, .f. for shared, 5 for time-out ...
if NetUse("\ml2004\unidad",.t. ) ****aca me da el error en esta linea OrdListAdd("\ml2004\unidad","codigo","familia") DATABASE oDbfFp oDbffp:Load() else MsgStop( "Fichero UNIDAD ...