Search found 741 matches: logic

Searched query: logic

by nageswaragunupudi
Wed Jan 29, 2025 7:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: dialogo resizable desde recursos?
Replies: 14
Views: 29919

Re: dialogo resizable desde recursos?

... de diálogo más complejos con carpetas, xbrowse, etc?

Gracias, tks.

Regards, saludos.

xbrowse - yes
folders? No. We need to still improve the logic, to handle folders.

I think you have other alternatives in mind.
Please post one working sample like the one above and we will be glad to learn ...
by karinha
Tue Jan 28, 2025 1:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Color de fondo y texto a los campos TEXTO (MEMO)
Replies: 5
Views: 824

Re: Color de fondo y texto a los campos TEXTO (MEMO)

... BLACK ,CLR_HCYAN BORDER SIZE 195,10
@ 13, 03 SAY "7 Chr PICT '@K@!@S10' 24" OF oDlg COLORS CLR_BLACK ,CLR_HCYAN BORDER SIZE 195,10
@ 14, 03 SAY " Logic 'T/F or Y/N' 1" OF oDlg COLORS CLR_BLACK ,CLR_HCYAN BORDER SIZE 195,10
@ 15, 03 SAY " Chr PICT '@S5'and !EMPTY() 20" OF oDlg COLORS CLR_BLACK ,CLR ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4826

Re: Using new Class TDeepSeek for documenting

... or EditBrowse based on parameters)

96. Delete( lMsg )

Description: Deletes the current record from the data source.

Parameters:

lMsg: LOGICAL - .T. to display a confirmation message box before deletion, .F. for silent deletion.

Return Value: OBJECT - Returns the TXBrowse object (Self ...
by Antonio Linares
Fri Jan 17, 2025 11:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4826

Re: Using new Class TDeepSeek for documenting

... The status of the event (e.g., pending, completed).

16. **`nMinutes` (NUMERIC)**
The duration of the event in minutes.

17. **`lRemember` (LOGICAL)**
A flag indicating whether the event should be remembered or highlighted.

18. **`lND` (LOGICAL)**
A flag indicating whether the event is ...
by Antonio Linares
Fri Jan 17, 2025 10:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4826

Re: Using new Class TDeepSeek for documenting

... Code block)
- **Description:** A code block that defines the action to be executed when the button is clicked. This block typically contains the logic that should run in response to a button click event.

2. **`lDefault`**
- **Type:** Logical (Boolean)
- **Description:** Indicates whether the ...
by vilian
Mon Dec 30, 2024 2:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 40
Views: 17951

Re: Lost connection to MySQL server during query

Yes,
You can use bOnLostServer

* FWMariaConnection:
Reconnection logic improved when the app loses connection to the server.
New data bOnLostServer: If this codeblock is specified, it is called when the
application loses connection with the server.

Is there any way I can change the error message ...
by Antonio Linares
Wed Dec 18, 2024 10:57 pm
Forum: latest AI news
Topic: AI Agents
Replies: 1
Views: 581

Re: AI Agents

https://x.com/MarceloPLima/status/1869389842054025382
Watch Nadella describe SaaS apps as nothing more than a CRUD database with some business logic, but once the business logic moves to AI agents, SaaS is over
by Silvio.Falconi
Wed Dec 11, 2024 9:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: using treeview
Replies: 0
Views: 457

using treeview

... OnClick = { || CheckStatus( oTree, oTree:aItems, @atipic ) }

where I save on atipic all items but when I go to save on first colums save the logic (.t. or .f.) and on second column save the name of Main option

function CheckStatus( oTree, aItems,aTipic )
local n
for n = 1 to Len( aItems ...
by Antonio Linares
Sat Dec 07, 2024 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Login with Cloudflare
Replies: 6
Views: 1155

Re: Login with Cloudflare

... applications where you want to minimize overhead.
- Internal tools or RDP setups that don't require public exposure.
- Scenarios where the app logic doesn’t require complex role-based access within the app.

### **When To Reconsider**:
- For applications with highly dynamic, user-specific roles ...
by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 1165

Re: reading DBF from node.js

... for the web.
- **Simple deployment**: Integrates directly with Apache as a module, reducing deployment complexity.
- **Native support for Clipper logic**: Enables leveraging existing Clipper codebases with minimal rewriting.
- **Lightweight**: Good performance for scenarios requiring less demanding ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 3725

Chris Langan Vision of Reality

... between the physical and the
metaphysical in the ctmu physical laws
aren't imposed from the outside they
emerge from the universe's own internal
logic this has profound implications for
understanding Free Will Consciousness
and causality if the universe is indeed
self- simulating then every choice ...
by Otto
Tue Oct 29, 2024 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 682

Adjusting the setup program

... With cargo 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 ...
by Otto
Thu Sep 19, 2024 10:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 1371

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... needing to pass through the SQL layer. This is often more efficient when your data is in formats like DBF and you control how it's accessed.
Custom Logic and Flexibility:
You have more flexibility to design custom logic that is better suited for your specific needs, especially if you're handling data ...
by RAMESHBABU
Mon Sep 16, 2024 1:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: Creando Servicios con Harbour y xHarbour
Replies: 28
Views: 5368

Re: Creando Servicios con Harbour y xHarbour

Dear Mr.Antonio,

I could build the EXE and the service is started.

Where I should insert the Business Logic in the
Loop?

Can you please give me a small example.

I tried like this to test
// Aquí va el bucle principal del servicio
while (ServiceStatus.dwCurrentState == SERVICE_RUNNING ...
by Otto
Sun Sep 15, 2024 9:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 17133

Re: slowness

Dear Enrico,
this is my logic to generate an index file in my PHP4DBF Lib.

I would like to compare this logic with the generation of in-memory indexes in Harbour.
Where can I find the source code? Can you tell me that?

Generating an index:

I first read all records in a loop and write all matches ...