Search found 275 matches: commented

Return to advanced search

Re: Server vs Notebook as Server for FW programms

... to a database of a server, only locally (I think) Rafa's comment is the first thing I think. How can these machines last so long? I have always commented that everyone should start looking to create applications with differenttechnologies (win & web) and the data center centralize it in ...
by Carles
Wed Jun 06, 2018 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16934

The magic of the Sockets

... program that is mounted on a table 10 with fivewin that behaves at 100%, we use a timer for every minute to send the string to the server, I commented this because I've seen a lot of comments about this classe  and I wanted to share my impressions. How they see is quite good I am grateful ...
by Busmatic_wpb
Wed May 16, 2018 2:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The magic of the Sockets
Replies: 1
Views: 635

Re: Not working nStretchCol (xBrowse )

You are right. Thanks for pointing out. Please re-insert this line anywhere in the class declaration of xbrowse (where the method resize is commented out):   METHOD Resize( nSizeType, nWidth, nHeight ) INLINE ( ::ColStretch(), ::Super:ReSize( nSizeType, nWidth, nHeight ...
by nageswaragunupudi
Tue May 08, 2018 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Not working nStretchCol (xBrowse )
Replies: 8
Views: 1417

Re: TMenuItem id shuffled

no, it is necessary that the line
Code: Select all  Expand view
::nInitId--

in
Code: Select all  Expand view
METHOD End() CLASS TMenuItem

is commented
by AntoninoP
Thu Mar 15, 2018 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TMenuItem id shuffled
Replies: 5
Views: 903

Re: EasyReport developer tool

Many people in Sillian have argued that ER does not work well: it has a lot of problems building print models. The people who have commented on this topic maybe were not in Sillian including Linossi and MauroArevalo, there have been so many people with whom I spoke and who said the same ...
by Silvio.Falconi
Tue Mar 06, 2018 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport developer tool
Replies: 16
Views: 5100

Re: Bug in TBitmap

It works again if I comment out #define REVD1801 inside bitmap.prg. Any better solution? EMG And even with the line above commented out, the bitmap is blank if the REDEFINE BITMAP ... TRANSPARENT clause is used. All of this used to worked perfectly in the previous FWH releases (since ...
by Enrico Maria Giordano
Fri Feb 16, 2018 3:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 13
Views: 3440

Re: Dialog, xbrowse,splitter,folder and ttitle

... run ok but if you resize the main window you have this error I made a function called ResizeWndMain() where I try to resize all That error? I have commented on its function ResizeWndMain() because it is not possible to resize the xbrowse if you define a static position of the splitter You have ...
by Silvio.Falconi
Wed Feb 07, 2018 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5756

Re: Dialog, xbrowse,splitter,folder and ttitle

... run ok but if you resize the main window you have this error I made a function called ResizeWndMain() where I try to resize all That error? I have commented on its function ResizeWndMain() because it is not possible to resize the xbrowse if you define a static position of the splitter You have ...
by cnavarro
Wed Feb 07, 2018 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5756

Re: xBrowse Cell Edit

... on xbrowse coloumn.. if by default is :selectall(), the entire content can be deleted if a char key was pressed.. so just by avoiding.. BTW, I commented what you suggests. just maybe.. similar to this oCol:bEditWhen := {|Self| IF( Self:oEditGet <> Nil, Self:oEditGet:SelectNone(), ...
by nageswaragunupudi
Tue Sep 05, 2017 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell Edit
Replies: 8
Views: 1699

Re: Database - 17.07 - Problems

Diego, I had to make a few changes to get your sample working (commented lines were erroring out). It was also set to use TDatabase() not TData() which I changed. I am not seeing any errors using this code. James /*Language : Fivewin/xHarbourUpdated  : ...
by James Bott
Fri Aug 25, 2017 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11989

Re: Function list builder application

... of hours if the Wiki was current. Sadly, one of the responses has been to look at the source code to see how something works. If it was well commented, that would be helpful, but again it's not. So that means taking a lot of time to see exactly what is taking place, and then figuring the ...
by TimStone
Sat Jul 29, 2017 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function list builder application
Replies: 16
Views: 3031

Re: Bloated EXEs (reprise)

It definitely are the fwh-libs. If I comment these file out of the samples buildx.bat, my .exe is 831kb, with these libs it is 3404kb. The commented lines are: echo %fwh%\lib\Fivehx.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib + >> b32.bc echo %fwh%\lib\pgsql.lib %hdir%\lib\libpq.lib ...
by gkuhnert
Sat Jul 22, 2017 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5090

Re: Bug in mdichild menu

With MAXIMIZED commented out, try pressing ALT-1 and you will see a message with 2 instead of 1.

EMG
by Enrico Maria Giordano
Thu Jun 29, 2017 8:01 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5093

Re: Bug in mdichild menu

Unfortunately the bug has moved here (note: MAXIMIZED is commented out): #include "Fivewin.ch"FUNCTION MAIN()    LOCAL oWnd, oMenu    MENU oMenu 2007        MENUITEM "Test&1" ACTION ...
by Enrico Maria Giordano
Wed Jun 28, 2017 10:16 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5093

Re: OT: MAPI -- Why it sometimes work, and sometimes doesn't ?

Enrico,

Good to know. I just looked at the source (TMail.prg) and I see the the mapiLogon() is commented out now.

Thanks for pointing it out.

James
by James Bott
Mon Jun 12, 2017 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: MAPI -- Why it sometimes work, and sometimes doesn't ?
Replies: 7
Views: 1878
PreviousNext

Return to advanced search