Search found 22 matches: scripts

Searched query: scripts

by Marc Venken
Tue Dec 10, 2024 11:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Open XLS without Excel
Replies: 11
Views: 895

Re: Open XLS without Excel

... prg and \fwh\source\function\fwxlsxlb.prg
To force these classes, use
REQUEST DRXLSX
REQUEST XLXLIB
as the case may be.
- Interested users can download these libs to \fwh\libs folder,
BUILD??.BAT files provide the link scripts,
To use these libs, remove "rem " before the relevant link script
by Otto
Sun Dec 08, 2024 2:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 621

Re: Login with Cloudflare

... previous need for open, public IPs.

Flexibility and Automation: The installation of cloudflared and the entire configuration can be automated via scripts (PowerShell, Batch). We save time, reduce sources of error, and can quickly roll out changes or expansions.

Additionally, this method eliminates ...
by Silvio.Falconi
Wed Nov 27, 2024 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 16
Views: 3162

Re: scintilla sample - RESOLVED -

... e. the one on the right and the one under Tscintilla do not behave well, i.e. I cannot set them well.
Overall, however, everything is working, the scripts can be executed without using Hb_compile(), as you can see in the video, I use a particular function that reads all the lines for all the fwh ...
by Otto
Tue Oct 29, 2024 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 346

Adjusting the setup program

... and data-*, you can store additional metadata that is not necessary for the primary purpose of the element but useful for business logic.
Usage in scripts: This data can be accessed and used in JavaScript (for data-*) and in Harbour (for cargo) to control logic or store information.

It would be ...
by Otto
Thu Oct 10, 2024 7:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 617

Switching to Web

... on login pages.
- DDoS attacks (Distributed Denial of Service) that can overload the web server.
- Vulnerabilities in web applications (e.g., PHP scripts) that could be exploited through SQL injections or cross-site scripting (XSS).
- Man-in-the-middle attacks on unencrypted HTTP connections (Port ...
by Silvio.Falconi
Wed Sep 25, 2024 6:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: question gdiplus
Replies: 3
Views: 486

Re: question gdiplus

... the coordinates of the previous drawing, let's not sit on the chair and write sentences without providing valid help with instructions and working scripts

> but for oBrush2 take the background brush.
>Or clear the entire drawing area.

I actually asked how to clean the whole area but I didn't find ...
by Cgallegoa
Sat Sep 14, 2024 7:13 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo xbscript
Replies: 2
Views: 420

Re: Ejemplo xbscript

Hola Cesar,

1.- Es muy fácil, pero puede ser tedioso, pues recuerda que dentro de los scripts (así lo he usado durante años sin problemas") no incorporo los archivos include necesarios. Esto significa que la programación via comandos no te va a funcionar, sino la sintaxis de ppo. La razón por la que ...
by Cgallegoa
Fri Sep 13, 2024 2:44 am
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 4716

xHarbour 64 bits y xbScritp - (Solucionado)

... y ya le he dado la vuelta por todos los lados sin encontrar solución.

La mayoría de mis programas hacen uso al máximo de la opción de procesar scripts en tiempo de ejecución por medio de xBscripts.prg, que viene en la carpeta "utils\xbscript" de xHarbour, sin ningún tipo de limitación, siempre y ...
by TimStone
Wed Jul 03, 2024 1:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: EZTexting Send Message
Replies: 8
Views: 879

Re: EZTexting Send Message

... That is a whole other layer of complication, but I may do it.

Here is my complete program which includes logging, and also the ability to do scripts ( which I call from a button on the button bar, where it applies ).

I hope this helps.

Tim


#INCLUDE "hbClass.ch"
#include "hbcurl.ch ...
by JoãoGomes
Wed Jun 12, 2024 3:09 pm
Forum: mod_harbour
Topic: UT Runner
Replies: 3
Views: 2400

Re: UT Runner

Hola @Carles

Soy un viejo programador de Clipper, incursioné en el mundo Delphi, luego en el mundo web, simplemente usando PHP SCRIPTS y modificando y logrando crear algo, luego usando el comercio electrónico, pero nada de mi propia creación como Clipper.

Encontré Harbor hace algún tiempo, pero no ...
by FiveWiDi
Wed May 15, 2024 2:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 6113

Re: Send Emails from Fivewin application

Enrico Maria Giordano wrote:I would prefer to not use external scripts as there is no control over the whole send operation.
+1
by Enrico Maria Giordano
Wed May 15, 2024 2:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 6113

Re: Send Emails from Fivewin application

I would prefer to not use external scripts as there is no control over the whole send operation.
by Antonio Linares
Sat Jan 27, 2024 5:49 am
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 2566

Re: leer y pdf y extraer datos

... También permite incluir recursos externos como imágenes o archivos .ui12.
py2exe: Es una herramienta específica para Windows que convierte los scripts de Python en archivos .exe. Tiene algunas limitaciones, como no soportar Python 3.7 o superior3.
cx_Freeze: Es una herramienta multiplataforma que ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1209

Re: Unicode vs UTF8

... asc 127 are represented by the same single character both in Ansi and Utf8 encodings.
Accented WU characters are encoded with 2 bytes.
Complex scripts like Asian languages use 3 bytes for each character.

utf8 also is one form of Unicode encodings.

Windows uses UTF16LE (Little Endian) encoding ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 5644

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... utilice
REQUEST DRXLSX
REQUEST XLXLIB
según sea el caso.
- Los usuarios interesados pueden descargar estas librerías en la carpeta \fwh\libs,
Los archivos BUILD??.BAT proporcionan los scripts de enlace,
Para utilizar estas librerías, elimine "rem " antes del script de enlace correspondiente.