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: 1252

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 ...
by Wanderson
Fri May 04, 2018 1:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: email with CDO and attachment
Replies: 12
Views: 2900

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: 587

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: 966

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 ...
by Wanderson
Mon Mar 12, 2018 7:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Filter doubt in xbrowse
Replies: 2
Views: 966

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 ...
by Wanderson
Mon Mar 05, 2018 4:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 857

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 prgUse VENDA INDEX VENDA Shared New alias "VENDA" via "DBFCDX"Database oVenda// DEFINE DIALOG ....REDEFINE oBrwPed ID 109 OF oDlgPed DATASOURCE oVenda ...
by Wanderson
Sun Mar 04, 2018 7:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse refresh problem
Replies: 2
Views: 857

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
oBrwPed ...
by Wanderson
Fri Dec 15, 2017 4:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CDO email with signature
Replies: 2
Views: 670

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&#40; cMsg &#41;+"</p>" + "<p><img src='cid:id_imagen10'></p>" loBP := :AddRelatedBodyPart&#40; cDirPleno + "\LOGO.JPG", "id_imagen10", 1&#41; WITH OBJECT loBP ...
by Wanderson
Thu Dec 14, 2017 5:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CDO email with signature
Replies: 2
Views: 670

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: 36516

Re: Google APIS Lib for Fivewin

cnavarro wrote:Download this file for test Drive, GMail and Calendar of Google

https://bitbucket.org/fivetech/fivewin- ... GOOGLE.zip

Instructions for use of GOOGLE APIS
https://bitbucket.org/fivetech/harbour_ ... o_REST.pdf
Pages 44 to 46

Regards

Pd.: please send me your doubts and suggestions


Great work, thank you!
by Wanderson
Tue Nov 07, 2017 9:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 10028

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 ...
by Wanderson
Sun Nov 05, 2017 11:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 2640

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 ...
by Wanderson
Sun Nov 05, 2017 11:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 2640

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: 2640

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 ...
by Wanderson
Thu Nov 02, 2017 2:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 2640

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.