Search found 1543 matches: actual

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

nAvailMem() seems not to be standard. These seems to be ok. cErrorLog += " Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ) + " bytes" + CRLF
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1100

Re: FWH 24.02 y Harbour con BCC7.7

... EndIf ¿Cómo funcionan DbSelectArea() y Select()? " DBSELECTAREA() hace que el área de trabajo especificada se convierta en el área de trabajo actual. Todas las operaciones de base de datos posteriores se aplican a este área de trabajo, a menos que se especifique explícitamente otra área de ...
by FiveWiDi
Tue Mar 05, 2024 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3618

Re: Count xbrowse records

... at the bottom of the Xbrowse I want to insert two buttons to move the records and I want them to be activated only if the record count exceeds the actual display of the Xbrowse @ 148, 320  BTNBMP aBtnBrow[1] ;     RESOURCE "DWN_TBL", "", hBmp, "" ...
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 253

Intercambio de datos entre PC y dispositivo Android en la m

... de ANDROID. Esto es, se encarga de generar todo el HTML para la interfaz de usuario. Para ello me basé y adapté ideas de JMG. (Roberto) SITUACION ACTUAL: No he logrado la comunicación, mi primer aproach el más sencillo, hago una petición $Ajax del lado Cliente y el servidor la recibe, pero al ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 212

Re: Impresoras en Terminal Server

... Bloc de Notas en el Servidor y le das a imprimir, solo te muestra las impresoras que debe mostrarte, incluyendo las redireccionadas de la sesión actual. Por el contrario en nuestra aplicación, en el menú de impresión de un RPREVIEW aparecen todas las de la sección "Devices" del registro ...
by Sebastián Almirón
Thu Feb 08, 2024 10:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresoras en Terminal Server
Replies: 6
Views: 333

Re: Impresoras en Terminal Server

... siendo xx el nº de sesión. En nuestro programa tenemos que tener un sistema por el cual cambiemos el nº de sesión por el valor de la sesión actual, hasta aquí todo normal y como dije antes esto me llevaba funcionando años sin problemas. Lo que ocurre es que las impresoras redireccionadas ...
by Sebastián Almirón
Wed Feb 07, 2024 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresoras en Terminal Server
Replies: 6
Views: 333

Re: DateTime calculation

... unixTimestampMilliseconds  This code assumes myDate contains the Harbour date variable you want to convert. Please replace myDate with your actual date variable. The resulting unixTimestampMilliseconds will be in the format you can use in your URL. Make sure to adjust the code based on your ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 688

Re: Error BASE/1089 Argument error: ABS

... 6 TDIALOG 7 TBRUSH 8 TFONT 9 TREG32 10 TRECT 11 TINTERNET 12 TSTRUCT Memory Analysis =============== 717 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 439

file ID in the Windows file system

... as Administrator. 2. Execute the command: ```cmd fsutil file queryfileid C:\path\to\your\file.txt ``` Replace `C:\path\to\your\file.txt` with the actual path to your file. This will return the File ID in a hexadecimal format. **Considerations:** - **Permissions**: Make sure you have the necessary ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: FW_OpenAdoConnection reconnect

Please check the value of oCn:State. If the value is 0, the connection is closed. If the value >= 1 the connection is open and the actual value depends on the current activity. If oCn is closed we can try reconnect by oCn:Open() This is a sample code to check the connection status and ...
by nageswaragunupudi
Thu Dec 14, 2023 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 538

Re: España: Normativa sancionadora sistemas informáticos

... en un servidor privado o público cuando se habilite la facturación electrónica obligatoria Una simple comparación entre la factura generada actual, con la que se envió en su momento, podrá determinar si fue manipulada Saludos
by Joaquim Ferrer
Sun Dec 10, 2023 4:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 95
Views: 28840

Re: Classe TGif

... size, followed by one or more sub-blocks of data. Each sub-block should start with a byte containing the size of the sub-block, followed by the actual data bytes. The last sub-block should have a size of zero, indicating the end of the image data It should have one or more graphic control extensions ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1659

Re: Subuir un fichero a un servidor

... %header1% --form %form1%  Esto es lo que le envio desde la línea de comandos, pero para conseguirlo he tenido que copiar el fichero en la ruta actual y ejectuar la orden sin path Ahora voy a ver generar el comando y ejecutarlo desde el programa pero lo ideal sería poder hacerlo desde HARBOUR ...
by miarcod
Fri Dec 01, 2023 6:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subuir un fichero a un servidor
Replies: 18
Views: 2286

Re: Convert a print to Rtf or doc

... at the start and end of the program. Important Notes Data Customization: The data provided in the aData array should be adjusted according to actual requirements. HTML Templates: External HTML templates are used for the report. These should be present and correctly formatted. Printing Functionality: ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Convert a print to Rtf or doc

... file format for Word documents, used by Microsoft Word, especially since Word 2007. It replaces the older binary DOC format. DOCX files are actually ZIP archives containing multiple files and folders that collectively represent the entire document. One key file within a DOCX archive is word/document.xml. ...
by Otto
Thu Nov 30, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467
Next

Return to advanced search