Search found 1403 matches: reason

Return to advanced search

Re: Compiling error Antonio Nages resolved

... pero no noté nada especial. No entiendo el motivo de estas BANDERAS(Flags). It works, but I didn't notice anything special. I don't understand the reason for these FLAGS. Thank you anyway. De todos modos, gracias. Regards, saludos.
by karinha
Tue Apr 16, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 197

Re: also error with btnbmp SHOWPOPUP

... object. It looks like this function is returning NIL not a popup menu object. Please check the last line of this function. That is the exact reason for your error at this line in btnbmp.prg:       if ValType( oPopup ) == 'B'         oWnd:oPopUp:End()  // error here      endif  ...
by nageswaragunupudi
Sun Mar 31, 2024 3:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1670

Re: SWAGGER-UI para documentar nuestras API.

... folder. Do any of you use it from inside FW ? I also wonder why you are using Postman ? FW Can handle cUrl as far as I can tell. What is your reason or benifit ? Thanks for the help in this project !
by Marc Venken
Fri Mar 08, 2024 9:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1956

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... ADO performs is sequential and when it finds a field greater than 256, it begins reading the next field in the next bit of the file and for this reason it is truncated, I have decided to take the solution of placing the fields greater than 256 at the end of the table, in this way the information ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 647

FWH Gradiens .. seem slower FWH 2310 - RAO

Rao As you know I use Functions to paint my screen Gradients .. for some reason the DarkGreyGrad() functions paints much slower than the LightGreyGrad) FUnction ... especially with FWH2310 ... older versions of FWH are not effected ... //--------------------Func ...
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 174

Runner XBase (RX)

... forms, and assembling all the pieces, giving logic to the entire process. Runner XBase (RX) is freeware and aims to assist those who, for one reason or another, have always found it challenging to take this step. If you have any questions or need clarification, feel free to ask. :D You can ...
by Carles
Tue Feb 20, 2024 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 6
Views: 885

Re: SAPI : change Voice

IMO the reason why we were not getting the events was that we were not using a window/dialog in the example

As soon as we have tested it with a dialog, the events arrive! :-D
by Antonio Linares
Sun Feb 11, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3496

Re: WEBVIEW2 and xBrowse

Otto wrote:Enrico, have you set the path to the HTML file absolute?


That was the culprit! Now it works fine, thank you. It works with xHarbour and with 32 bit too. Great! Now, we have to find a reason to use it. :-)
by Enrico Maria Giordano
Tue Feb 06, 2024 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 390

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... than when i press any character (1, A, Ğ), it changes to "UTF8 GET" This should not change to "UTF8 GET". We need to find the reason. May I request Mr. Ertan to kindly inform if he always sees "ANSI GET" and does it change or not change to "UTF8 GET" later ...
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54147

Different Processing of Escape Characters in Mod Harbour

... that in my JavaScript code \\n causes a line break, while \n leads to an error. Is this a known behavior in Mod Harbour, or could there be another reason for it? Has anyone had similar experiences or can give me a tip on how to handle this? Best regards, Otto
by Otto
Wed Jan 31, 2024 4:10 am
 
Forum: mod_harbour
Topic: Different Processing of Escape Characters in Mod Harbour
Replies: 5
Views: 489

Re: MySql vs Oracle

... you lock yourself in your local environment. I completely agree that the cloud, the web, ... are very dangerous scenarios, but it is for this reason that we have to learn much more than before. You have your banking details outside your local area, when you buy on Amazon, when you interact ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1613

Re: erase files

... for me) if the file exists and is not in use and can be deleted. If the ERASE command does not really erase an existing file, there can be a valid reason like the file is in use by some application or some other reason. The best way to find out the reason is to if FERASE( cFile ) != 0  ...
by nageswaragunupudi
Wed Jan 24, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1520

Conectarse con mariaDB

... testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) done! The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4129, _LSFunction=_LSOpenStuffCallLocal} ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9877

Re: Booking xbrowse example

... system, in hotels software from other companies both in my city and national software are installed but not on the web., probably for the same reason as above. happy new year to you too
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3288

Re: add a line in the print report

... it, since the other will become defensive and defend his position at all costs. No one likes to admit they are wrong and feel stupid. For this reason, it is advisable to present data and opinions in a way that is as similar as possible to the ideas of the interlocutor, seeking common ground ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 528
Next

Return to advanced search