Search found 2654 matches: listbox

Searched query: listbox

by Silvio.Falconi
Fri Nov 08, 2024 10:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 3990

Re: xbrowse very slow vs Xbrowser

... paint method here.

You have to work with coordinates and use oWnd:say(), oWnd:line(), etc.
But it is quite a bit of work.

Have you tried with LISTBOX?
Best regards,
Otto


Do you seen the last video ?

Visualbasic net
https://i.postimg.cc/BZ2gw2Fw/visual.png

Xbrowse
https://i.postimg ...
by Otto
Fri Nov 08, 2024 8:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 3990

Re: xbrowse very slow vs Xbrowser

... my room plan and the cash register. Initially, I also tried a browser approach, but it is too slow.
You need to create your own paint method here.

You have to work with coordinates and use oWnd:say(), oWnd:line(), etc.
But it is quite a bit of work.

Have you tried with LISTBOX?
Best regards,
Otto
by JoseAlvarez
Wed Nov 06, 2024 12:53 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar Listbox
Replies: 2
Views: 429

Re: Ajustar Listbox

servicomver wrote:Ya quedó solucionado. con una Función logré dividir el campo y ponerlo sin cortar palabras :D
Quizás esta cláusula te sirva para hacerlo mas fácil:

Code: Select all | Expand

oLbx:lMChange := .F.  / .T.
El usuario puede ajustar el tamaño de todas las columnas desde el encabezado.
by servicomver
Tue Nov 05, 2024 8:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar Listbox
Replies: 2
Views: 429

Re: Ajustar Listbox

Ya quedó solucionado. con una Función logré dividir el campo y ponerlo sin cortar palabras :D
by servicomver
Tue Nov 05, 2024 7:41 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar Listbox
Replies: 2
Views: 429

Ajustar Listbox

Hola, ¿Es posible ajustar una cadena larga al ancho de un Listbox, sin que corte las palabras ?
COLUMNA1 COLUMNA2 COLUMNA3
Clave: 001 Sucursal: Independencia
Codigo: AB1013 Ubicacion: Centro
Fecha: 05/11/2024 Equipo: Refrigerador

El campo de la columna 3 es un Longtext de un RecordSet SQL

@ 3.5 ...
by Silvio.Falconi
Tue Nov 05, 2024 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 1142

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... web. You're mixing things up here.

Best regards,
Otto

We should go back many years, xbrowse did not exist and there were the classes Wbrowse (listbox by ceccarelli) and later Sbrowse (by Mercado), the real Xbrowse was used but it was part of an OZLIB package sold separately with other classes ...
by karinha
Fri Oct 04, 2024 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

... include "FiveWin.ch"
#include "Fileio.ch"

ANNOUNCE RDDSYS // IDEM: ANNOUNCE FPTCDX
REQUEST OrdKeyNo, OrdKeyCount, OrdCreate, OrdKeyGoto // Para ListBox
REQUEST DBFCDX, DBFFPT

FUNCTION Main()

LOCAL oBrw, oDlgMain, uData

SET EXCLUSIVE OFF
SET DELETED ON
SET OPTIMIZE ON

SetGetColorFocus ...
by JoséQuintas
Mon Sep 30, 2024 3:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12779

Re: Browse of my ADO Class

... TCBROWSE:RESETBARPOS(1545)
Called from TCBROWSE:DEFAULT(672)
Called from (b)TWBROWSE(187)
Called from TCBROWSE:INITIATE(0)


with TWBROWSE / LISTBOX, I do not found how to add coluns, do not know if it will works or not with codeblocks.

Trying to make any browse to works for a long time.

At ...
by JoséQuintas
Mon Sep 30, 2024 3:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12779

Re: Browse of my ADO Class

I want do to a browse.
And want to use the codeblocks to define navigation, and codeblocks to columns

Try listbox/twbrowse and tcbrowse, but until now I can't make any works.
On tcbrowse there exists the add column.
Try to add a property to data too, but no success.


IF Len( aKeyDownList ) == 0 ...
by JoséQuintas
Sun Sep 29, 2024 10:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12779

Re: Browse of my ADO Class

... about codeblock does not works
- I receive a not wanted source code, with no codeblocks
- "You need study ADO"
- "You need study fivewin"


With listbox it works, Rao hasn't ruined the listbox yet
Don't take this the wrong way, it's just a way for you to understand how your response was.
You and I ...
by JoseAlvarez
Wed Sep 25, 2024 10:50 pm
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse full input
Replies: 6
Views: 1231

xBrowse full input

... de entrada de datos.

En primer lugar, quiero poder presionar un botón dentro de la primera celda y que se llame a una función que me mostrara un LISTBOX de donde seleccionare al cliente.
desde ese listbox debo traerme el nombre del cliente y asignarlo a la celda. Por favor fijarse en el numero 1 en ...
by servicomver
Thu Sep 19, 2024 10:28 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Relecionar RecordSet
Replies: 5
Views: 880

Re: Relecionar RecordSet

... AS des_linea FROM inventario INV LEFT JOIN lineas LNA ON INV.linea=LNA.Id ORDER BY INV.codigo"

No se puede conectar me envia un mensaje de conexion:
Error adodb.recordset/16389 E_FAIL: OPEN

Puse algo mal ?

en Listbox debe de quedar
Codigo Descripcion Linea
1001 REFRIGERADOR LG 19 REFRIGERACION
by servicomver
Thu Sep 19, 2024 4:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Relecionar RecordSet
Replies: 5
Views: 880

Relecionar RecordSet

... distintas ?
Tengo 2 Tablas:
INVENTARIO
con los campos: Codigo, Descripcion y Linea
LINEAS
con los campos: Linea y Descripcion
Necesito que en Listbox que en lugar de poner el campo Linea, ponga el Nombre que le corresponde de la tabla LINEAS


oCone :=tOleAuto():new("ADODB.connection")
oCone ...
by RiazKhan
Thu Aug 22, 2024 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 1762

Re: ListBox Input Field Scrolling........

Hi Antonio, Thank you for your prompt response as always...

Upon KeyPress [Enter] a function is called and each column is editable, HEditCol() is called to get input from user...

The function called to edit column is HEditCol()


Example of Input/editing of Column 3
xDesc is the Input Variable ...
by Antonio Linares
Thu Aug 22, 2024 2:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 1762

Re: ListBox Input Field Scrolling........

Dear Riaz,

> On key press {Enter].. fuction called ..To edit columns...

What function do you use to edit the cells ?

It could be modified to allow horizontal scrolling