Search found 89 matches: bellow

Return to advanced search

FWHMySql - Failing to restore large files

... 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 can't allocate memoryCalled ...
by vilian
Wed Apr 10, 2024 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMySql - Failing to restore large files
Replies: 3
Views: 106

FWHMYSQL Insert failing

... Friends, I'm having a huge problem with Insert/MySql. I 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( ...
by vilian
Fri Apr 05, 2024 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 395

Lost connection to MySQL server

Hi Guys, After update my FWH to the newest version, i'm having this message error bellow: Lost Connection  to MySql server at reading initial communcation packet, system error:2Please check teh connection and try again. IF I jusk click in the button "ok" ...
by vilian
Mon Jan 29, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server
Replies: 7
Views: 564

Re: How to convert a Date to an Unix TimeStamp?

... MyDate ) //168486480000  But in https://www.timestamp-converter.com/ , I'm having a different result(as you can view bellow). Do you know why ? https://i.imgur.com/uvNARPC.jpg
by vilian
Mon Jan 29, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 572

xbrowse error wih lMergeVert

... 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    Time from start: ...
by vilian
Thu Dec 21, 2023 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse error wih lMergeVert
Replies: 1
Views: 222

Re: Lost connection to MySQL server during query

oCn:max_statement_time

Is generating the error bellow:
Called from: FWMARIA.PRG => FWMARIACONNECTION:MAX_STATEMENT_TIME( 10176 )

? oCn:max_execution_time = 0
by vilian
Wed Sep 06, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12363

Re: Lost connection to MySQL server during query

There is no error number. The complete message error is as bellow: SELECT mps.cequipto,mps.demanda,mps.dedicada,mps.cmat,Count(*) AS qte FROM tmovgpes AS mps WHERE mps.data = '2023-01-11'AND mps.funcao IN('O','F') GROUP BY mps.cequipto;SHOW FULL COLUMNS ...
by vilian
Mon Sep 04, 2023 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12363

Use chatGPT to write your RC files !!!

Prompt: write a Windows .RC file for a dialog box with these elements: "Target:" and a edit at the right, bellow "Result:" with a multiline EDIT, bellow "Input:" and an edit at the right and finally two buttons "Continue" and "End" ...
by Antonio Linares
Fri Apr 21, 2023 3:33 pm
 
Forum: Utilities / Utilidades
Topic: Use chatGPT to write your RC files !!!
Replies: 0
Views: 331

Great news regarding mod_harbour CGI !!!

... and enjoy the power and robustness of mod_harbour CGI. Rock solid! :-) Watch the video bellow: https://github.com/FiveTechSoft/screenshots/blob/master/modharbour_cgi.gif?raw=true
by Antonio Linares
Mon Nov 07, 2022 6:31 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 7889

Re: SMS Text messaging

In the link bellow there is a sample to send SMS using Zenvia Plataform.

http://fivewin.com.br/index.php?/topic/31298-envio-sms-zenvia/&tab=comments#comment-293818
by vilian
Tue Jun 14, 2022 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1697

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Thank you Antonio, I'm tryng to compile a little samples, but it's showing the error message bellow: [vcvarsall.bat] Environment initialized for: 'x86'hbmk2[testsql07]: Warning: Cannot find xhb.hbc (referenced from testsql07.hbp)hbmk2[testsql07]: ...
by vilian
Wed Apr 20, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 20
Views: 1856

Problem With oRs:Requery()

Good Morning Guys, I'm having a problem with oRS:Requery(). I have the SQL statment bellow: cSql := " SELECT mps.*,pes.nome FROM tmovgpes AS mps LEFT JOIN tpessoal AS pes ON mps.cmat=pes.cmat WHERE mps.data = ? AND mps.cequipto = ? AND mps.nequipe = ? ORDER BY ...
by vilian
Fri Apr 08, 2022 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 517

Re: Ficheros rar desde Harbour/Rar files from Harbour

Hi Guys, Do you have HbUnRar.Lib ? I know there is a makelib.bat (The code bellow) in the directory, but it's for MG. I tried modify it to generating from Harbour/BCC, but until now without success :( Could you help me ? @echo offrem Builds Harbour library hbunrar.lib.:OPT  ...
by vilian
Thu Aug 26, 2021 7:57 pm
 
Forum: Utilities / Utilidades
Topic: Ficheros rar desde Harbour/Rar files from Harbour
Replies: 11
Views: 3899

Re: How to read data from a serial port ?

I changed my code to use FW functions and everythink worked. I Could read whole the text. The complete source i used is bellow: #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oDlg    LOCAL oGet, cTxt := ""    LOCAL nCom    DEFINE DIALOG oDlg;           SIZE ...
by vilian
Wed Jul 21, 2021 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read data from a serial port ?
Replies: 10
Views: 955

How to read data from a serial port ?

Hi Guys, I'm trying to read data from a serial port using this code bellow: hb_comOpen(4)        hb_comInit( 4, 9600, "N", 8, 1,132  ) nLen := hb_comInputCount(4)cRet  := Space(nLen)hb_comRecv(4, @cRet) hb_comClose(4) ...
by vilian
Tue Jul 20, 2021 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read data from a serial port ?
Replies: 10
Views: 955
Next

Return to advanced search