Search found 779 matches: contained

Return to advanced search

Re: To Antonio center image

Silvio,

Please provide a small and self contained example, thanks
by Antonio Linares
Fri Jun 19, 2015 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio center image
Replies: 9
Views: 1552

Re: move a image on a image control

Please provide a small and self contained example to see how you are doing it, thanks
by Antonio Linares
Thu Jun 18, 2015 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move a image on a image control
Replies: 8
Views: 1384

Re: Also for Listview

Please provide a self contained example to reproduce the error, thanks
by Antonio Linares
Wed Jun 17, 2015 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5318

Re: How to disable an item of a radio control

Gracias Jose. Already tried but didn't work.


Uwe, my self-contained sample has a WHEN clause. I suspect that is what is interfering with manual disable/enable of the item
by hua
Tue Jun 09, 2015 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to disable an item of a radio control
Replies: 7
Views: 2265

New FTDN May 2015 (FWH 15.05)

... .T. ) * Many thanks to Cristobal Navarro for this great contribution! * Fix: Function IsBinaryData() was returning .t. when the text buffer contained chr(12). Now fixed. * New: function IsTextUnicode( cBuffer ) returns .t. if the buffer is unicode text. * Enhancement TBTNBMP. Now btnbmp ...
by Antonio Linares
Fri Jun 05, 2015 11:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3307

Re: problema con ado mysql y fwh (solucionado)

... the length of the column's content and NOT the defined size of the column. For eg if the Varchar Column's defined length is 40 and the value contained in the column is "Toy", len( oRS:Fields("Product_Name"):Value ) says that the length is 3. Am I missing anything ? I tried ...
by anserkk
Thu Apr 09, 2015 10:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con ado mysql y fwh (solucionado)
Replies: 12
Views: 2559

Re: ADO RDD xHarbour

Antonio, May be M Rao or Enrico can give us a hand? I could help but I need a reduced and self-contained sample showing the problem. EMG Enrico, A self contained code its difficult but the problem is: In adordd accordingly with the index active the select is like this: ...
by AHF
Wed Apr 08, 2015 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 473268

Re: ADO RDD xHarbour

Antonio,

AHF wrote:May be M Rao or Enrico can give us a hand?


I could help but I need a reduced and self-contained sample showing the problem.

EMG
by Enrico Maria Giordano
Wed Apr 08, 2015 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 473268

Re: Xbrowse totals

You may test this sample. You can use your own data too. Instructions for using your own data are contained in the code. /** Inserting Subtotals* Automatically recalculated* When individual items are edited**/#include "fivewin.ch"//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Mon Apr 06, 2015 1:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse totals
Replies: 3
Views: 775

xbrowse with trees (bug?)

To demonstrate what I understand to be a bug in xbrowse introduced during 2014, I wrote this self-contained reduced sample code. It works perfectly when compiled with fw 2012 but it breaks with fw 2014_06 when clicking on the square button of a leaf cell "AmtPaid". ...
by reinaldocrespo
Sat Mar 28, 2015 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with trees (bug?)
Replies: 1
Views: 393

Re: xbrowse MakeTotals()

Below is a self-contained sample that demonstrates some of the problems with xbrowse. Once the app is built, click on the square "edit_get_button" button on any tree leaf for column "AmtPaid". Notice when clicking ...
by reinaldocrespo
Fri Mar 27, 2015 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1769

Re: Black Square around BTNBMPs

Reinaldo,

reinaldocrespo wrote:Here is a self-contained reduced sample of the problem. All you have to do is hover over the btnbmp to see the [ugly] black square that gets drawn around the button:


I see no black square around the button.

EMG
by Enrico Maria Giordano
Thu Mar 12, 2015 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Square around BTNBMPs
Replies: 7
Views: 1797

Re: resize a column to multiline in xbrowse

Rao, here is the self-contained example PRG #include "fivewin.ch"#include "xbrowse.ch"#define DT_WORDBREAK                0x00000010#define DT_CALCRECT                 0x00000400function main()  local oMFont1 ...
by hua
Thu Mar 12, 2015 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a column to multiline in xbrowse
Replies: 23
Views: 7704

Re: Black Square around BTNBMPs

Here is a self-contained reduced sample of the problem. All you have to do is hover over the btnbmp to see the [ugly] black square that gets drawn around the button: #include "fivewin.ch"FUNCTION START()    LOCAL ...
by reinaldocrespo
Wed Mar 11, 2015 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Square around BTNBMPs
Replies: 7
Views: 1797

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: 7704
PreviousNext

Return to advanced search