Search found 31 matches

by Pedro Faro
Sun Feb 08, 2009 11:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Print Group Header in all Pages - Treport
Replies: 3
Views: 607

Re: Print Group Header in all Pages - Treport

Hi James

Can you put all the sintaxe please(to print the Group Header in all the pages)

Best regards

Pedro
by Pedro Faro
Fri Feb 06, 2009 11:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Print Group Header in all Pages - Treport
Replies: 3
Views: 607

Print Group Header in all Pages - Treport

Hi

How can i print the Group Header in All pages in Report Class ?

In a simple report the group header is only printed wher Group starts.

Best regards

Pedro Faro
by Pedro Faro
Wed Nov 19, 2008 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Class SMTP with Exchange Server
Replies: 3
Views: 743

Hi

Sorry , i've no experience in that area.

What i do is send E-mails via smtp (not going trough outlook) using a modified class SMTP .

regards
Pedro
by Pedro Faro
Tue Nov 18, 2008 8:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Class SMTP with Exchange Server
Replies: 3
Views: 743

Class SMTP with Exchange Server

Hi

I'm using SMTP modified class with Authorization (by Luis K) without problems.

When tring the same rotine with a exchange server it's stop in:

11/18/08 19:11:22: 250 CL3STAL.hsm.min-saude.pt Hello [172.31.9.109]
503 5.5.2 Send hello first.

How can i use the TSMT class with exchange ...
by Pedro Faro
Wed Apr 23, 2008 10:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: open prev32.dll
Replies: 4
Views: 955

Hi StefanHaupt

Tanks very much

work fine.

regards
Pedro
by Pedro Faro
Tue Apr 22, 2008 11:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: open prev32.dll
Replies: 4
Views: 955

Hi Enrico

I only open .dll with workshop , but it's only to 16 bits dll's

regards
by Pedro Faro
Tue Apr 22, 2008 5:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: open prev32.dll
Replies: 4
Views: 955

open prev32.dll

Hi

How can i open prev32.dll to insert some icons .

Best regards

Pedro Faro
by Pedro Faro
Wed Apr 16, 2008 5:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic: preview to pdf using image2pdf
Replies: 24
Views: 11249

Hi PymSoft

I include the Acrobat BitMap in my RC but it doesn't appear in the preview.

The icons of preview are in prev32.dll . It don't have to be in prev32.dll too.

Best regards
by Pedro Faro
Wed Apr 16, 2008 1:25 pm
Forum: FiveWin para Harbour/xHarbour
Topic: preview to pdf using image2pdf
Replies: 24
Views: 11249

Hi Pymsoft

Tanks for your reply.

2 more things:

- Can you attach the classe "MAIL "

- How you put the icon in prev32.dll , You open it with what?

best regards
by Pedro Faro
Tue Apr 15, 2008 10:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: create PDF from tprint without preview
Replies: 0
Views: 406

create PDF from tprint without preview

Hi

I need to create a pdf from a document without any PDF Printer.

Is not possible to generate a PDF instead of sending the document to a preview or directly to printer ?.

I saw in the forum that some use tpdf to do so , but i didn't saw any example.

best regards
by Pedro Faro
Tue Apr 15, 2008 6:06 pm
Forum: FiveWin para Harbour/xHarbour
Topic: preview to pdf using image2pdf
Replies: 24
Views: 11249

preview to pdf using image2pdf

Hi

Can anyone has modified rpreview.prg to capture emf files and send them to IMAGE2PDF .

I need to create a PDF from Preview and automatically gives it a path and Name


Best regards
by Pedro Faro
Thu Nov 22, 2007 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric get from right to left
Replies: 3
Views: 960

Hi

Tanks for your replies.

The solution is specify in workshop "multiple lines".

Best regards
by Pedro Faro
Wed Nov 21, 2007 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric get from right to left
Replies: 3
Views: 960

Numeric get from right to left

Hi

is possible in :

redefine get oGet var num PICTURE '9999.999'

instead of numbers being writen from left to Right , being writen from right to left like calculators do . The number can have decimals.

Best regards
Pedro Faro
by Pedro Faro
Mon Jun 18, 2007 7:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XML
Replies: 6
Views: 2692

Antonio

Thanks very much

I never guess that it was so easyer.

best regards

Pedro Faro
by Pedro Faro
Mon Jun 18, 2007 5:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XML
Replies: 6
Views: 2692

Antonio

below the xml.prg and the xml.ch.
As i said, someone adapted the FW to Xh/FWH class that i got in this newsgroup.


regards
Pedro



xml.prg:

#include "hbclass.ch"
#include "fileio.ch"
#include "common.ch "

CLASS TXMLWRITE

DATA hFile, lFormated, CRLF, aMark

METHOD New( cOut, cVer ...