Search found 37 matches: colum

Return to advanced search

... with your code and modified the program. At first i must state that in all answers to your questions it was supposed that nCol gives you the column number of the actual browse column. oBrwMenu:bLDblClick:={|nRow, nCol| ... } This is wrong. To get the real column ...
by Detlef Hoefner
Sun Dec 21, 2008 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable mouse double click event on xBrowse ? (Solved)
Replies: 25
Views: 4612

Re: Ayuda con creación de GETs

... tmp = nfields y tendras todos los gets apuntando a avarget[nfields] La solución es usar un codeblock "dinámico" para asiganarle el valor : @fila,Colum+30 get aoget[tmp] var avarget[tmp] of odlgReg pixel update size 30,10 //<-- Aquí tengo el problema aoget[n]:bSETGET := GenLocalBlock ( avarget, ...
by gmart1
Fri Aug 29, 2008 7:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con creación de GETs dinámicos (Solucionado)
Replies: 4
Views: 987

From ver 8.03 onwards it is very easy to make sorting on any column very easy. If we are browsing DBF ( or any RDD ), simply assign the index-tag to oCol:cSortOrder. Example: oBrw:aCols[2]:cSortOrder := 'LASTNAME' This is enough for the xbrowse to create ...
by nageswaragunupudi
Sat Apr 12, 2008 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make new Sort by click on header?
Replies: 5
Views: 1175

To add combobox to xbrowse on top of each colum header

Hi,
Someone added the features like excel, combobox to xbrowse on top of each colum header so could search each colum datas .
Best regards!
Shuming Wang
by ShumingWang
Sun Nov 25, 2007 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To add combobox to xbrowse on top of each colum header
Replies: 0
Views: 325

Lineas de separacion en un Report

Utilizo FWH 2.6 + Harbour. Para separar columnas de un report mediante una linea vertical hago: COLUM TITLE "Mi titulo 1" DATA ......... GRID 1 COLUM TITLE "Mi titulo 2" DATA ........ GRID 1 ¿Cómo puedo separar las lineas con una linea horizontal? (GRID 0 y GRID 2 dan "Error ...
by Rafael Clemente
Thu Aug 02, 2007 10:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lineas de separacion en un Report
Replies: 18
Views: 4543

Tim,

>so if the right side has an empty column ( space ), the browse bar does not extend into it.

I noticed that too. I just either widen the colum to fit the browse, or add a dummy column to fill the extra space.

James
by James Bott
Wed Aug 01, 2007 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBrowse with one dimensional array
Replies: 6
Views: 1381

BITMAP problem with different screen resolution

... bitmaps. A customer have send me a screendump of my program and as you can see, the bitmaps are to small for the dialog. As you can see, also the colum-with is to small. The text is not show completely :cry: Here is the screendump on my PC http://www.vms.be/FWTest/tpsdoc1.jpg And ...
by Marc Vanzegbroeck
Fri Mar 24, 2006 3:27 pm
 
Forum: FiveWin for CA-Clipper
Topic: BITMAP problem with different screen resolution
Replies: 3
Views: 1195
Previous

Return to advanced search