Search found 3230 matches: edit

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... without having to open RowSet object, thus saving time. Usage: oCustRec := oCn:Record( "customer" ) // creates a blank record oCustRec:Edit() // edit and save (append) a new record oCustRec:Blank() // load another blank record oCustRec:Edit() // oStatesRec := oCn:Record( "states", ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 43

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release al...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 103

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will wait for the user to release all...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 103

Re: xbrowse problem with :bLClicked

Dear Silvio, Lets see if this can help you. Consulting Llama3-70B Harbour's code specialized https://hf.co/chat/assistant/66229318ae991ee8ad79a177 I see what's going on here. You're experiencing some issues with the selection and deselection of records in your xbrowse, specifically when usin...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 103

xbrowse problem with :bLClicked

... when I select a row the procedure change the options of buttonbar ( see samples\barchange.prg) if I click twice it opens to edit the record // from 2column         FOR i := 2  TO Len( oBrw:aCols )             oCol := oBrw:aCols[ i ]             oCol:bLDClickData ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 103

Re: Runner XBase (RX)

Thx a lot , Got it run ! great ...

how can edit config to codepage 950 or not listed ?

Thanks
by fred2088
Tue Apr 09, 2024 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 7
Views: 995

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

bEditWhen works with all edit types. In case of EDIT_BUTTON, the button is inactive. In case of EDIT_LISTBOX and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen ...
by elmoiquique
Sun Mar 31, 2024 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2240

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

bEditWhen works with all edit types. In case of EDIT_BUTTON, the button is inactive. In case of EDIT_LISTBOX and EDIT_GET_LISTBOX, the listbox opens (this is for information of the user) but the user can not change the value. bEditWhen ...
by nageswaragunupudi
Fri Mar 29, 2024 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2240

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

Prueba asi y debería funcionar: oBrw:aCols[ 2 ]:bEditWhen = { || oBrw:nArrayAt != 8 } luego es el valor que esté devolviendo la expresión Prueba a hacer esto para saber el tipo de valor que hay: olbx101c:acols[4]:bEditWhen:= { || MsgInfo( ValType( olbx101c:aArrayData[olbx101c:nArrayAt][5] ) ), olbx...
by elmoiquique
Thu Mar 28, 2024 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2240

Re: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna

Hola Antonio

Una consulta,,, como desabilito un EDIT_BUTTON dentro de un xbrowse, dependiendo de la condicion

olbx101c:acols[4]:bEditWhen:= { || olbx101c:aArrayData[olbx101c:nArrayAt][5]="1" }

lo hago de esta manera pero no me funciona, sigue estando habilitado

Gracias
by elmoiquique
Thu Mar 28, 2024 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE, con Get, Combobox y CheckBox, en una misma Columna
Replies: 10
Views: 2240

Re: Control EDIT y readonly.

Buen día. Carlos, ¿tienes algún ejemplo para probar?

Gracias.

Regards, saludos.
by karinha
Thu Mar 28, 2024 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1010

Re: Control EDIT y readonly.

... antes, estoy en otros asuntos y he tenido que dejar aparcado este. También he descubierto que los Tooltips no funcionan para este control EDIT. En las pantallas acostumbro a usar Xbrowse muy sencillos que el usuario recorre buscando su registro, cuando se mueve el cursor actualizo unos ...
by FiveWiDi
Thu Mar 28, 2024 7:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1010

Re: Control EDIT y readonly.

Muchas gracias Armando, Pero no funciona, tiene el mismo efecto que realizar un Disable(), el SCROLL queda inhabilitado y no permite recorrer el contenido del control. A ver si a alguien más se le ocurre algo. Saludos, Amigo: Prueba con una variable lógica que tu pongas a (.T.) o (.F.) según el cas...
by JoseAlvarez
Tue Mar 26, 2024 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1010

Re: Control EDIT y readonly.

Muchas gracias Armando, Pero no funciona, tiene el mismo efecto que realizar un Disable(), el SCROLL queda inhabilitado y no permite recorrer el contenido del control. A ver si a alguien más se le ocurre algo. Saludos, Amigo: Prueba con una variable lógica que tu pongas a (.T.) o (.F.) según el caso...
by FiveWiDi
Mon Mar 25, 2024 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1010

Re: Control EDIT y readonly.

Amigo: Prueba con una variable lógica que tu pongas a (.T.) o (.F.) según el caso                IF LoQuieroActivo                    lActivo := (.T.)              &nb...
by Armando
Mon Mar 25, 2024 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1010
Next

Return to advanced search