Search found 17 matches

by Ladinilson
Fri Jan 28, 2022 1:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWord multiple pages
Replies: 2
Views: 300

Re: TWord multiple pages

#Include "FiveWin.ch"FUNCTION Main() LOCAL nI, nCopias := 3 // em um GET o usuario escolhe, ok? // SetCopies FOR nI := 1 TO nCopias IMP_WORD_PAGES() // multiples pages. NEXTRETURN NILFUNCTION IMP_WORD_PAGES() LOCAL oWord oWord := TWord():New() oWord:OpenDoc ...
by Ladinilson
Fri Jan 28, 2022 1:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWord multiple pages
Replies: 2
Views: 300

TWord multiple pages

Good Morning

I needed to make a sheet of a Word file where it contains fields to be filled in, could create several pages and I tried with...

LOCAL oWord,a:=1oWord := TWord&#40;&#41;:New&#40;&#41;oWord:OpenDoc&#40; "C:\document\TEST.docx" &#41;DO WHILE a < 11&nbsp; &nbsp;oWord:STARTPAGE&#40;&#41 ...
by Ladinilson
Mon May 10, 2021 2:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Upload / Download multiple FTP files
Replies: 1
Views: 460

Upload / Download multiple FTP files

Good morning gentlemen

I need to upload and then download several image files (JPG) via FTP automatically, that is, a routine that sends files from one directory and another that downloads from FTP and writes to a directory on the other side.

Thanks
by Ladinilson
Fri Feb 12, 2021 6:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP FONT
Replies: 6
Views: 490

Re: BTNBMP FONT

Thanks G. N. Rao.!
by Ladinilson
Thu Feb 11, 2021 8:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP FONT
Replies: 6
Views: 490

Re: BTNBMP FONT

Yes i already tried this...

Code: Select all | Expand

ButQST[nContST]:SETFONT(oFont2000)


just like this ...

Code: Select all | Expand

ButQST[nContST]:oFontBold := oFont2000


and I didn't get any results
I think you are at REDEFINE this problem because using @ it seems that it works
by Ladinilson
Thu Feb 11, 2021 8:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP FONT
Replies: 6
Views: 490

Re: BTNBMP FONT

I change the size of the FONT but it remains with a defined size ...

DEFINE FONT oFont2000 NAME "ARIAL ROUNDED MT BOLD" SIZE 0,-14 BOLDDEFINE FONT oFont2000 NAME "ARIAL ROUNDED MT BOLD" SIZE 0,-18 BOLDDEFINE FONT oFont2000 NAME "ARIAL ROUNDED MT BOLD" SIZE 0,-32 BOLDDEFINE FONT oFont2000 NAME ...
by Ladinilson
Thu Feb 11, 2021 3:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP FONT
Replies: 6
Views: 490

BTNBMP FONT

Hello everyone,

I am using BTNBMP to show a set of buttons but I have already modified the FONT several times and it does not change.

I can even set the font but I can't increase the size

Do any of you know any solutions?

REDEFINE BTNBMP ButQST&#91;nContST&#93; ID nIDST OF oStObj FONT oFont13 ...
by Ladinilson
Mon Aug 17, 2020 5:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ler Código de Barras em um JPG
Replies: 3
Views: 542

Re: Ler Código de Barras em um JPG

Ja tinha visto em um tópico aqui em 2014 mas não consegui fazer funcionar e acredito que já deva ter algo mais recente e eficaz....

viewtopic.php?f=3&t=28983&p=199318&hilit=ocr#p199318
by Ladinilson
Mon Aug 17, 2020 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ler Código de Barras em um JPG
Replies: 3
Views: 542

Re: Ler Código de Barras em um JPG



Dr, se postei aqui seria uma solução via FWH amigo.

Mesmo assim obrigado mas continuo querendo para incluir em minha aplicação.
by Ladinilson
Mon Aug 17, 2020 12:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ler Código de Barras em um JPG
Replies: 3
Views: 542

Ler Código de Barras em um JPG

Bom dia,

Queria ler código de barras que esta dentro de uma imagem JPG.

Procurei sobre o assunto e achei via OCR mas como foi um assunto muito antigo, não consegui material completo para montar esta rotina.

Algum exemplo que posso me ajudar?´

Obrigado
by Ladinilson
Fri Aug 07, 2020 3:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Funções "RANDOM" não funcionam!
Replies: 4
Views: 745

Re: Funções "RANDOM" não funcionam!

Fiz uma pequena mudança e funcionou!

Obrigado meu caro
by Ladinilson
Fri Aug 07, 2020 2:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Funções "RANDOM" não funcionam!
Replies: 4
Views: 745

Re: Funções "RANDOM" não funcionam!

Para 999999 não funcionou infelizmente pois tem o uso e já testado HB_RandomInt()

:(
by Ladinilson
Fri Aug 07, 2020 2:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Funções "RANDOM" não funcionam!
Replies: 4
Views: 745

Re: Funções "RANDOM" não funcionam!

Obrigado!

irei testar.
by Ladinilson
Fri Aug 07, 2020 1:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Funções "RANDOM" não funcionam!
Replies: 4
Views: 745

Funções "RANDOM" não funcionam!

Fiz vários testes com nRANDOM(), RANDOM(), HB_RandomInt(), etc e todas elas NÃO FUNCIONARAM nas suas totalidades ou seja, todas deixaram de fornecer alguns números em uma de range 999999 e estou com muita dificuldade em encontrar uma solução para isso já que em se tratando de sorteios, nenhum número ...
by Ladinilson
Mon Mar 02, 2020 5:46 pm
Forum: FiveWin para Harbour/xHarbour
Topic: JoseLuis ajuda
Replies: 0
Views: 553

JoseLuis ajuda

Bom dia,

Joseluis queria uma ajuda sobre o tópico...

viewtopic.php?f=6&t=20406&p=108205&hilit=scanner#p108205

Pois falta uma função nela e estou implementando esta rotina ao meu sistema.

Obrigado

Ladinilson Sousa