Search found 537 matches: mistake

Return to advanced search

Re: Filter on Xbrowse

Good afternoon Silvio. I'm learning to use xBrowse, could you tell me if I made a mistake, please? Buenas tardes Silvio. Estoy aprendiendo a usar xBrowse, ¿podría decirme si cometí un error, por favor? // C:\SILVXBRW\TESTXBR5.PRG  - Simples teste de xBrowse ...
by karinha
Fri May 03, 2024 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

ayuda con uso de hb_xfree

... is NULL and length is non-zero, instead of trying to free NULL pointer causing internal error. * contrib/examples/rdddbt/dbfdbt1.c * I did a mistake in 1999 by giving the name hb_itemPutCPtr() to the function which would have to be correctly named hb_itemPutCLPtr() (notice the 'L' for 'length'). ...
by carlos vargas
Sun Apr 28, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con uso de hb_xfree
Replies: 6
Views: 238

Re: New FWH 24.04

Antonio Linares wrote:Dear Richard,

You have to link uxtheme.lib


oh... my mistake. It's working now. Thank you so much.
by richard-service
Wed Apr 24, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 160

Re: Problem with datepick

nageswaragunupudi wrote:
Code: Select all  Expand view
LOCAL dDate := ddatacambio:GetDate()
 



Here is the mistake.
"ddatacambio" is a date value and date value can not have any method.


opps - corrected
STATIC FUNCTION DoSwitch( ddatacambio, oBtnGetExchange,aGet )
LOCAL dDate := aget[1]:GetDate()
by Silvio.Falconi
Tue Mar 26, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 542

Re: Problem with datepick

Code: Select all  Expand view
LOCAL dDate := ddatacambio:GetDate()
 



Here is the mistake.
"ddatacambio" is a date value and date value can not have any method.
by nageswaragunupudi
Tue Mar 26, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 542

Re: To Nageswrao Del Objs on TscrollPanel

... not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 756

Re: leggere test,hrb

Antonio Linares wrote:You can not have two Main()s

Functions names must be different



Oops Sorry the mistake now i go to try
by Silvio.Falconi
Fri Feb 16, 2024 7:54 pm
 
Forum: All products support
Topic: leggere test,hrb
Replies: 9
Views: 7761

Re: Scroll Down en un combobox

Amigos:

Me disculpo, fue mi error, estaba usando el estilo dropdown list
en lugar de solo dropdown.

Sorry, it was my mistake,
I was using dropdown list style instead of dropdown style

Saludos y muchas gracias
Best regards and thanks a lot
by Armando
Mon Feb 12, 2024 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll Down en un combobox
Replies: 4
Views: 462

Re: SAPI : change Voice

Dear Jimmy, Can you share the RC for your example ? In case you are using a RC file... My mistake: the difference with events is NOT a handle of a window. The difference is to play in ASYNC mode !!! oVoice:Speak( "harbour and xharbour", 1 ) // that 1 uses Async ...
by Antonio Linares
Sun Feb 11, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3786

Re: Creating table with Trichedit

... using the example created by Anserkk that you find at the beginning of this topic I am forced to create a file for each table, because it makes a mistake, for example if a user has six folders I have to create six tables in a single rtf and not six files different because then I would have difficulty ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1504

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: 389

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... > But the webview.prg in the samples folder of FWH didn't even compile without errors What errors do you get ? Dear Antonio, sorry for my mistake. I get linker errors not compiler errors. I compiled TWebView without errors to it's obj file. Then I called buildx.bat to build webview.exe. ...
by Detlef
Sat Jan 27, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1722

Monitor function error

... as you can see on picture https://i.postimg.cc/0Qb1p1gR/errore-schermo.png How it's possible ? this is why one then makes a mistake in creating the dialogs in the right position i.e. the resolution of ScreenWidth() is right the resolution of ScreenHeight() is bad compared ...
by Silvio.Falconi
Wed Jan 10, 2024 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 550

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio,
Antonio Linares wrote:I have it here at line 122, how is it possible that you have it at line 64 ?

sorry, it was my Mistake while i have add CODE after wrong Line

now it is running under Fivewin :)

i still try to run it under HMG ... but it still fail
by Jimmy
Fri Dec 22, 2023 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8425

Back after 10 years due to illness [ Javier Lloris ]

... I think I remember that it was called that. Unfortunately, when I moved house, some friends came to help with the move and I made a total mistake by throwing away many things that I now realize I need, even if it is out of curiosity and remembering past times. That is, to summarize, my ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 395
Next

Return to advanced search

cron