Search found 225 matches: similar

Searched query: similar

by Otto
Sun Jan 12, 2025 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: talk to your database using natural language
Replies: 1
Views: 7

Re: talk to your database using natural language

... Data Types:
Support for complex data types such as JSON, arrays, or BLOBs.
Timestamps and Logging:
Automatic logging of changes or accesses, similar to relational databases.
Encryption:
Support for native encryption to protect sensitive data.
DBF could have advantages over CSV and MySQL in the ...
by quim_
Tue Jan 07, 2025 4:32 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizaciones automaticas
Replies: 7
Views: 476

Re: Actualizaciones automaticas

... ves una ventanita de conexión que actualiza rápidamente cualquier cambio de version, supongo que al ser aplicaciones 'empaquetadas' con Electron o similar, lo tienen mas facil

En fin, no quiero ser persimista pero creo que vamos asistiendo al asesinato de los exe de libre distribución, en detrimento ...
by Silvio.Falconi
Tue Jan 07, 2025 9:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Touchscreen interface
Replies: 0
Views: 170

Touchscreen interface

... i can display them equally at the same coordinates obviously the buttons will appear smaller in 10' than in a normal pc?

Has anyone created a similar test?


I make a test with but I not Know if it go right

local nSizeWBtn := Int( ScreenWidth() ) /20
local nSizeHBtn := Int( ScreenHeight ...
by Antonio Linares
Sat Dec 21, 2024 1:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: winflector???????
Replies: 2
Views: 291

Re: winflector???????

... de software que permite ejecutar aplicaciones de Windows de manera remota desde otros dispositivos a través de una red local o Internet. Es similar a las soluciones de virtualización o acceso remoto, pero con un enfoque en aplicaciones individuales en lugar de sesiones completas de escritorio ...
by Antonio Linares
Thu Dec 12, 2024 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oauth for dummies
Replies: 10
Views: 643

Re: oauth for dummies

... your project.
Set up OAuth consent screen (fill in basic details about your app).
Create OAuth 2.0 client credentials (choose "Desktop app" or similar).

Once done, you'll get:

A Client ID
A Client Secret

Pseudo-code
PROCEDURE Main()
LOCAL clientId := "YOUR_CLIENT_ID"
LOCAL ...
by TimStone
Mon Dec 09, 2024 10:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT class printer options
Replies: 6
Views: 543

PRINT class printer options

Perhaps someone has had a similar need and found a solution. Let me explain.

My client's computer defaults to Printer A. However, he wants his invoices to go to Printer B with its special paper.

Using the PRINT class, we have 3 options. We can send output directly to the default ( printer A ...
by MaxP
Wed Nov 27, 2024 3:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Select a folder without using the cGetDir function RESOLVED
Replies: 6
Views: 1029

Select a folder without using the cGetDir function RESOLVED

Hi all,

I would like to select a folder using a form similar to that for selecting a file,
not like the one used by the cGetDir function.

A form like the example below

Image

Can someone help me ?

Thanks in advance
Massimo
by karinha
Mon Nov 25, 2024 11:15 am
Forum: FiveWin para Harbour/xHarbour
Topic: ActiveX Equivalentes de funciones FoxPro en Fivewin
Replies: 18
Views: 3287

Re: ActiveX Equivalentes de funciones FoxPro en Fivewin

Si no me equivoco, sólo Visual Fox Pro 7 tiene este comando.

Explica lo que quieres hacer, tal vez haya algo similar en [x]Harbour.

Regards, saludos.
by Antonio Linares
Thu Nov 21, 2024 6:20 am
Forum: latest AI news
Topic: Introducing Galaxy
Replies: 1
Views: 2274

Re: Introducing Galaxy

... en el Lenguaje de Programación Galaxy: Introduce el método de evolución en Galaxy, que permite a los nodos (y redes) adaptarse y evolucionar, similar a los procesos evolutivos naturales.
Concepto de Evolución en Galaxy: Describe cómo la evolución se representa en Galaxy como un proceso donde los ...
by Otto
Mon Nov 18, 2024 10:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 3803

Re: Most powerfull Xbrowser and PDF

... the displayed window content as a bitmap.
Processes and trims the bitmap (DocBmpTrim).
Saves the resulting bitmap as a JPEG.
5. DocBmpTrim(hBmp)
Similar to BmpTrim, but specifically optimized for trimming a bitmap generated from a Word document.
Identifies the document content area and removes ...
by Otto
Thu Nov 14, 2024 5:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 5774

Re: cloud or not cloud

... Traditional database systems like MySQL no longer fit this modern picture and restrict us.

A closed system limits your freedom: MySQL and similar databases constrain our flexibility and inhibit the innovative potential that today’s technologies could enable.

Direct integration of ...
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

... data attribute - Cargo: But in Harbour, with the Say class, I can use Cargo data to attach additional data to the Say object. Isn’t that somewhat similar?

Yes, it’s actually quite similar! In Harbour (and also in xHarbour and FiveWin), the cargo attribute serves a similar purpose to data ...
by Otto
Mon Oct 28, 2024 11:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1807

Re: Preview of the invoice in advance

... feeling a bit frightened. I’m also uncertain about how programming will continue.

https://mybergland.com/fwforum/fw2web.m4a

Our situation is similar to yours. I may have started software development a few years later than you. The first WINHOTEL version was released with FiveWin in 1995 ...
by Otto
Sat Oct 26, 2024 7:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1807

Re: Preview of the invoice in advance

... with PowerShell, so we can set up a server – a series product! – in an hour.

On the other hand, these resellers are often also distributors of similar software and would like to replace us.

If we get our customers accustomed to online solutions in this way, then they’ll want the transition ...
by Otto
Fri Oct 25, 2024 9:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1807

Re: Preview of the invoice in advance

... Simultaneously, a timer starts to check if a response is received from the client.
Response Check in HTML:

In the HTML, a JavaScript INTERVAL (similar to a timer) regularly queries the web server to see if a response has arrived.
Automatic Download:

When the response is ready on the server, the ...