Search found 1218 matches

by MGA
Thu Feb 14, 2019 5:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse - SetGroupHeader - Remove
Replies: 2
Views: 345

xbrowse - SetGroupHeader - Remove

is it possible to remove a SetGroupHeader previously defined in a browse?
by MGA
Mon Jan 14, 2019 1:42 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Carrusel con tcvrflow
Replies: 4
Views: 880

Re: Carrusel con tcvrflow

Olá, com o uso de um timer e mais o uso de GoLeft, GoRight, vai conseguir o efeito desejado. #include "FiveWin.ch" function Main() local oWnd, oCF, obar DEFINE WINDOW oWnd FROM 2, 2 TO 40, 96 color CLR_BLACK, CLR_CYAN DEFINE BUTTONBAR oBar OF oWnd SIZE 26,27 DEFINE BUTTON RESOURCE "LE...
by MGA
Wed Jan 09, 2019 8:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: calculate days
Replies: 7
Views: 1074

Re: calculate days

********************************************** * para comparar datas com hora inicial e final * $DOC$ * $FUNCNAME$ * FT_ELAPSED() * $CATEGORY$ * Date/Time * $ONELINER$ * Return elapsed time between two days and/or times * $SYNTAX$ * FT_ELAPSED([ <dStart> ], [ <dEnd> ], ; * <cTimeStart>, <cTimeEnd>) ...
by MGA
Mon Jan 07, 2019 12:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex not refresh sometimes
Replies: 3
Views: 736

Re: Folderex not refresh sometimes

to avoid the bad behavior you mentioned, I do not use WHEN .F. or DISABLE (). I do all the validation in the button action.
by MGA
Mon Jan 07, 2019 12:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Folderex not refresh sometimes
Replies: 3
Views: 736

Re: Folderex not refresh sometimes

Silvio, I realized that using FolderEx, if you use WHEN .f. or Object: DISABLE (), you will get this BUG that you mentioned. I do not know how to solve it, I just do not use WHEN or DISABLE.
by MGA
Thu Dec 27, 2018 10:21 am
Forum: FiveWin para Harbour/xHarbour
Topic: TDOLPHIN atribuir valor a objeto
Replies: 2
Views: 432

Re: TDOLPHIN atribuir valor a objeto

obrigado Cesar Gomez
by MGA
Sat Dec 22, 2018 2:53 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TDOLPHIN atribuir valor a objeto
Replies: 2
Views: 432

TDOLPHIN atribuir valor a objeto

Como posso atribuir um valor a objeto da tdolphin? estou fazendo assim, mais nao funciona: nLenImportar := oProdutoImportar:Fcount() nLenRow := oRow:Fcount() for x := 1 to nLenImportar for y := 1 to nLenRow if Alltrim(oProdutoImportar : FieldName( x )) == Alltrim(oRow : FieldName( y )) cVar := Alltr...
by MGA
Thu Dec 13, 2018 2:10 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SQL SERVER
Replies: 3
Views: 2106

Conectar SQL SERVER

Amigos,

preciso conectar em um banco SQL SERVER, podem me indicar qual ferrramenta utilizar?

E se possível algum exemplo!

obrigado
by MGA
Sat Dec 08, 2018 2:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: chronometer
Replies: 20
Views: 3866

Re: chronometer

thanks
by MGA
Fri Dec 07, 2018 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: chronometer
Replies: 20
Views: 3866

Re: chronometer

Silvio,

CodeAScii...() unresolved external
by MGA
Thu Sep 13, 2018 3:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 3118

Re: Spirin's fastreport library

Angel,

congratulations
by MGA
Wed Sep 12, 2018 2:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 3118

Re: Spirin's fastreport library

Angel, I believe this is not possible, you can at most indicate the field names, example:   : AddDbf ("CUSTOMER", {"Customer-> number", "Customer-> description")) Now, to solve this your need, you could use array: cCampos := 'numeronotaxxx,N;descricaoxxx,C' oFastReport:...
by MGA
Wed Sep 12, 2018 11:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Spirin's fastreport library
Replies: 23
Views: 3118

Re: Spirin's fastreport library

Hello, I used Spirin's fastreport library. More with his death I had to upgrade to FASTREPORT (x a i le...). The change was not transparent, had to make several adjustments in the original code, I had the support in the time of the -. Nowadays I use the FR perfectly. I live with some bugs. In time, ...
by MGA
Mon Sep 03, 2018 10:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HDO Harbour Data Object
Replies: 1
Views: 432

Re: HDO Harbour Data Object

What the value? Are the fonts open?
by MGA
Thu Aug 16, 2018 6:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Border on get browse
Replies: 3
Views: 456

Re: Border on get browse

Thanks