Search found 17 matches

by Matheusfarias
Fri Jan 24, 2014 11:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ultra Edit - Fivewin
Replies: 3
Views: 715

Ultra Edit - Fivewin

Friends wanted using and enjoying the Ultraedit with FiveWin but only against the link's broken configurations. can someone help me? the most thanks. :roll:
UltraEdit Professional Text/HEX Editor
Version 19.00.0.1022
by Matheusfarias
Fri Nov 22, 2013 8:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to access FTP read-only?
Replies: 3
Views: 754

Re: How to access FTP read-only?

Hi all, I solved the problem by passing the instaciado parameter instead of cUrl object. Tip is. :D    cUrl      := "ftp://" + cUser + ":" + cPassword + "@" + cServer    oUrl              := tUrl():New( cUrl )    oFTP              := tIPClientFtp():New( oUrl, file("...
by Matheusfarias
Fri Nov 22, 2013 12:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to access FTP read-only?
Replies: 3
Views: 754

Re: How to access FTP read-only?

ADutheil friend, not only that but tried several options how to manipulate the functions of the class dates yet unsuccessfully, to already put the class in the project build but still the changed value did not work.
Note: the value of DATA is changed but I can not access.
by Matheusfarias
Thu Nov 21, 2013 7:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to access FTP read-only?
Replies: 3
Views: 754

How to access FTP read-only?

Hello guys, I'm using the classes of xHarbour to manage the movements of my FTP programa.I Have a client that uses a third party service (FTP) access ,is read-only and class access is Read and Write (:: nAccessMode: = TIP_RW / / a read-write protocol), I tried to modify all forms, could not, anyone ...
by Matheusfarias
Mon Aug 12, 2013 1:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ftp - Who Use?
Replies: 1
Views: 538

Ftp - Who Use?

Good morning, I'm looking in the forums of which the best option for ftp class in my program used the qFtpClient that worked fine until a certain time, now use the functions of the dll wininet.dll that has worked well, however I started to read the samples and saw tSocket making connection with ftp ...
by Matheusfarias
Wed Jul 17, 2013 5:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUG - KEY ALT HIDES
Replies: 3
Views: 722

Re: BUG - KEY ALT HIDES

I Use FWH1302 8)
by Matheusfarias
Wed Jul 17, 2013 2:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BUG - KEY ALT HIDES
Replies: 3
Views: 722

BUG - KEY ALT HIDES

to test our programs teclo alt realize that when it hides all say, if I put transparency in the dialog (define_) it fixes, so the alt key not longer hide the controls. How to fix? Define Font oFontrb5 Name "Times New Roman" Size 0,-24       DEFINE FONT oGetFnt NAME "Lucida Console&quo...
by Matheusfarias
Tue May 14, 2013 5:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrdbu : new version
Replies: 48
Views: 16439

Re: xbrdbu : new version

I started to use your program and found an error in opening a product table, this is the error log Application ===========    Path and name: C:\hb30\bin\xbrdbu.Exe (32 bits)    Size: 3,566,592 bytes    Compiler version: Harbour 3.2.0dev (Rev. 18881)    FiveWin  Version: FWH 13.02    Windows version:...
by Matheusfarias
Thu May 09, 2013 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SaveAs, report without preview ?
Replies: 8
Views: 1649

SaveAs, report without preview ?

I want to create the PDF directly with the SaveAs FiveWin, after making the report of the dps EndPrint use saveas, how to operate?
by Matheusfarias
Thu May 09, 2013 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt with xBrowse - auto complete
Replies: 0
Views: 360

Doubt with xBrowse - auto complete

I wish to make the product launches for an order, direct browse, already have a previous knowledge on how to do now product name in a search for wanted vertor for him to return the code (vector {CODE, NAME} Product) to find the name he give me the code so I use it, now how to do this in "Real T...
by Matheusfarias
Wed Nov 21, 2012 1:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: tpop3 Help Use
Replies: 0
Views: 316

tpop3 Help Use

I have a small problem using the class tpop3, down below in the source code of my program function PegaMail()    local oInMail    cIP := GetHostByName( "pop.inteligence.com.br")    oInMail = TPop3():New( cIp,, "matheus@inteligence.com.br", "m941201" )  // mail server IP...
by Matheusfarias
Wed Sep 26, 2012 1:36 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Compile tutor04 error hb_fun_setsize()
Replies: 1
Views: 3343

Compile tutor04 error hb_fun_setsize()

Compiling tutor04.prg this error occurs: compiling... Harbour 3.0.0 (Rev. 16951) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'tutor04.prg'... Lines 1227, Functions/Procedures 2 Generating C source output to 'tutor04.c'... Done. compiling C module... linking... ./../lib/libfive.a(c...
by Matheusfarias
Fri Sep 21, 2012 6:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: truth table Give some help in "&"
Replies: 1
Views: 339

truth table Give some help in "&"

need to make a truth table my code works this way: :P #Include "Fivewin.ch"  #command ~  => !  #command ^  => .AND.  #command V  => .or.  #command <a> &'<->' <b> => if ( a=b , .t. , .f. )  #command <a> -> <b> => if ( b , if ( a , .t. , .t.) , if ( a , .f. , .t. )) FUnction main() vprop...
by Matheusfarias
Mon Sep 17, 2012 1:07 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: Fivelinux on ubuntu 12.04
Replies: 4
Views: 5224

Re: Fivelinux on ubuntu 12.04

o erro continua :(
os diretorios : /home/matheus/fivelinux - FIvelinux
/home/matheus/xharbour/
/home/matheus/harbour/
by Matheusfarias
Fri Sep 14, 2012 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change Font in Tooltip
Replies: 0
Views: 306

Change Font in Tooltip

This syntax belongs to the tooltip xbrowse, changing his source? example: Lucida Console and other {if(IVE->RECEBID = "S",;                 "Nº Venda : "+IVE->NUMNVEN +CRLF+;                 "Forma de Pagamento Já descriminada : "+CRLF+;              if( !Empty(ive->vis...