Search found 496 matches: checking

Return to advanced search

Subclass Xbrowse with method GoLeft() and GoRight()

... I was wondering .... If I wanted to add a method MyLeft() + MyRight() and I want this method to go left, but do nothing else, no checking, reading etc.. can that be done ? If I try i'm using return ::Super:GoLeft() as return, but then Xbrowse off cource act again with his GoLeft() ...
by Marc Venken
Wed Nov 20, 2024 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse with method GoLeft() and GoRight()
Replies: 0
Views: 72

Re: Preview of the invoice in advance

... + CRLF    cText += '           }' + CRLF    cText += '       })' + CRLF    cText += '       .catch(error => console.error("Error checking file existence:", error));' + CRLF    cText += '}' + CRLF I was wondering why both sendData() and checkFileExists() are needed. Please ...
by Ruth
Thu Oct 31, 2024 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 700

Re: color on xbrowse Box

Antonio Linares wrote:Dear Silvio,

Checking it with Mr. Rao


I think if I set :SetStyle( 2018 ) then this automatically imposes certain colors even if I then go and change them
by Silvio.Falconi
Tue Oct 29, 2024 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 174

Re: color on xbrowse Box

Dear Silvio,

Checking it with Mr. Rao
by Antonio Linares
Tue Oct 29, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color on xbrowse Box
Replies: 3
Views: 174

Re: Box xbrowse at 1 column

Dear Silvio,

Checking it with Mr. Rao
by Antonio Linares
Tue Oct 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box xbrowse at 1 column
Replies: 2
Views: 163

Re: New FWH 24.09

... and ANSI codepages are listed, I could not find 854 there but I found: 857 ibm857  OEM Turkish; Turkish (DOS) That is the reason I am checking with you once again Hi Mr. Rao, You are right. 857 I wrote it wrong when I wrote it.    Character   Ascii1   Ğ            208 2   Ş         ...
by Horizon
Mon Oct 21, 2024 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 3245

Re: New FWH 24.09

... codepages are listed, I could not find 854 there but I found: 857 ibm857  OEM Turkish; Turkish (DOS) That is the reason I am checking with you once again
by nageswaragunupudi
Mon Oct 21, 2024 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 3245

Re: why, under 64 Bit OS, does not Find UUID.LIB

hi Enrico,
Enrico Maria Giordano wrote:Did you try to disable your antivirus?

i never notice so long delay of Antivirus checking, but when know it i can wait 5 Seconds.
by Jimmy
Tue Oct 08, 2024 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 899

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... Before Access** In 64-bit, pointer mismanagement is a common source of crashes. Before accessing or using any pointers, ensure they are valid by checking for `NULL` or other invalid states. For example: if (pObject == NULL || pObject->item.asArray.value == NULL){    // Log or ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... using `hb_stack_ready`. ### 5. **Error Handling Around `hb_vmSend()`** To capture more details about the failure, you can add more explicit error checking before calling `hb_vmSend()`. For example: if (pDestructor && pObject){    hb_vmPushSymbol(pDestructor);  ...
by nnicanor
Wed Sep 25, 2024 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1393

Re: Browse of my ADO Class

Dear Jose,

Mr. Rao is checking it and he will answer you asap,

thank you
by Antonio Linares
Thu Sep 19, 2024 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

Re: GET an activeX ENUM by name

Hi my friend toninhofwi,

It is something that I had in mind to verify too.
I will be checking about it and if I discover something I will share here.

:D
by Lailton
Mon Jul 08, 2024 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET an activeX ENUM by name
Replies: 5
Views: 477

xbrowse problem with :bLClicked

... it does not change the buttonbar menu, if I use the space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are other records selected yet I put this command for spacebar  :bKeyChar   := {| k | (If( k == VK_SPACE,(IIF( ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 528

Re: Using llama64.lib with Harbour

We are checking it with Alexander as it is running very slow, and we don't know why yet

Llama.cpp main.exe runs much faster
by Antonio Linares
Wed Mar 27, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using llama64.lib with Harbour
Replies: 4
Views: 1522

Re: Cómo omitir el Fichero .TDS?

Dear Enrico,

thanks for your feedback, my mistake to trust AI without checking it :-)

This flag may work: -Gn

Use the -Gn option to disable incremental linking, which also prevents the generation of TDS files.


Again it comes from AI so it has to be checked
by Antonio Linares
Mon Jan 29, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 909
Next

Return to advanced search