Search found 332 matches

by Wanderson
Fri May 11, 2018 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get right to leff
Replies: 7
Views: 1009

Get right to leff

Hi, How I can set get to show right to left? Like this: 01 Left RIGHT 02 (Default) 03 04 ___.___,__ ___.___,__ 05 1__.___,__ ___.__1,__ 06 12_.___,__ ___._12,__ 07 123.___,__ ___.123,__ 08 123.4__,__ __1.234,__ 09 __1.234,__ __1.234,5_ 10 __1.234,5_ __1.234,56 11 __1.234,56 __1.234,56 Thanks in adva...
by Wanderson
Fri May 04, 2018 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: email with CDO and attachment
Replies: 12
Views: 1804

Re: email with CDO and attachment

Try to put the entire file path even though it is in the folder.
by Wanderson
Mon Mar 19, 2018 11:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: MsgDate
Replies: 1
Views: 449

MsgDate

Hi, how i can get msgdate in portuguese?

Thanks.
by Wanderson
Mon Mar 19, 2018 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Filter doubt in xbrowse
Replies: 2
Views: 659

Re: Filter doubt in xbrowse

A sample that works fine for me during the years 1. Customer browser 2. Services of a customer ( shows only the customer selected from DBF 1 ) // get the name from customer.dbf WITH OBJECT oBrw1 // Customer :bChange := { || SET_SCOPE(cMonth) ; // set the customer-filter in browser 2 services oBrw2:...
by Wanderson
Mon Mar 12, 2018 7:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Filter doubt in xbrowse
Replies: 2
Views: 659

Filter doubt in xbrowse

Hi, I use xbrowse filter like this: oCheque:OrdScope(0,Nil) oCheque:OrdScope(1,Nil) oBrwCh:Refresh() oCheque:SetOrder("NCHEQUE") oCheque:OrdScope(0,Rec1) oCheque:OrdScope(1,Rec2) oBrwCh:Refresh() When I try to clear filter one empty line apear in xbrowse, if i click inside a browse the lin...
by Wanderson
Mon Mar 05, 2018 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 605

Re: xBrowse refresh problem

Please use the recommended way to define the xbrowse like this FWNumFormat( "E", .t. )  // Keep this at the beginning of your Main prg Use VENDA INDEX VENDA Shared New alias "VENDA" via "DBFCDX" Database oVenda //  DEFINE DIALOG .... REDEFINE oBrwPed ID 109 OF oDlgPed ...
by Wanderson
Sun Mar 04, 2018 7:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 605

xBrowse refresh problem

Hi all, I have this code: Use VENDA INDEX VENDA Shared New alias "VENDA" via "DBFCDX" Database oVenda ... oBrwPed := TXBrowse():New( oDlgPed ) oBrwPed:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrwPed:CreateFromResource( 109 ) oBrwPed:nColDividerStyle := 5 //LINESTYLE_BLACK // COLUNAS ...
by Wanderson
Fri Dec 15, 2017 4:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CDO email with signature
Replies: 2
Views: 577

Re: CDO email with signature

             IF IMAGEM = "S" // Assinatura Digital no Email. Joao                 // NO RODAPE DA MENSAGEM.. EU SOU PLORIDA,,, KKKKKKKKKKK                 oCfg:HTMLBody = "<p>"+ALLTRIM( cMsg )+"</p>" + "<p><img src='cid:id_imagen10'></p>"                 loBP...
by Wanderson
Thu Dec 14, 2017 5:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CDO email with signature
Replies: 2
Views: 577

CDO email with signature

Hi,

I use CDO to send emails, is possible send with a signature, in this case a jpg image?

Thanks in advance.
by Wanderson
Thu Nov 23, 2017 12:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: Google APIS Lib for Fivewin
Replies: 129
Views: 19612

Re: Google APIS Lib for Fivewin

Download this file for test Drive, GMail and Calendar of Google https://bitbucket.org/fivetech/fivewin-contributions/downloads/GOOGLE.zip Instructions for use of GOOGLE APIS https://bitbucket.org/fivetech/harbour_novelda_2017/downloads/Cristobal_Navarro_REST.pdf Pages 44 to 46 Regards Pd.: please s...
by Wanderson
Tue Nov 07, 2017 9:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 2
Views: 646

Re: Get real date from the Internet

To All My software license routine relies on getting the ACTUAL date .. and right now I am using Date() which relies on the date on the machine clock. It is easy to set any date you want on the ( bios ) machine clock. Is there a way to go out to the internet to return the Real and Actual date ? and...
by Wanderson
Sun Nov 05, 2017 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 1836

Re: Fastreport help

Hello Wanderson, You have to change the bat-file to compile with EasyReport. Please add: echo c:\EasyReport\vrd.lib + >> b32.bc Best regards, Otto echo %bcdir%\lib\c0w32.obj + > b32.bc echo %1.obj, + >> b32.bc echo %1.exe, + >> b32.bc echo %1.map, + >> b32.bc echo %fwh%\lib\FiveH.lib %fwh%\lib\Five...
by Wanderson
Sun Nov 05, 2017 11:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 1836

Re: Fastreport help

Thank you Antonio
by Wanderson
Thu Nov 02, 2017 3:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 1836

Re: Fastreport help

Hello Wanderson, If you are new to FastReport I would suggest you to start with EasyReport . The most important reason is: EasyReport uses preview class of Fivewin. For example I changed preview class to print the current bill number after you saw the preview on screen. This means you see the previ...
by Wanderson
Thu Nov 02, 2017 2:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 1836

Re: Fastreport help

karinha wrote:Fast Report Demo complete,

https://www.4shared.com/rar/cJyzx3Jyca/FASTDEMO.html

Regards,
Thank you karinha! I solved with a script code in onbeforeprint.