Search found 378 matches: happening

Return to advanced search

FWHMySql - Failing to restore large files

... as we recommended, before he made a backup of his database. However, we aren't being able to restore it. Allways we try to restore, there is happening the error bellow: Application Internal Error - C:\TEC2000\SGV90\SGV.EXETerminated at: 2024-04-10 14:09:07Unrecoverable error 9006: hb_xgrab ...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 141

FWHMYSQL Insert failing

... have a Decimal field where I'm tryng to save the value 1(one), but it's saved as 0(zero). Bellow i'm showing a little sample where the problem is happening. function Main()LOCAL oCn, oAnt,nValInss,nValIn13,aVal,cvd_500   FW_SetUnicode( .t. )   SET FIXED ON   SET DATE BRIT   SET ...
by vilian
Fri Apr 05, 2024 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 435

Re: New FWH 24.02

... Builder, I get this error xLINK: error: Unresolved external symbol '_GetDCBrushColor referenced from FiveHCM.lib(CTRL2CHR.obj)'. This problem is happening FWH version later than 22.03. WIth FWH 22.03 everything is going well. I tried FWH 23.07 and 23.10, but just like FWH 24.02, this error occurs. ...
by driessen
Mon Mar 11, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7452

Lost connection to MySQL server

... dialog, the program starts and everything works ok. IF i return to my previous version, everything is ok, nothing is shown. Do you know why is it happening ?
by vilian
Mon Jan 29, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server
Replies: 7
Views: 583

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

Dear Mr.Otto, Excellent sample demonstrating how we can utilise the power of Webview using Fivewin and use the advancements happening in the world of web applications and how we could leverage that in our desktop applications. :) Do you mind sharing the sample code here ? I believe it ...
by anserkk
Thu Jan 25, 2024 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1724

xbrowse error wih lMergeVert

Hi Guys, I have a xbrowse built over a mysql rowset and using lMergeVert. It´s working fine. Always I try to do an oRs:Requery() to update data. Is Happening the error bellow: Compiler version: Harbour 3.2.0dev (r2008190002)   FiveWin  Version: FWH 21.04   Windows version: 10.0, Build 19045 ...
by vilian
Thu Dec 21, 2023 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse error wih lMergeVert
Replies: 1
Views: 229

SetArray xBrowser

... Refresh(). However, it does not completely renew the browser. The texts are renewed, but not the images. To give a better example, what is happening is the following: I have a browser with 3 columns and 20 lines. Each line has an image and below the image description. When I do a search ...
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 276

Strange characters going from FWH to Outlook FWH 13.10

... they look totally different like this: https://www.ma-consult.be/email2.jpg . Why is the appearing of these strange characters happening? Thank you in advance for any help.
by driessen
Fri Dec 08, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters going from FWH to Outlook FWH 13.10
Replies: 18
Views: 3787

FWH 3.10 - problem with positioning dialog box

... FONT oFontSFBACTIVATE DIALOG ArcLeg RESIZE16 NOWAIT ON MOVE ArcLeg:Move(aRect[1],aRect[4],,,.T.) Why is that happening? Why isn't the small dialog box in FWH 3.10 opened the same way like it did in FWH 3.07? Thank you very much in advance.
by driessen
Thu Nov 16, 2023 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 252

Re: xBrowse - Dates - FWH 2310

... the content of the wrkdat field. I've also just encountered another issue with xBrowse but need to do further testing to be sure exactly what is happening. Tim
by TimStone
Tue Nov 07, 2023 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1502

Re: xBrowse - Dates - FWH 2310

... is behaving differently on different PCs (configurations) and also differently between FWH2307 and 2310. Right now, I can not figure out whats happening differently on different computers. We need your help in understanding this problem. 1) Before defining the xbrowse, insert a line of code: ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1502

Re: DBF . Commit

... functions. What does all this mean? If SET HARDCOMMIT is ON, does every change when made is also "committed" ? We know that is not happening because we do not notice change in file timestamps. Even when COMMIT calls this function, this function in turn is only executing hb_fileCommit() ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2445

Re: Lost connection to MySQL server during query

Here, the majority are happening for "time out". The user just forget a module openned and after some time try to use it, so the message of "Lost Connection" is shown.

If the message hasn't been shown, I could identify the error, repeat the command and the program would stopped.
by vilian
Mon Sep 04, 2023 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12566

Re: preview report got error when Windows User name Chinese word

This is happening because our metafile functions like create, open, etc are not supporting Unicode file path names. These functions are now made Unicode compatible. With this you will not face this problem from the next version ...
by richard-service
Fri Sep 01, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 711

Re: preview report got error when Windows User name Chinese word

This is happening because our metafile functions like create, open, etc are not supporting Unicode file path names. These functions are now made Unicode compatible. With this you will not face this problem from the next version ...
by nageswaragunupudi
Wed Aug 30, 2023 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: preview report got error when Windows User name Chinese word
Replies: 10
Views: 711
Next

Return to advanced search