Search found 180 matches: processed

Searched query: processed

by Marc Venken
Sat Feb 08, 2025 2:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGpt+Xbrowse+Set Filter
Replies: 3
Views: 412

ChatGpt+Xbrowse+Set Filter

... is NO tag for the 2de part of the filter etc ...

If I change the incomming filter string in a order that first ALL indexed fields are beeing processed and then the NOT having a TAG fields
is this always better ?

For the argument, let say that the field BRANDID has no tag, will the current ...
by Enrico Maria Giordano
Mon Feb 03, 2025 4:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 13286

Re: is this True ?

... www.xbaseforum.de/viewtopic.php?t=236&start=3 ( ramses 03 Feb 2025, 12:58, start from last Msg )
This contains tokens at the beginning of the file which are then processed and interpreted at runtime.
i can not believe this.


You should. Please open the generated C source file and you will see.
by Jimmy
Mon Feb 03, 2025 3:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is this True ?
Replies: 7
Views: 13286

Re: is this True ?

hi,

the man answers :
https://www.xbaseforum.de/viewtopic.php?t=236&start=3 ( ramses 03 Feb 2025, 12:58, start from last Msg )
This contains tokens at the beginning of the file which are then processed and interpreted at runtime.
i can not believe this.
by Antonio Linares
Wed Jan 29, 2025 7:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tbtnbmp Clck
Replies: 6
Views: 15999

Re: Tbtnbmp Clck

METHOD LButtonDown( nRow, nCol, nFlags, lTouch ) INLINE 1

1 means the Windows message has been processed and no further action should be taken

0 means that you require standard Windows behavior
by Otto
Sat Jan 25, 2025 3:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34109

Re: Antonio... FiveTouch posts are gone?

... deleting and recreating entries during edits, the index file always remains up to date.

Flexibility: Temporary index files allow changes to be processed in isolation before being merged into the main index file.

PS: Here’s a test

Just for info: the search is performed across 276,748 TXT files.
I ...
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: 4836

Re: Using new Class TDeepSeek for documenting

... multiple simultaneous executions of the button's action. It ensures that the button's action is not triggered again while it is already being processed.

4. **`aEvents`**
- **Type:** Array
- **Description:** A class-level array that defines the events supported by the button. In this case, it ...
by Otto
Mon Nov 18, 2024 10:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 5116

Re: Most powerfull Xbrowser and PDF

... RTF (Rich Text Format) file to a JPEG image.
Steps:
Opens the file in WordPad.
Captures and trims the displayed content as a bitmap.
Converts the processed bitmap to a JPEG file.
8. FindAllWnd()
Retrieves all window titles and their handles on the desktop.
Useful for debugging or identifying target ...
by Marc Venken
Thu Oct 31, 2024 12:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 1871

Re: RDS (Remote Desktop) and FW programming

... and CPU Optimization
Monitor RAM Allocation: The article inventory program might use significant RAM, depending on the amount of data loaded and processed. Regularly monitor RAM usage and ensure there’s enough free memory to keep the program running smoothly.
Set Processor Affinity and Priority ...
by Marc Venken
Thu Oct 24, 2024 9:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 626

General program technique : on init()

... are opened in the getxbrowser function also.

So I have 9 folders in folderex.

What I see is that when startup the program, ALL 9 xbrowsers are processed and also all the filters are setup.
I was thinking that folder 1 was processed and all others only when they are called (selected from the ...
by Marc Venken
Wed Oct 09, 2024 3:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is the order of fields important for filtering data ?
Replies: 0
Views: 668

Is the order of fields important for filtering data ?

... In the first case, the filter's first field is a index field and I think that it will go direct to a position of the name
In the second case the corlor has no index and I think that ALL record will be processed and then the rest of the filter.

I hope my question make sence )))

Witch is best ?
by Otto
Fri Sep 27, 2024 12:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 635

FlowMarker System Documentation

... code in a structured and traceable way. Using unique identifiers (DATAFLOW numbers) and annotations, it indicates whether data is being input, processed, or output, while also referencing predecessor and successor steps. This approach provides clear traceability and helps maintain a comprehensive ...
by Otto
Fri May 24, 2024 6:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper alone sold around 250,000 copies worldwide by 1991
Replies: 0
Views: 822

Clipper alone sold around 250,000 copies worldwide by 1991

... example was great. Unfortunately, we did not continue from there.
This example actually included everything in principle, and you created, processed, and explained it in just 2 sessions.
index.html
access.prg
entry.prg
exit.prg
list.prg
login.prg
menu.prg
order.dbf
order.prg
public.prg ...
by Otto
Mon May 20, 2024 6:46 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 5468

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... example was great. Unfortunately, we did not continue from there.
This example actually included everything in principle, and you created, processed, and explained it in just 2 sessions.
index.html
access.prg
entry.prg
exit.prg
list.prg
login.prg
menu.prg
order.dbf
order.prg
public.prg ...
by Ruth
Fri May 17, 2024 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64encode() stays empty
Replies: 10
Views: 1799

Re: hb_base64encode() stays empty

Dear friends,

thank you so much for your help.
Now I also added a MEMOWRIT() to see the return value of hb_base64encode() before anything is processed through microsoft cdo object.

I get perfectly fine base64 output. When I insert it to
https://base64.guru/converter/decode/image
it ...
by Adolfo
Wed Mar 20, 2024 7:40 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc
Replies: 4
Views: 1432

Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc

... NUMERO","DESCRIPCION"},{Data1,Data2})

Return Nil




It does what it is supposed to do, But I get this error each time Between 5.000 and 6.000 processed files
Hace lo que se supone debe hacer, pero tengo cada vez tengo este error entre los 5.000 y 6.000 archivos procesados

Application Internal ...