Search found 55 matches: persistent

Return to advanced search

Re: ADO RDD xHarbour

... ) Replaces CopyFile() New hb_adordddir( cPath ) imitates the directory() but on a SQL database where table names are with path. next version 1) Persistent recordsets to open huge sets (> 1000000 k) very fast after first opening. (Already on trials) 2) Improved connection parameters such as ...
by AHF
Fri Oct 16, 2015 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449677

Re: DONDE EJECUTAR LA APLICACION

... a las tablas? Para no hacer el mapeo, debemos hacer lo que recomienda Adhemar : WinExec("Net use \\sphmar\Empresas contraseña /user:usuario /persistent:yes",0) SET DEFAULT TO \\sphmar\Empresas excelente x que incrementa la seguridad de nuestros datos, ya no tendríamos una unidad J: donde ...
by ACC69
Tue Jul 21, 2015 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE EJECUTAR LA APLICACION
Replies: 26
Views: 7316

Re: DONDE EJECUTAR LA APLICACION

... a las tablas? Para no hacer el mapeo, debemos hacer lo que recomienda Adhemar : WinExec("Net use \\sphmar\Empresas contraseña /user:usuario /persistent:yes",0) SET DEFAULT TO \\sphmar\Empresas excelente por que incrementa la seguridad de nuestros datos, ya no tendríamos una unidad J: ...
by LuisPonce
Tue Jul 21, 2015 4:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE EJECUTAR LA APLICACION
Replies: 26
Views: 7316

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... (including native type classes) using the flowwing syntax: EXTEND CLASS <SomeClass> WITH DATA|VAR <SomeVar> [SCOPE <Scope>] [<Persistent: PERSISTENT> ] [<Case: NOUPPER>] EXTEND CLASS <SomeClass> WITH METHOD <SomeFunc> EXTEND CLASS <SomeClass> WITH ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2287

MS Visual Studio 2013 / Harbour / FWH !

... easier to build ancillary programs to interface with our primary applications. I wish you all well in studying this capability. Without Antonio's persistent help, it would have not been possible. However, it has happened and we are better for it.
by TimStone
Thu Aug 07, 2014 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio 2013 / Harbour / FWH !
Replies: 7
Views: 2484

Re: NEW CLASS TLayout

When I compile this I get a persistent unresolved external error for _Max, using VS2012 32 bit and harbour. Adding a dummy function _Max() does not clear the error and at least allow it to link, and adding a function Max() throws a conflict ...
by rhlawek
Mon Sep 23, 2013 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NEW CLASS TLayout
Replies: 19
Views: 8251

Re: TXBowse+SqlQuery error when using arrays (solved)

Since I (the user) maps the drive (NET USE T: \\nas2_common\transfer\ /persistent:yes and per GP) there is no need for the FQN and each user just starts the program (a copy of it) from the network. The usage is then simply: USE blah..blah INDEX blah..blah NEW ...
by ellano
Thu Sep 19, 2013 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBowse+SqlQuery error when using arrays (solved)
Replies: 15
Views: 3359

Re: Impresión de LPT1 a USB

Alfredo

Intenta asi:
- Compartir la impresora Ej: LX300
- Colocar en el C:\WINDOWS\SYSTEM32\autoexec.nt Net use LPT1: \\NOMBRE DE PC\LX300 /persistent:yes //Para que la active al iniciar
- En un .BAT poner COPY %1 LPT1 el cual ejecutar desde el programa

Saludos,

Adhemar
by acuellar
Sat Aug 31, 2013 1:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresión de LPT1 a USB
Replies: 7
Views: 1577

Re: ADO RecordSet: Working locally without connecting to Server

... columns of the modified rows. Is all the trouble worth it? And even you do it, can you do it optimally and without errrors at all? With the persistent recordset, you need to do only two operations: oRs:ActiveConnection := <justopened connection object> oRs:UpdateBatch() Ofcourse you ...
by nageswaragunupudi
Sun Aug 04, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet: Working locally without connecting to Server
Replies: 7
Views: 3020

Re: FONT en TMU-220

... la impresora." , si es por el puerto LPT, puedes usar dependiendo del window el comando bajo DOS net use LPTn \\nombre_pc\nombre_imp/persistent:yes y asi puedes acceder a la impresora como si fuese local, saludos... :shock:
by joseluisysturiz
Thu Apr 04, 2013 2:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FONT en TMU-220
Replies: 5
Views: 1105

Re: Temporary Indexes

Probably yes, but keep in mind that they are temporary indexes so you can't use them for the normal persistent indexes.

EMG
by Enrico Maria Giordano
Mon Mar 04, 2013 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Temporary Indexes
Replies: 15
Views: 3210

Re: Comando NET para poner una impresora como predeterminada

devtuxtla,

He usado NET para redireccionar la impresion de un puerto, por ejemplo.

NET USE LPT1: \\mimaquina\miniprinter /PERSISTENT:YES

Pero no para poner una impresora predeterminada.
by wmormar
Thu Jul 12, 2012 4:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comando NET para poner una impresora como predeterminada
Replies: 3
Views: 874

Re: Copy to USB? Argox/Zebra

... and Share printer. 2. Create batch file with the following contents. net use lpt1 /delete net use lpt1 \\%computername%\PRINTERSHARENAME /persistent:yes rem replace PRINTERSHARENAME with the name you used. 3. Create link to batch file in startup folder. Sometimes you may need to add the ...
by Gale FORd
Mon May 28, 2012 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy to USB? Argox/Zebra
Replies: 8
Views: 1665

Re: Impresora de Tickets

instalar la printer en el com1 y la compartes... digamos con el nombre de ticket
luego usas el net use al inicial la pc...
net use lpt1 \\nombre_de_la_pc\ticket /persistent:yes
Salu2
by Willi Quintana
Wed Apr 18, 2012 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresora de Tickets
Replies: 4
Views: 768

Re: UE Studio Config - Harbour 3.0, MSVC, FWH

... arrays - Syntax highlighting - Options: Chose font, encoding and size. I’m still using OEM-font ‘Terminal’ - Make much as possible settings persistent, e.g.: ⋅ xBrowse state, e.g. column width ⋅ Breakpoints ⋅ List of watched variables and expressions ⋅ Partitioning ...
by frose
Sat Dec 31, 2011 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UE Studio Config - Harbour 3.0, MSVC, FWH
Replies: 52
Views: 18851
PreviousNext

Return to advanced search