Search found 90 matches

by Patrizio
Wed May 29, 2013 3:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multithreading
Replies: 34
Views: 5091

Re: Multithreading

Enrico, Antonio: a test of that kind don't make sense in MT.

Try to make multiple scans of the same dbf file: one after the other in ST, parallel to each other in MT.
by Patrizio
Mon Feb 04, 2013 9:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Resizing a Window
Replies: 3
Views: 649

Re: Resizing a Window

Silvio, try this

Code: Select all

oCtl:Move( oCtl:nTop, oCtl:nLeft, aWidth[i] + oWnd:nWidth() - StartWidth , aHeight[i] + oWnd:nHeight() - StartHeight , .T. )
by Patrizio
Tue Jan 29, 2013 10:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: dbeval error
Replies: 2
Views: 439

Re: dbeval error

Silvio, from xHarbour guide: DbEval( <bBlock>,[<bForCondition>],[<bWhileCondition>],[<nNextRecords>],[<nRecord>], [<lRest>]) --> NIL so you can try this: MV->( DBEVAL( { || aCanE[ Month( FIELD->FECHA ) ][ 2 ]+= IIF( FIELD->TIPO="E", MV->TOTAL,0) }, {||Month(FIELD->FECHA)>0} ) ) or you can ...
by Patrizio
Fri Dec 21, 2012 4:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is someone using xHarbour multithreading?
Replies: 1
Views: 464

Re: Is someone using xHarbour multithreading?

Hi Taavi,

read this thread: http://forums.fivetechsupport.com/viewt ... d&start=15

From page 2 we write about multi-threading and xHarbour/FiveWin.
by Patrizio
Mon Dec 17, 2012 10:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Index file question
Replies: 2
Views: 482

Re: Index file question

// The example shows two approaches for building a custom index. // In the first approach, the controlling index is a regular index // which allows for relative database navigation. The second approach // uses the custome index as controlling index and requires absolute // database navigation. The ...
by Patrizio
Thu Nov 29, 2012 2:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SQLEXPRESS Select * from
Replies: 7
Views: 1055

Re: SQLEXPRESS Select * from

You can try this:

Code: Select all

SELECT OBJECT_NAME(OBJECT_ID) AS DatabaseName, *
FROM sys.dm_db_index_usage_stats
 
http://msdn.microsoft.com/it-it/library/ms188755.aspx
by Patrizio
Thu Nov 29, 2012 12:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: app auto upgrade
Replies: 4
Views: 884

Re: app auto upgrade

I wait for 60 seconds and if I can't delete the original .exe I return an error (it may be used from another user)
by Patrizio
Thu May 31, 2012 1:09 pm
Forum: Utilities / Utilidades
Topic: FiveWin applications gallery
Replies: 52
Views: 50678

Re: FiveWin applications gallery

http://www.tecnologica.info/index.html

TLPosWin: a small ERP for retail data management

Image

Request a demo: http://www.tecnologica.info/contattaci.html
by Patrizio
Fri Oct 07, 2011 11:31 am
Forum: Off Topic / Otros temas
Topic: Help in Translation
Replies: 4
Views: 1263

Re: Help in Translation

Hi all, A cousing of mine found this document, can an Italian friend please help me with it's translation??? http://www.mayapos.com/FiveWin/landaveri.jpg I think that not just my Name is misspeled, but also my LastName!!! Sorry for the off Topic/!!! Hi Bayron; it's arcaic version of italian, by the...
by Patrizio
Fri Aug 26, 2011 12:52 pm
Forum: Off Topic / Otros temas
Topic: TapaTalk
Replies: 0
Views: 316

TapaTalk

Antonio, is possibile to active tapatalk on this forum?
by Patrizio
Mon Aug 22, 2011 3:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: CONTROL an HOUR
Replies: 3
Views: 673

Re: CONTROL an HOUR

Do you think about use DateTime variables?
by Patrizio
Thu Jul 28, 2011 1:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: is control enabled?
Replies: 2
Views: 461

Re: is control enabled?

oControl:lActive
by Patrizio
Fri Jul 22, 2011 8:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4796

Re: ExplorerBar and Get

Many thanks Uwe :)
by Patrizio
Thu Jul 21, 2011 4:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4796

Re: ExplorerBar and Get

Uwe, i've found the problem :| #include "FiveWin.ch" #include "TTitle.ch" PROC Main()    LOCAL cText := Space(30)    LOCAL oWnd, oExpBar, oPanel, oGet    LOCAL oTitle    DEFINE WINDOW oWnd TITLE "Test"    oExpBar              := TExplorerBar():New( 60, 10, oWnd:nWidth, ...
by Patrizio
Thu Jul 21, 2011 11:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 4796

Re: ExplorerBar and Get

Uwe, now i need use only say, get, tbtnbmp and urllink and I don't use Manuel Mercado's lib.