Search found 49 matches

by Kleyton
Sat Apr 30, 2011 6:51 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Problema al ejecutar en Windows 7 64 bits.
Replies: 3
Views: 903

Re: Problema al ejecutar en Windows 7 64 bits.

Daniel, quer dizer que posso utilizar um sistema 32 bits no windows 64 bits? Como?

Obrigado,

Kleyton
by Kleyton
Thu Mar 31, 2011 8:18 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Open an excel file
Replies: 2
Views: 1306

Re: Open an excel file

Able to read the excel cells, as shown below. Now how do you know if I got to the end of the file, or get a pallet of rows of xls file?

_cArq_ := "D:\ImportDados\teste.xls"
TRY
oExcel:= GetActiveObject( "Excel.Application" )
CATCH
TRY
oExcel:= CreateObject( "Excel.Application" )
CATCH ...
by Kleyton
Thu Mar 31, 2011 7:09 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Open an excel file
Replies: 2
Views: 1306

Open an excel file

I wonder if someone has a routine to open the excel file and play all the cells in a TXT or DBF.

Thanks
by Kleyton
Thu Mar 31, 2011 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extract information from PDF
Replies: 5
Views: 1332

Re: Extract information from PDF

I indicated that DLL, also works with activex.

http://www.foxitsoftware.com/shopping/c ... ?suggest=0
by Kleyton
Tue Mar 29, 2011 11:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Extract information from PDF
Replies: 5
Views: 1332

Extract information from PDF

Good evening friends
Does anyone know how to extract certain information from PDF files, via five?
by Kleyton
Sun Mar 27, 2011 12:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport How do I set number of copies of a receipt?
Replies: 12
Views: 5115

Re: FastReport How do I set number of copies of a receipt?

RenOmas, found in the menu "REPORTS / OPTIONS", since it did not work directly in setting up system fonts, set up the FR3.

Thanks

You can test
1 - Print two copies of the receipt and a sheet of A4 paper;

Design the report in an A5 (Landscape)
After the property Report (TFrxReport)
-PrintOptions ...
by Kleyton
Sun Mar 27, 2011 12:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport How do I set number of copies of a receipt?
Replies: 12
Views: 5115

Re: FastReport How do I set number of copies of a receipt?

You can test
1 - Print two copies of the receipt and a sheet of A4 paper;

Design the report in an A5 (Landscape)
After the property Report (TFrxReport)
-PrintOptions:
Collate: = True
Copies: = 2
PrintOnSheet: = A4
PrintMode: = pmJoin

In the visualization of the report is only one sheet, when ...
by Kleyton
Sun Mar 27, 2011 12:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport How do I set number of copies of a receipt?
Replies: 12
Views: 5115

Re: FastReport How do I set number of copies of a receipt?

With FastReport, using the command oPrn: SetCopies (2), he is playing 50 copies, I have done everything and nothing.
by Kleyton
Mon Mar 21, 2011 5:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport How do I set number of copies of a receipt?
Replies: 12
Views: 5115

FastReport How do I set number of copies of a receipt?

Good evening friends
I'm needing to issue a receipt, giving me two options discussed below:
1 - Print two copies of the receipt and a sheet of A4 paper;
2 - Print two copies of the receipt fanfold paper, perforated card in half.

Here I set the page size: Width: 21cm and Height: 17cm, but prints ...
by Kleyton
Sun Aug 08, 2010 1:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tools to speed development
Replies: 0
Views: 364

Tools to speed development

Dear friends, I come across this request to friends some information as reported below:
Does anyone have a tool developed by themselves or by third parties to expedite the
CLIPPER conversion programs for FWH?

Examples:
- From DBF files'S create a registry standard;
- Create various reports, etc ...
by Kleyton
Wed May 19, 2010 2:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevos controles para FWH
Replies: 67
Views: 21841

Re: Nuevos controles para FWH

- FiveWeb, Sr. Antonio Linhares, tem como nos dizer em que passo está o processo FiveWeb? Se tem previsão de alguma versão para testes?

Obrigado
by Kleyton
Thu Dec 03, 2009 6:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport - FR3 in the RES
Replies: 10
Views: 2696

Re: FastReport - FR3 in the RES

Otto, Print label, I need to configure label fastreport.

And I'm not getting.
by Kleyton
Thu Dec 03, 2009 1:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport - FR3 in the RES
Replies: 10
Views: 2696

Re: FastReport - FR3 in the RES

I'm having trouble with the label of one, two, three and four columns using fastreport, someone could pass me an example or send me a file fr3?
by Kleyton
Thu Dec 03, 2009 1:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport - FR3 in the RES
Replies: 10
Views: 2696

Re: FastReport - FR3 in the RES

Otto, I just tested here in order to design. FR3 inserted into. RES, the changes do not have to be saved.

By sending save the FastReport will request the file name and location to be saved the arquivo.FR3.
by Kleyton
Wed Dec 02, 2009 4:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport - FR3 in the RES
Replies: 10
Views: 2696

Re: FastReport - FR3 in the RES

Hello Otto,

Below the picture of how I include the FR3 in the RES. You are in sequence.

_fastRep_ := "LOTREL_132.FR3"
oFrPrn:LoadFromResource(_fastRep_)

Image