Search found 76 matches: highlcell

Return to advanced search

Re: TO GURUS : TRANSPARENT ERROR WITH XBROWSE

oApp():oGrid:nMarqueeStyle :=MARQSTYLE_HIGHLCELL
run ok but I want see the bar on all one row and not one cell
by Silvio
Mon Feb 02, 2009 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO GURUS : TRANSPARENT ERROR WITH XBROWSE
Replies: 32
Views: 5788

Re: TO GURUS : TRANSPARENT ERROR WITH XBROWSE

Hello Daniel, Silvio I tested every possible combinations. Using xBrowse inside the Main-Window, or inside a Dialog from resources, is no difference. Changing the < nMarqueeStyle > I got different results : oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL // OK oBrw:nMarqueeStyle := MARQSTYLE_HIGHLRO...
by ukoenig
Wed Jan 28, 2009 11:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO GURUS : TRANSPARENT ERROR WITH XBROWSE
Replies: 32
Views: 5788

xBrowse nFreeze

Hi all, i have xBrowse with an array as data source. Each row has 3 columns. The first 2 colums are for searching and the third column is editable. nMarqueeStyle is MARQSTYLE_HIGHLCELL. I want the browse starting with the cursor placed on the 3rd column. I tried this by setting nFreeze to '2'. But w...
by Detlef Hoefner
Thu Jan 08, 2009 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse nFreeze
Replies: 5
Views: 738

Error con workshop

Amigos, estoy tratando de crear un dialogo con workshop y fwh 8.07, xharbour 1.1, bcc 5.5, el problema es que : a) genero un recurso con Dll, que luego paso a Rc. b) Usando verce 4.5, me enlaza los ejecutables y el rc me lo convierte a 32. c) me muestra el menu y los iconos asociados a la barra de t...
by norte_67
Wed Nov 26, 2008 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con workshop
Replies: 1
Views: 809

XBROWSE: Como activar/desactivar EDITABLE de una columna

Hola: Tengo definido: " REDEFINE XBROWSE oGrid2 ID 20 OF oFld:aDialogs[ 3 ] ; ALIAS "tarcli" ; AUTOSORT LINES CELL FASTEDIT oGrid2:nMarqueeStyle:= MARQSTYLE_HIGHLCELL ADD COLUMN TO oGrid2 HEADER OemToAnsi("C¢digo") ; RIGHT EDITABLE ; DATA iif(empre2->larttxt,tarcli->cref,tarcli->codart) ; O...
by RPATON
Wed Nov 05, 2008 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE: Como activar/desactivar EDITABLE de una columna
Replies: 1
Views: 537

Ok con gusto Antonio.... Resolvi una parte te explico... Yo estoy trabajando de la siguiente manera todo en MDI-MDICHILD Tengo mi ventana MDICHILD, Tengo dos Gets y Varios Botones desde mi Dialogo de Recurso, y le estoy incrustando un xBrowse desde codigo, Asi defino mi ventana MDICHILD: DEFINE WIND...
by angstin
Wed Nov 05, 2008 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA CON XBROWSE
Replies: 9
Views: 1625

Agregar registro a dbf vacia con txbrowse

Hola amigos del foro: Alguno de ustedes podría orientarme sobre ¿cómo agregar un registro en txbrowse sobre una dbf en blanco? La idea es utilizar exclusivamente txbrowse sin ningún diálogo o gets externos. El siguiente es el último código, (lo he intentado de diferentes maneras pero no logro hacerl...
by FranciscoA
Mon Sep 22, 2008 7:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agregar registro a dbf vacia con txbrowse
Replies: 6
Views: 3025

Ayuda: Estoy empezando a usar xBrowse

Amigos del foro: Estoy por decidirme a utilizar xBrowse y en mis primeras pruebas he logrado algunos avances. Puedo hacerlo en codigo xBase, pero, deseo llevar a cabo la creacion utilizando FOR...NEXT. (quiero editar una DBF con muchos campos (45) creando el browse de manera automatica). Como dije, ...
by FranciscoA
Fri Sep 19, 2008 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda: Estoy empezando a usar xBrowse
Replies: 5
Views: 1464

I've found an answer example source code below arrays: xTABTMP - array to show xTMPCOLORS - array for define colors --->part of code: For XXX:=1 To Len(xTABTMP) // array for cell colors AADD(aTMPCOLORS,{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}) Next oBRWLLPOD := TXBrowse():New( oDLGLLPOD ) ...
by Robert Frank
Sun Sep 14, 2008 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - multiselect on cells
Replies: 1
Views: 514

Lines in xBrowse

Hello, No problem, only Gradients for Header and Footer you cannot use in FWH 8.06 The Line-preview, you can use in FWH 8.06 as well. There is no change. The source you can copy and past from the field < background and styles >. You can mix all settings, until you think it is ok. I will finish...
by ukoenig
Sat Aug 16, 2008 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3521

Construcción Abril 2008 ================= * Mejora: El método MeasureItem() devuelve tamaños ampliados para las opciones de los "menuitems". * Corrección: La clase TControl ha sido modificada para procesar apropiadamente el mensaje WM_UPDATEUISTATE. Esto causaba que algunos controles no se visualiza...
by Antonio Linares
Thu Apr 24, 2008 9:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April / Abril 2008 (8.04)
Replies: 1
Views: 3648

Problema Xbrowse y Barras de Scroll

Hola, Estoy usando un xbrowse y cuando pulso el raton sobre la barra de scroll, bien sea la horizontal o la vertical, estas desaparecen. REDEFINE XBROWSE oBrw ID ID_BROWSE OF oTab:aDialogs[1] ; HEADERS "Nombre", "Cargo", "Telefono", "Fax", "Email", "Observaciones"; FIELDS CONTACTO->NOMBRE,; CONTA...
by jfafive
Sun Apr 13, 2008 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema Xbrowse y Barras de Scroll
Replies: 0
Views: 361

New FTDN April / Abril 2008 (8.04)

April 2008 ======= * Enhancement: Class TWindow Method MeasureItem() returns wider sizes for menuitems. * Fix: Class TControl has been modified to properly process WM_UPDATEUISTATE message. This was causing some controls not to be seen when pressing Alt in Vista. * New: Help CHM files support, using...
by Antonio Linares
Fri Apr 11, 2008 11:42 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April / Abril 2008 (8.04)
Replies: 1
Views: 3648

xBrowser array add/del elements

Hello Antonio, How to prevent that after add a new element the header disappears. Regrads, Otto Otto, Here you have samples\mallorca.prg modified with your requirements. Right click on it to show a popup menu: Code: # INCLUDE "FiveWin.ch" # INCLUDE "XBrowse.ch" //------------- FUNCTION Main() //----...
by Otto
Thu Mar 06, 2008 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser array add/del elements
Replies: 3
Views: 1426

How to show OemToAnsi in xBrw. (when no Col's defined) ?

Hello, from Germany In the Quickbrowse-Modul i want to show C- Fields in OemToAnsi-Look, if the user selects : OemAnsi = .T., to show Dbf's, created in old times with Clipper. There are no Col's defined. IF OemAnsi = .T. then ........ Gets and Edits in oBrw5 and oBrw6 must change -------------------...
by ukoenig
Sun Feb 17, 2008 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show OemToAnsi in xBrw. (when no Col's defined) ?
Replies: 0
Views: 504
PreviousNext

Return to advanced search