Search found 37 matches: onchange

Return to advanced search

Re: Consulta MySQL - volver a ejecutar - Aumenta uso Memoria

... me llevó a encontrar hb_gcAll. Nota. Ahora me queda ver porqué cuando ejecuto ciertas acciones sobre la consulta o registros de esta (onchange u otros), el consumo de RAM también aumenta, aunque de 100 a 300 KB cada vez. Imagino que es mal manejo de mi parte, de variables, procesos ...
by José
Sat Jul 29, 2023 10:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta MySQL - volver a ejecutar - Aumenta uso Memoria
Replies: 5
Views: 298

FileExplorer - modHarbour

Hello friends, I am working on a FileExplorer. So far, it is working fine. An onchange posts an AJAX request to the server. Harbour functions (directory()) check the directories and send back an ARRAY (JSON) with the files and the folders - in case these are change, ...
by Otto
Sat Nov 26, 2022 7:57 am
 
Forum: mod_harbour
Topic: FileExplorer - modHarbour
Replies: 0
Views: 306

Subclass Xbrowse or changed data function

... in, and after API update clear this dbf Name, olddata, newdata adress, olddata, newdata etc.... I can have Xbrowse do this for each field with the onchange , but then I have to code each field for this My question : Can we subclass xbrowse for this to do automatic ? I never want a changed personel ...
by Marc Venken
Thu Sep 08, 2022 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse or changed data function
Replies: 5
Views: 310

Xbrowse bOnChange works when changing data in loop ?

I first noticed that when I use a For Next using the Xbrowse fields the codeblock onchange from that field is also executed ? That is correct ? Very nice... did not know, but please confirm... // his will change data from the selected rows FOR I = 1 TO LEN(oBRWT2:aSELECTED) ...
by Marc Venken
Sat Jan 29, 2022 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bOnChange works when changing data in loop ?
Replies: 1
Views: 176

Re: Best technic to use the set relation to syntax

Marc, My original question is that when I don't use the Onchange in the parent, (My child browsers all always on a other foldertab. ) there is no movement while going true the parent. Yes, that is what you want. Otherwise you are dragging lots of useless ...
by James Bott
Tue Jan 11, 2022 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Best technic to use the set relation to syntax

... child when a move is done in the parent, because there I used the : oChange.... Ordscope syntax. My original question is that when I don't use the Onchange in the parent, (My child browsers all always on a other foldertab. ) there is no movement while going true the parent. At the moment I want ...
by Marc Venken
Tue Jan 11, 2022 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: POPUPBROWSE o EDIT_LISTBOX en columna browse

Alguien tiene alguna sugerencia? Con decir como evaluar cuando se le de al botón que desplega el combo Box creo puedo resolver, intente con onchange y no hizo lo que quería...saludos, gracias... :shock: Buenos días José Luis. ¿porque empeñarse en controlar el evento al desplegar el boton? No ...
by joseluisysturiz
Wed Nov 25, 2020 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: POPUPBROWSE o EDIT_LISTBOX en columna browse
Replies: 5
Views: 679

Re: POPUPBROWSE o EDIT_LISTBOX en columna browse

Alguien tiene alguna sugerencia? Con decir como evaluar cuando se le de al botón que desplega el combo Box creo puedo resolver, intente con onchange y no hizo lo que quería...saludos, gracias... :shock: Buenos días José Luis. ¿porque empeñarse en controlar el evento al desplegar el boton? No ...
by JESUS MARIN
Wed Nov 25, 2020 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: POPUPBROWSE o EDIT_LISTBOX en columna browse
Replies: 5
Views: 679

Re: POPUPBROWSE o EDIT_LISTBOX en columna browse

Alguien tiene alguna sugerencia?
Con decir como evaluar cuando se le de al botón que desplega el combo Box creo puedo resolver, intente con onchange y no hizo lo que quería...saludos, gracias... :shock:
by joseluisysturiz
Sun Nov 22, 2020 1:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: POPUPBROWSE o EDIT_LISTBOX en columna browse
Replies: 5
Views: 679

Re: Combobox no Cambia

... Incluso, dentro del mismo combo2 luego de seleccionar cualquier otro valor, vuelvo al primero, la accion se ejecuta. Si es así, podría ser que el onchange no se ejecute porque al iniciar el dialogo tome como valor el primero de la lista. Prueba intentando también ejecutar la accion cuando el combo ...
by cmsoft
Thu Nov 19, 2020 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox no Cambia
Replies: 8
Views: 870

Re: Step By Step mod Harbour Language For Beginners With Example

... check out these examples: browse-ajax.prg browse-dblclick.prg browse-dblclick2.prg browse-folder.prg browse-formatter.prg browse-full.prg browse-onchange.prg browse-sort.prg browse-utf8-cols.prg brwsearch.prg brwselect.prg Have you installed TWeb. The syntax is the same as with Fivewin. But you ...
by Otto
Thu Oct 22, 2020 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Step By Step mod Harbour Language For Beginners With Example
Replies: 3
Views: 729

Re: TWeb for mod Harbour is ready

Taavi,

Html has the onchange event that allows you to execute a javascript function. That function you could easily test your validation and if it does not meet the condition put the focus again in the field. I'll look at simulating it ...
by Carles
Tue May 26, 2020 10:48 am
 
Forum: mod_harbour
Topic: TWeb for mod Harbour is ready
Replies: 17
Views: 2770

Re: Una de clases - SOLUCIONADO

Es bastante comun que los que que usamos clases propias queramos hacer llamadas de los metodos o datos de nuestra clases en las clausulas action, onchange o similar de las definiciones de controles de fwh, lo normal es que intentemos hacer: REDEFINE ... ACTION ( ::MyData := ::MyMehod(),...) ...
by carlos vargas
Thu Aug 22, 2019 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una de clases - SOLUCIONADO
Replies: 3
Views: 694

Re: Problemas con combobox

Hola El problema ocurre cuando en el array del compo tenes cadenas de distinta longitud al hacer el onchange, si la cadena es mas corta solo sobreescribe una parte de la mas larga y alli se origina el problema. Yo siempre hago un array con cadenas de la misma longitud Ej: ...
by rterraz
Fri Oct 19, 2018 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con combobox
Replies: 4
Views: 869

Re: Combobox cSearchKey

... pero... ¿Y si pones al lado del combo un TSay transparente que muestre el contenido de ::oComboBox:cSearchKey? Habrá que hacerle un update en el onchange del combobox. Además que esté por defecto HIDE pero SHOW cuando el Combobox reciba el foco, y Hide cuando el combo pierda el foco. En un poco ...
by Carlos Mora
Tue Apr 17, 2018 7:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combobox cSearchKey
Replies: 2
Views: 550
Next

Return to advanced search