Search found 55 matches: persistent

Return to advanced search

Re: OT : Problem with this forum?

... the password in your browser so you dont have to type it every time. make sure to check the acp/security settings and make sure you have Allow persistent logins:= Yes Determines whether users can autologin when they visit the board. Persistent login key expiration length (in days): = 0 Number ...
by Marc Venken
Wed Apr 07, 2021 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT : Problem with this forum?
Replies: 65
Views: 5039

Re: Error Harbour y FWH con NET USE.. Antonio?

... con un parche, pero la velocidad del proceso me esta complicando. Cuando llamo al bat, la primera linea es net use LPT1 \\127.0.0.1\BOLETAS /PERSISTENT:YES luego procede a seguir y todo funciona, pero debo esperar a que net use realice el redireccionamiento para hacer lo otros procesos Cree ...
by Adolfo
Mon Sep 07, 2020 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Harbour y FWH con NET USE.. Antonio?
Replies: 2
Views: 667

Error Harbour y FWH con NET USE.. Antonio?

... no lee o reconoce los puertos capturados por NET USE Si hago esto antes de entrar a mi sistema C:\>Net Use LPT1: \\127.0.0.1\NOMBREIMPRESORA /PERSISTENT:YES C:\>Net Use la informacion de captura y redireccionamiento de LPT1 a la impresora si aparece Pero si llamo a NET USE desde adentro ...
by Adolfo
Tue Aug 25, 2020 9:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Harbour y FWH con NET USE.. Antonio?
Replies: 2
Views: 667

Re: Ejecutar llamada a servicio.

... } Y funciona Perfecto.... tengo una impresora de Tickets Esc/Pos compatible que esta redirigida a LPT1 con "Net Use LPT1 \\127.0.0.1\Tickets /persistent:yes" Ahi es donde el servicio imprime el ticket de salida. En definitiva... Si llamo al do.bat desde dentro de mi aplicacion hace todo ...
by Adolfo
Tue Aug 25, 2020 2:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar llamada a servicio.
Replies: 16
Views: 1620

New FTDN February 2020 (FWH 20.02)

... ) --> cUncName. This function introdiced in FWH1805 returns UNC path only when connected. Now enhanced to return the UNC path in case of persistent connections even if not currently connected. * New function FW_NetRmtName( cDrive ) --> cMappedUncName Enhanced version of (x)Harbour's ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4671

Re: Error al sobrecargar un metodo de una clase.

... @<Method>() ) #xcommand EXTEND CLASS <!Class!> WITH <data: DATA, VAR> <!VarName!> ; [SCOPE <scope>] [<persist: PERSISTENT>] ; [<case: NOUPPER>] => ; __clsAddMsg( <Class>():classH, #<VarName>, ; __cls_IncData( <Class>():classH ), ...
by EBM
Fri Nov 01, 2019 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al sobrecargar un metodo de una clase. (Solucionado)
Replies: 6
Views: 732

Re: add one method

EXTEND CLASS <ClassName> WITH [MESSAGE <MessageName>] METHOD <FunctionName>
EXTEND CLASS <ClassName> WITH MESSAGE <MessageName> INLINE <expression>
EXTEND CLASS <ClassName> WITH DATA <MemberName> [PERSISTENT]
by rhlawek
Wed Apr 17, 2019 2:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add one method
Replies: 3
Views: 776

Re: TXTPREVIEW

Si, lo direcciono a un LPT1 mediante un BAT que tiene:
"@echo off
net use lpt1 /delete
net use lpt1 \\ITAL005\epsonfx-890 /persistent:yes
pause"

Lo raro es que hasta el viernes funcionó perfectamente, pero a partir del sábado ya no imprime...
by ltorres
Mon Oct 01, 2018 7:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXTPREVIEW
Replies: 4
Views: 843

Re: FWH 18.03 Dialog Problem (STILL)

... and very small with MariaDB .SQL to recreate the database using xMate.. I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..). I will try to create a small video from compiling to execution where the problem persisted ...
by fraxzi
Fri Jun 01, 2018 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7547

Re: FWH 18.03 Dialog Problem (STILL)

... and very small with MariaDB .SQL to recreate the database using xMate.. I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..). I will try to create a small video from compiling to execution where the problem persisted ...
by nageswaragunupudi
Wed May 30, 2018 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7547

Re: FWH 18.03 Dialog Problem (STILL)

... and very small with MariaDB .SQL to recreate the database using xMate.. I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..). I will try to create a small video from compiling to execution where the problem persisted ...
by fraxzi
Wed May 30, 2018 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7547

Problem with paste in Get

Hello, I've a persistent problem in my applications with the paste of the content of a GET field. When I paste a text in a get field, the text doesn't paste fully, it onnly paste part of the text. For example, in a bank account that ...
by José Luis Sánchez
Mon Apr 30, 2018 2:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with paste in Get
Replies: 8
Views: 1550

Re: Crear una clase y datas a petición

... de ese comando: #xcommand EXTEND CLASS <!Class!> WITH <data: DATA, VAR> <!VarName!> ; [SCOPE <scope>] [<persist: PERSISTENT>] ; [<case: NOUPPER>] => ; __clsAddMsg( <Class>():classH, #<VarName>, ; __cls_IncData( <Class>():classH ), ...
by Antonio Linares
Wed Dec 20, 2017 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear una clase y datas a petición
Replies: 9
Views: 1207

Re: Creating an XML file

Thank you all. Understood. Object responceXML empty (the site does not support header to text/xml) so the persistent xml file was also empty.
by Natter
Thu Jul 27, 2017 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an XML file
Replies: 9
Views: 1957

Re: ADO RDD xHarbour

... are most welcomed! New features: 1) ADO_EXIT called internally to close all tables and connections whe exit the app. 2) Gave up the idea of persistent recordsets to open huge sets because the difference speed in opening its completely lost closing it( saving it) instead I ve made a new set. ...
by AHF
Mon Oct 19, 2015 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448325
Next

Return to advanced search