Search found 38 matches: overlap

Return to advanced search

Re: Variable substitution in MS Sql Substring() Function

... not know if I will gain any better tuning, but I definitely will return less rows and an accurate relational result in the case of a primary key overlap. Thanks Rick Lipkin
by Rick Lipkin
Tue Feb 09, 2016 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Variable substitution in MS Sql Substring() Function
Replies: 6
Views: 1339

Re: Disabled button get still clickable (TBtnBmp)

...       oGet:CreateButton()               oGet:oBtn:Disable()  Please notice that if you double click on the GET its contents will overlap the button. It is not a nice effect :-( I am thinking a way to solve that, but it does not seems easy.
by Antonio Linares
Fri Oct 31, 2014 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled button get still clickable (TBtnBmp) - SOLVED
Replies: 12
Views: 1999

Re: Button Bitmap with Caption at bottom.

... the other while defining the BUTTONBAR. DEFINE BUTTONBAR oBar OF oWnd SIZE <nWidth>, <nHeight> If the height is less, prompt will overlap the bitmap. By default the bitmap is painted on top and prompt at the bottom. If this not working by default in older version please try adding ...
by nageswaragunupudi
Sun Jun 08, 2014 12:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bitmap with Caption at bottom.
Replies: 5
Views: 1043

Re: German and Italian translations help required

... "Organizar verticalmente","Vertikal anordnen","Titolo verticale" },; { "Vertical arranges the windows as nonoverlapping tiles", "Organiza las ventanas verticalmente", "Organise les fenêtres verticalement", "Organiza as janelas ...
by Massimo Linossi
Sun Sep 08, 2013 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: German and Italian translations help required
Replies: 5
Views: 4217

Re: DATE RANGE

The formula I posted was to check if two ranges ( any datatype ) intersect (overlap). In case of hotels, check_in can be same as check_out and that is not overlap. The modification required for this to use CHECK_OUT - 1 instead of CHECK_OUT in that formula. Excluding ...
by nageswaragunupudi
Mon Mar 18, 2013 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DATE RANGE
Replies: 56
Views: 15094

Re: records disappear

... sometime that the record pointer changes ( for example in a browse ) and executes an update on a different record . Checks whether there is an overlap of records and not a loss . Maurizio
by Maurizio
Thu Jan 24, 2013 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: records disappear [solved]
Replies: 41
Views: 6674

Re: How To Make oDlg:Say Transparent

Thanks For Your Help

I could compile and run here with fwh1111 or later + harbour + bcc582. It is transparent. Just the display overlap.

Regards

ACWoo
by acwoo1
Wed Feb 01, 2012 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make oDlg:Say Transparent
Replies: 9
Views: 2017

Resource label has display problem

In the past, using this in an RC file, showed the label, and it did not overlap the get field. In 11.12, we lost the transparency in the label. It now works again, but now the label overlaps onto the get field. If you pass the mouse over the field, it then displays ...
by TimStone
Wed Feb 01, 2012 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource label has display problem
Replies: 0
Views: 317

Re: How To Make oDlg:Say Transparent

... How to modify so that when I click, they display don't overlap. Regards ACWoo
by acwoo1
Wed Feb 01, 2012 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make oDlg:Say Transparent
Replies: 9
Views: 2017

Re: How To Make oDlg:Say Transparent

... .t., .t.),; oDlg:Say( 28, 210, custno1,,, oFont, .t., .t.)) How to make it cover the earlier entry and display the latest entry so that they don't overlap. Regards ACWoo
by acwoo1
Wed Feb 01, 2012 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Make oDlg:Say Transparent
Replies: 9
Views: 2017

Re: Button Bar Problem with 11.06

Another buttonbar problem. Without 2007 clause and with prompt on button, the bmp and text overlap. It does not move the bmp up and the text down. I tried adding TOP to the button command but no help. Is there something we can do about these button/buttonbar problems. ...
by Gale FORd
Tue Jul 19, 2011 10:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar Problem with 11.06
Replies: 10
Views: 2449

Button Bar Problem with 11.06

I am having a problem with the button bar after upgrading. If I have a button with a menu it does not widen the button so the little down arrow may overlap bmp (2nd image below. If I add the 2007 clause to the button bar it does draw the button correctly but then an @ say on the bar does not show ...
by Gale FORd
Fri Jul 15, 2011 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar Problem with 11.06
Replies: 10
Views: 2449

Re: Disabling scrollbars(H and V) in redefined xbrowse at runtim

Can they be hidden. I have used resources that overlap each other before. For instance a radio control might need different fields for different choices. So I hide and disable some and unhide and enable the ones I need for the corresponding radio selection.
by Gale FORd
Wed Feb 02, 2011 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabling scrollbars(H and V) in redefined xbrowse at runtim
Replies: 16
Views: 2392

Re: xBrowse cell overlaps

... for your code snippet. It works for the last column, see screen shot: http://data.sewerin.de/www/centres.nsf/Files/xBrowse_cell_overlaps_01/$FILE/xBrowse_cell_overlaps_01.png But it doesn't work for (empty) cells, as shown here: http://data.sewerin.de/www/centres.nsf/Files/xBrowse_cell_overlaps_02/$FILE/xBrowse_cell_overlaps_02.png ...
by frose
Fri Apr 30, 2010 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse cell overlaps
Replies: 8
Views: 1709

xBrowse cell overlaps

Dear Rao,

is it possible to overlap (free) cells in xBrowse, like it is in Excel?

Little screen shot, showing overlapped cells in Excel:
http://depositfiles.com/files/3bb77rcog
by frose
Thu Apr 29, 2010 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse cell overlaps
Replies: 8
Views: 1709
PreviousNext

Return to advanced search