Search found 332 matches

by Wanderson
Wed May 25, 2016 12:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xHb error - does anyone know what this means
Replies: 11
Views: 1892

Re: xHb error - does anyone know what this means

Hello, try to Split your resource files in 2 or more.
by Wanderson
Wed May 25, 2016 12:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: email CDO caracter problem
Replies: 13
Views: 1961

Re: email CDO caracter problem

Can I see a reduced and self-contained sample of the problem? EMG Enrico above you can see how i send mails, but in destination body email the caracters display wrong. Thanks! Static Function Config_Mail() local lRet := .f. local oCfg, oError local cServ := "smtp.gmail.com" local nPort :=...
by Wanderson
Wed May 25, 2016 1:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: email CDO caracter problem
Replies: 13
Views: 1961

email CDO caracter problem

Hi, I work with cdo to send e-mails but in email body i need to display special caracter like ç ã ó é etc. If I select this sentence: Segue convocação para assembleia geral extraordinária tendo como pauta negociação da convenção coletiva. In destination email body display this: Segue convoca��o para...
by Wanderson
Fri Nov 13, 2015 12:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Gif animate
Replies: 0
Views: 309

Gif animate

Hi,

How I can prevent gif stop animate when I consuming a webservice?

Thanks.
by Wanderson
Tue Oct 13, 2015 4:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling
Replies: 7
Views: 1201

Re: Error compiling

Wanderson, vc. fala português, porque ficar falando em Inglês? comente: @ 06, 08 GROUP TO 45, 220 LABEL "Impressora: " OF oDlg   // e compile   Depois: @ 06, 08 GROUP TO 45, 220 PROMPT "Impressora: " OF oDlg   O que ocorre? abs. Obrigado era problema com o GROUP TO mesmo, e sobr...
by Wanderson
Fri Oct 09, 2015 6:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fastreport 2 records in a page
Replies: 3
Views: 574

Re: fastreport 2 records in a page

Marcelo Via Giglio wrote:Hola,

easy, extend the MasterData band to take half of the page

regards

Marcelo Vía
Thanks Marcelo but the each record in masterdata has a detail data like a invoice with many items.
by Wanderson
Fri Oct 09, 2015 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fastreport 2 records in a page
Replies: 3
Views: 574

fastreport 2 records in a page

Hi,

I have a dbf with 1200 records and I want to print 2 invoices per page, how I can do this in report design?

Thanks.
by Wanderson
Mon Oct 05, 2015 1:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling
Replies: 7
Views: 1201

Re: Error compiling

Karinha thats the messagem in error log: very strange

xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106)
Copyright 1999-2014, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'TXTPREV.PRG'...

1 error

No code generated
by Wanderson
Fri Oct 02, 2015 6:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling
Replies: 7
Views: 1201

Re: Error compiling

karinha wrote:

Code: Select all

@ 06, 08 GROUP TO 45, 220 LABEL "Impressora: " OF oDlg 
 
Thanks but now display this error.

xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106)
Copyright 1999-2014, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'TXTPREV.PRG'...

1 error

No code generated
by Wanderson
Thu Oct 01, 2015 7:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling
Replies: 7
Views: 1201

Error compiling

Hi I try to compile txtprev.prg and get this error:

TXTPREV.PRG(807) Error E0030 Syntax error: "syntax error at '@'"

in this line:

@06,08 TO 45,220 OF oDlg PROMPT "Impressora:"

what the wrong.

Thanks.
by Wanderson
Wed Sep 30, 2015 7:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Image in window or dialog
Replies: 4
Views: 890

Re: Image in window or dialog

ukoenig wrote:You can use :

LoadImage( cResName, cBmpFile )

best regards
Uwe :D
Thanks ukoenig
by Wanderson
Tue Sep 29, 2015 1:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Image in window or dialog
Replies: 4
Views: 890

Re: Image in window or dialog

Thank you ukoenig!

Work great with jpg file but oImage1:LoadBmp( "SEMIMG" ) do not load a resource image, do you know how?
by Wanderson
Mon Sep 28, 2015 1:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Image in window or dialog
Replies: 4
Views: 890

Image in window or dialog

Hi,

How the best way to display a jpg file in window or dialog with scrollbars and zoon in and zoon out.

Thanks.
by Wanderson
Fri Aug 07, 2015 7:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and logic field
Replies: 3
Views: 624

Re: xbrowse and logic field

Look http://forums.fivetechsupport.com/viewtopic.php?f=3&t=29601&p=167188&hilit=checkbox+xbrowse#p167355 Or find "checkbox xbrowse" Hi, thanks but i try this and still Error description: Error BASE/1111 Argument error: LEN oCol := oBrw:AddCol() oCol:AddResource( "CHECKOFF...
by Wanderson
Fri Aug 07, 2015 6:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and logic field
Replies: 3
Views: 624

xbrowse and logic field

Hi, what the best way to show a logical field in xbrowse? I try this and get a execution error

oCol := oBrw:AddCol()
oCol:bStrData := { || ARQMOT->BLOQ }
oCol:cHeader := "BLOQUEADO"

thanks in advance.