Search found 39 matches

by MFarias
Wed Oct 11, 2017 1:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 537
Views: 97179

Re: Introducing FiveTech's fivedit

I have a suggestion: you should put an error log submission by email Recent error Application =========== Path and name: C:\Des\build\fivedit\fivedit.exe (32 bits) Size: 2,397,696 bytes Compiler version: Harbour 3.2.0dev (r1603301435) FiveWin version: FWH 17.07 C compiler version: Microsoft Visual C...
by MFarias
Tue Sep 16, 2014 8:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Visual Studio with xHarbour - help
Replies: 1
Views: 537

Migrating to Visual Studio with xHarbour - help

Well after doing all the steps to migrate the application thereof to Visual Studio'm late with these errors: 1> CVTRES: fatal error CVT1100: duplicate resource. type: CURSOR, name: 1, language: 0x0416 1> LINK: fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt ==========...
by MFarias
Fri Aug 08, 2014 2:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio 2013 / Harbour / FWH !
Replies: 7
Views: 2427

Re: MS Visual Studio 2013 / Harbour / FWH !

Tim, I also have this same desire already running some applications even provide a simple example in my https://github.com/matheushchaves/agendafivedbf git, here we have a company in the application of commercial management and sales of this size as well and Programmable Bank data, first I'm walking...
by MFarias
Fri Aug 08, 2014 2:29 am
Forum: EasyReport, EasyDialog and EasyPreview
Topic: We need some developers to help
Replies: 11
Views: 6376

Re: We need some developers to help

Antonio, First to say that I am very happy with the achievements that Five has achieved something amazing these last months, I'm very excited :) Particularly'm willing to help and collaborate with what is proposed by you, if you want contact following e-mail : matheushchaves@gmail.com, hope to be a ...
by MFarias
Fri Jul 25, 2014 12:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Erro found in FW_AdoImportFromDBF
Replies: 1
Views: 368

Re: Erro found in FW_AdoImportFromDBF

i find the soluction :

Code: Select all

    oCn:Execute('SET DATEFORMAT YMD') // MUDA DATA PARA O FORMATO USADO PELO SQL 
 
:D
by MFarias
Fri Jul 25, 2014 11:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Erro found in FW_AdoImportFromDBF
Replies: 1
Views: 368

Erro found in FW_AdoImportFromDBF

When the function is executed to import it aborts with this error: Application ===========    Path and name: C:\Des\fivewin\dbfquery\dbfquery.EXE (32 bits)    Size: 5,147,648 bytes    Compiler version: Harbour 3.2.0dev (r1406271520)    FiveWin  Version: FWH 13.11    Windows version: 6.1, Build 7601 ...
by MFarias
Wed Jul 23, 2014 12:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWAdoSaveRecord - Query is too complex - Help
Replies: 8
Views: 1561

Re: FWAdoSaveRecord - Query is too complex - Help

Thanks, I had already seen these examples in the samples folder, the most viable solution for the error is for tables over 50 fields have an index. When I created worked perfectly :)

Code: Select all

// isto em sql 
CREATE INDEX pkclientes ON CLIENTES(CODICLI) with PRIMARY
 
by MFarias
Mon Jul 21, 2014 11:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWAdoSaveRecord - Query is too complex - Help
Replies: 8
Views: 1561

FWAdoSaveRecord - Query is too complex - Help

I'm testing and implementing some test routines of the ado and the functions that I am at FiveWin the adofuncs.prg but I found this limitation due to the use the function: FWAdoSaveRecord, not managing to use it was debugging and found that return on the last try / catch: function FWAdoSaveRecord( o...
by MFarias
Mon Jul 07, 2014 6:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Round function with problem - HELP
Replies: 4
Views: 624

Re: Round function with problem - HELP

João é esta mesmo , vou testar !
Obrigado
by MFarias
Mon Jul 07, 2014 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Round function with problem - HELP
Replies: 4
Views: 624

Round function with problem - HELP

Hello friends I have problems when I use the round function a few times, this is the error returned by FiveWin (note: put in errsysw.prg to show what's in errolog) Errolog : Aplicacao ==========    Nome e Caminho: S:\Integrad\Mstar.exe    Tamanho:      25,164,800 bytes    Unidade Mapeada: \\SERVIDOR...
by MFarias
Wed Jul 02, 2014 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2614

Re: What is the solution for Harbour Sql?

Well folks,
I installed the drive in my machine mysql to use with ado, someone would have some basic examples of connection and processing of such data to provide? :wink:
by MFarias
Tue Jul 01, 2014 5:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2614

Re: What is the solution for Harbour Sql?

Antonio, I already have seen some example of ADO in FiveWin and even use this function in some reports that I took the sources and adapted to my use: I can deal with it better as I want the returns and evaluate the performace based on the mass amount of data it is used. but then I ask you, regarding...
by MFarias
Tue Jul 01, 2014 4:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: What is the solution for Harbour Sql?
Replies: 11
Views: 2614

What is the solution for Harbour Sql?

I see on the internet some tools for FiveWin with Harbour and am using Sql with some questions, wanted to know what you guys have used for this? :?: :)
by MFarias
Fri Jun 27, 2014 6:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Visual Studio with harbour
Replies: 17
Views: 5575

Re: Visual Studio with harbour

Tim My small applications already work with Visual Studio after performing this change yesterday, but have large enterprise applications that need a fine tooth comb before embracing this change. Imagine the possibilities of using a more integrated environment and the developments that have seen the ...