Search found 82 matches: refers

Return to advanced search

Re: unreleased BITMAP in FW 11.11

Rimantas,

Please, that refers to your post. Thank you.
by ukservice
Mon Dec 12, 2011 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: unreleased BITMAP in FW 11.11 [solved]
Replies: 17
Views: 3037

Re: error with nExtMem()

The correct is:

Code: Select all  Expand view
hb_retnll( mst.ullTotalPhys );



I got 8.

So I hope MsgInfo( Int( nExtMem() / ( 1024 * 1024 * 1024 ) ) + 1 ) refers to 8 GB.

Is it correct?.

Thanks,.
by ukservice
Thu Sep 22, 2011 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error with nExtMem()
Replies: 19
Views: 2842

Re: WDBU clone - xbrDBU

... is not a problem. I simply create a new window with a different name, ie. oWnd2. In this case, however, you reference the object WndMain() which refers to the original window, oWnd. That creates errors. So I simply substituted the name of the main window for this procedure, but then when creating ...
by TimStone
Fri Sep 02, 2011 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WDBU clone - xbrDBU
Replies: 25
Views: 14359

Re: BCC 6.3

... a una linea, esta es la anotacion que tengo del caso, pero no me acuerdo donde se aplica. As a note, to pacify warnings, you have to modify a line refers to definition of "UNREFERENCED_PARAMETER" to "(void)" in WINNT.H as follows: Code: Select all Expand view #if ! defined(lint) ...
by carlos vargas
Wed Aug 24, 2011 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BCC 6.3
Replies: 35
Views: 7625

xBrowse a column containing richedit

Hi, I Have a column in a xbrowse list that refers to a memo field containing a richedit text. oCol = oBrw:AddCol() oCol:bStrData = { || note->nota } oCol:cHeader = "Nota" oCol:nEditType = EDIT_GET oCol:nWidth = 200 note->nota contains ...
by MarcoBoschi
Thu May 05, 2011 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse a column containing richedit
Replies: 16
Views: 4278

xbrowse 2010/12

Hi,

The xbrowse class from 2010/12 refers to a TMySqlQuery WSeekplus method. Where can I find this?

Thanks,
Alex
by AlexSchaft
Tue Mar 08, 2011 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse 2010/12
Replies: 4
Views: 864

Re: "BCC 6.3" Released

As a note, to pacify warnings, you have to modify a line refers to definition of "UNREFERENCED_PARAMETER" to "(void)" in WINNT.H as follows: #if ! defined(lint)#define UNREFERENCED_PARAMETER(P)          (void)(P)// ...
by andijahja
Sat Sep 25, 2010 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "BCC 6.3" Released
Replies: 23
Views: 6663

Re: NETWORK problems with WINDOWS 7

Otto,

I did a lot of tests from Windows 7 to Windows Server 2008 and since I disabled SMB 2.0, I didn't have any problem anymore.

The SMB 2.0 problem only refers to Windows Vista, Windows 7 and Windows 2008. For XP there never was any problem.

Thanks.
by driessen
Fri Jun 04, 2010 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NETWORK problems with WINDOWS 7
Replies: 10
Views: 1659

Re: Trbgroup caption color ( to Daniel and Antonio)

... "Ayudas"; HEIGHT 133 TOPMARGIN 25; STYLE BLUE Even better would be to use something like COLORTHEME instead of STYLE. STYLE refers to design rather than color. Regards, James
by James Bott
Mon Feb 01, 2010 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trbgroup caption color ( to Daniel and Antonio)
Replies: 11
Views: 1532

New FTDN January/Enero 2010 (10.1)

... bitmaps can also be added to Browse object, which can be referred from any column. If a column object's bitmap array is empty, columns bitmapno refers to the browse objects bitmap array. A column can also refer to browse's bitmap array if the bitmapno is negative, even if the column has its ...
by Antonio Linares
Tue Jan 26, 2010 1:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2010 (10.1)
Replies: 0
Views: 1625

Re: Multi-user software

... application, I solved it this way. I made a small application which is installed on the local PC and to which my shortcut on my desktop refers. If there is no main application on the local PC, this small application copies the main application from the server to the local PC. If the ...
by driessen
Sun Sep 06, 2009 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi-user software
Replies: 12
Views: 2112

Re: Intermittant xBrowse ADO error ( again )

... object also is not killed / destroyed even after setting oRs := nil. This recordset object still lives because the Browse Object's data oRs refers to this recordset object. What is creating problem for Paint method of XBrowse is that the recordset is "closed". You will agree that ...
by nageswaragunupudi
Mon Aug 10, 2009 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13212

Re: Intermittant xBrowse ADO error ( again )

... this will NOT work. Even after setting oBrw := nil, the Browse Object still "exists". What we made nil is only the local variable that refers to the Browse Object. But there are other references ( in case of dialog, oBrw:aControls[n] and in case of window, one of the elements in the ...
by nageswaragunupudi
Sun Aug 09, 2009 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13212

Advice needed

... etc. I am now adding a menu to the MDI window, but have the problem of knowing what window is highlighted and to which object the window refers to. My class stores the alias name of the browse and i was hoping to reference this in the action of the menu (oObject:cAlias->TICKET_NBR) ...
by PeterHarmes
Tue Jun 23, 2009 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed
Replies: 9
Views: 1362

Still having problems with TGET-class

... The TGET-class of FWH 9.04 still causes problems now and then. I always got this error : Error BASE/1111 Argument error: LEN The stacklist always refers to : LEN(0) TGET => TGET:LBUTTONUP(1566) This code is found there : if ::nPos > len( ::oGet:buffer )   ::nPos--endif Any idea ...
by driessen
Tue Apr 14, 2009 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still having problems with TGET-class
Replies: 3
Views: 420
PreviousNext

Return to advanced search