Search found 6271 matches: browse

Searched query: browse

by MGA
Wed Feb 12, 2025 9:20 pm
Forum: FiveWin para Harbour/xHarbour
Topic: tlayout refresh
Replies: 1
Views: 169

tlayout refresh

hLays["MAIN" ] := TLayout():new( oWndSqlBrowser )
hLays["TITLE" ] := hLays["MAIN"]:addVLayout(38)
hLays["GET" ] := hLays["MAIN"]:addVLayout(120)
hLays["BROWSE"] := hLays["MAIN"]:addVLayout()
...

Después de crear una ventana con TLAYOUT, me gustaría tener un botón que, al hacer clic, cambie el tamaño ...
by Marc Venken
Sat Feb 08, 2025 2:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGpt+Xbrowse+Set Filter
Replies: 3
Views: 415

ChatGpt+Xbrowse+Set Filter

... I wanted a confirmation over a thing I have my doubts over and requested info from ChatGpt.

It confirmed my idea, but is it true ... ??

I use Xbrowse and the aBarget a Lot, and therefore my question :

The best way to filter data :

Folowing many discussies in the forum, i know that Mr. Rao is in ...
by Armando
Fri Jan 31, 2025 1:00 am
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Insertar registros a na tabla?
Replies: 17
Views: 30161

Re: Cómo Insertar registros a na tabla?

... entonces el campo auto incremental es obligado.

Además, en ocasiones el usuario puede cambiar el orden dando clic en el encabezado del browse, si fuera el caso,
después ya no podría volver al órrden de captura y todos los registros en blanco quedarían al principio del browse

Muchas ...
by jbrita
Wed Jan 29, 2025 11:34 am
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Insertar registros a na tabla?
Replies: 17
Views: 30161

Re: Cómo Insertar registros a na tabla?

Hola Armando.. yo lo hago de otra forma, tengo un contador que va de 3 o 5 en 5 y cuando estoy en browse le sumo +1 al contador actual
eso asi de facil

saludos
by Armando
Tue Jan 28, 2025 7:37 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Insertar registros a na tabla?
Replies: 17
Views: 30161

Re: Cómo Insertar registros a na tabla?

Paisano, y amigos:

Afortunadamente el browse puede llegar tener hasta 50 registros.

Saludos
by Armando
Mon Jan 27, 2025 6:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo Insertar registros a na tabla?
Replies: 17
Views: 30161

Re: Cómo Insertar registros a na tabla?

... pero me gustaría saber
si alguien lo haya hecho de otra forma. muestro aquí cómo lo hice por si a alguien mas le sirve.

1.- Estando el foco en el browse, el usuario oprime la tecla INS
2.- En un dialogo solicito el número de renglones o registros a insertar
3.- Identifico el número de registros ...
by Antonio Linares
Sun Jan 26, 2025 12:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34133

Re: Antonio... FiveTouch posts are gone?

... blogspot.com/2014/02/harbouracelerando-al-viejo-set-filter-to.html

cNombre := "SARAH"

fast_filter( "*"+ alltrim( cNombre ) + "?", 4, 22, 28 )
Browse()


Ahora, ya estaría el filtro activado basado en subindices.

/*
Sustituto de SET FILTER
cExpr
Expresion a buscar que forme parte del indice ...
by Antonio Linares
Sat Jan 25, 2025 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio... FiveTouch posts are gone?
Replies: 15
Views: 34133

Re: Antonio... FiveTouch posts are gone?

... CUSTOM

// relative navigation with non-custom index
OrdSetFocus( "NAME" )
GO TOP
FOR i:=1 TO 5
OrdKeyAdd( "NAMESET" )
SKIP
NEXT

GO TOP
Browse()

// absolute navigation with custom index
OrdSetFocus( "NAMESET" )
FOR i:=1 TO 5
DbGoto( i )
OrdKeyAdd( "NAMESET" )
NEXT

GO TOP
Browse ...
by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4842

Re: Using new Class TDeepSeek for documenting

You're right to ask about how these methods are related! The sheer number of methods in TXBrowse can be overwhelming, but they are designed to work together to provide a rich and functional browse control.

Let's break down how these methods are related by categorizing them based on their roles and ...
by Antonio Linares
Fri Jan 24, 2025 10:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4842

Re: Using new Class TDeepSeek for documenting

... Report (same as DATA member, method version for codeblock usage).

Parameters: (Same as DATA member Report)

Return Value: OBJECT - Returns the TXBrowse object (Self).

Usage Example: (Internal use only - method version for codeblock usage)

245. ToWord( bProgress, aCols, nWrdTblFormat ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4842

Re: Using new Class TDeepSeek for documenting


95. Edit( lNew, cFieldList, lSourceData, lNavigate, aInitVals, bSetup ) (Continued)

Return Value: OBJECT - Returns the TXBrowse object (Self).

Usage Example: (Used internally, calls either EditSource or EditBrowse based on parameters)

96. Delete( lMsg )

Description: Deletes the current record ...
by Antonio Linares
Fri Jan 24, 2025 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4842

Re: Using new Class TDeepSeek for documenting

FWH Class TXBrowse documentation

Generated with https://aistudio.google.com/prompts/new_chat and the new Gemini Flash 2.0 Thinking Experimental 01-21

Gemini requires a PDF so in order to generate it we opened the PRG from Chrome then printed it as a PDF .

Methods of the TXBrowse Class

Here's a ...
by nageswaragunupudi
Tue Jan 21, 2025 4:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, bkeydown and number
Replies: 1
Views: 364

Re: xbrowse, bkeydown and number

Advised to use oBrw:bKeyChar( .. ) instead of oBrw:KeyDown(..)
Browse or any control/window.
by karinha
Thu Jan 16, 2025 4:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: HBMK2 - Barra de estado y barra principal mas pequenas
Replies: 13
Views: 12832

Re: HBMK2 - Barra de estado y barra principal mas pequenas

... bitmaps\edit.bmp"

MENUITEM "&Delete..." ACTION MsgAlert( "Del Clients" ) ;
FILENAME "..\bitmaps\16x16\delete.bmp"

SEPARATOR

MENUITEM "&Browse..." ACTION MsgInfo( "Browse Clients" ) ;
FILENAME "..\bitmaps\16x16\browse.bmp"

ENDMENU

MENUITEM "&Utilities"
MENU
MENUITEM "&Calculator ...
by Compuin
Thu Jan 16, 2025 12:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: HBMK2 - Barra de estado y barra principal mas pequenas
Replies: 13
Views: 12832

HBMK2 - Barra de estado y barra principal mas pequenas

... bitmaps\edit.bmp"

MENUITEM "&Delete..." ACTION MsgAlert( "Del Clients" ) ;
FILENAME "..\bitmaps\16x16\delete.bmp"

SEPARATOR

MENUITEM "&Browse..." ACTION MsgInfo( "Browse Clients" ) ;
FILENAME "..\bitmaps\16x16\browse.bmp"

ENDMENU

MENUITEM "&Utilities"
MENU
MENUITEM "&Calculator ...