Search found 780 matches: contained

Return to advanced search

Re: resize a column to multiline in xbrowse

Ok Rao. I'll try to build a self contained example.
by hua
Tue Mar 10, 2015 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a column to multiline in xbrowse
Replies: 23
Views: 7925

Re: FW App sending email but pc has no email client

... is not right (or just perfect). Try my code above. Make sure you have all the correct parameters aligned. If it doesn't work just write a self-contained reduced fw sample that we can share and work together. Let me know how it works for you. I'll be glad to help. Reinaldo.
by reinaldocrespo
Tue Mar 03, 2015 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW App sending email but pc has no email client
Replies: 11
Views: 3741

Re: Unresolved Errors (gdiplus) with 15.02

... It is not Borland C or Microsoft C. I don't have gdiplus.lib or similar in the xhb directories. I searched all files in xhb to see if any of them contained the string gdiplus and found nothing.
by Gale FORd
Mon Mar 02, 2015 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved Errors (gdiplus) with 15.02
Replies: 5
Views: 1395

xBrowse on a Dlg OF oWnd MDI does not respond

... this xbrowse. It is housed on a dialog built from resources. The app is an MDI app. I have been able to reproduce the problem on a reduced self-contained sample as shown below. When you execute the app you must resize the window in order to view the xbrowse. That is not the problem I'm looking ...
by reinaldocrespo
Fri Feb 13, 2015 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a Dlg OF oWnd MDI does not respond
Replies: 3
Views: 1144

Re: xbrowse in a Toolbar?

Enrico; Good idea. Here is a reduced self-contained sample: #include "fivewin.ch"#include "xbrowse.ch"FUNCTION Start()    LOCAL oImageList, orebar, oToolBar, oBrw, oWnd   DEFINE WINDOW oWnd MDI      DEFINE IMAGELIST ...
by reinaldocrespo
Tue Feb 10, 2015 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse in a Toolbar?
Replies: 14
Views: 4782

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

If, information in the filter is not contained in any of the indexes, then I don't see how it could avoid reading all the records in the scope. Filter information is never stored in indexes. RDD builds a record list (whatever name it is called) ...
by nageswaragunupudi
Tue Feb 03, 2015 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8907

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... in the scope. I would think this would have to be "may not" instead of "does not." If, information in the filter is not contained in any of the indexes, then I don't see how it could avoid reading all the records in the scope. James
by James Bott
Tue Feb 03, 2015 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8907

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

James,

James Bott wrote:Since the filter info is not contained in the index, then ordkeycount() would have to read all the records in the scope in order to determine those in the filter. This must be rather slow since it is all disk access.


This is true... :-(

EMG
by Enrico Maria Giordano
Tue Feb 03, 2015 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8907

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

Since the filter info is not contained in the index, then ordkeycount() would have to read all the records in the scope in order to determine those in the filter. This must be rather slow since it is all disk access.

James
by James Bott
Tue Feb 03, 2015 3:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8907

Re: dbseek

... 01112, 678-0000 In this example the phone number field contains unique numbers, but only because the phone system requires it. If the field contained, say, computers owned by make and model, then they could be non-unique. Certainly you could add a primary key field, but I have never needed ...
by James Bott
Sun Feb 01, 2015 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbseek
Replies: 10
Views: 2602

Re: Uso de Diccionario de Datos ADS y tablas libres

... un DD, entonces esa tabla NO es "free". Yo uso xHarbour con FW 12_10 y no puedo reproducir el problema. A ver si te puedo crear un -self-contained-reduced sample que puedas probar allá con tu harbour y fw. Reinaldo. Mira la tabla que intento abrir es .ADT, solo que no se encuentra dentro ...
by Yessica
Thu Jan 29, 2015 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Diccionario de Datos ADS y tablas libres
Replies: 22
Views: 7544

Re: Uso de Diccionario de Datos ADS y tablas libres

... un DD, entonces esa tabla NO es "free". Yo uso xHarbour con FW 12_10 y no puedo reproducir el problema. A ver si te puedo crear un -self-contained-reduced sample que puedas probar allá con tu harbour y fw. Reinaldo.
by reinaldocrespo
Thu Jan 29, 2015 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Diccionario de Datos ADS y tablas libres
Replies: 22
Views: 7544

Re: Antonio: Modifying CLASS TRBtn (Bug?)

Günther,

I think Antonio was looking for a small self-contained example program that shows the problem that he can use to test your fix for the problem.
by James Bott
Tue Jan 27, 2015 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Modifying CLASS TRBtn (Bug?)
Replies: 12
Views: 2870

Re: Strange problems on decimals - dangerous bug !!

Hi, no I didn't. As you can see the self-contained is very minimal. --- #include "fivewin.ch" procedure start() oSQLite := TSQLiteServer():New( "test.sql" ) If oSQLite:lError msgStop( "error" ) RETURN EndIf cQuery:="SELECT ...
by cnavarro
Mon Jan 19, 2015 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5937

Re: Strange problems on decimals - dangerous bug !!

Hi, no I didn't. As you can see the self-contained is very minimal. --- #include "fivewin.ch" procedure start() oSQLite := TSQLiteServer():New( "test.sql" ) If oSQLite:lError msgStop( "error" ) RETURN EndIf cQuery:="SELECT ...
by Marco Turco
Mon Jan 19, 2015 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange problems on decimals - dangerous bug !!
Replies: 37
Views: 5937
PreviousNext

Return to advanced search