Search found 152 matches: btn

Return to advanced search

Dynamic Table Filter Control

... class="col-md-12"> <h2 class="mb-4">Tabellenhöhe anpassen</h2> <button id="increase" class="btn btn-success mb-3">+</button> <button id="decrease" class="btn btn-danger mb-3">-</button> <div ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 244

Re: webview - how to get values from js to FWH

Dear Antonio, thank you. Best regards, Otto BTN-ADD https://mybergland.com/fwforum/sendtofwhclip1.jpg BTN - Read https://mybergland.com/fwforum/sendtofwhclip2.jpg https://mybergland.com/fwforum/sendtofwhclip3.jpg ...
by Otto
Tue Jan 09, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview - how to get values from js to FWH
Replies: 6
Views: 581

Re: TWebView y Javascript

... function Html() local cHtml TEXT INTO cHtml data:text/html, <head><body> <button id='btn-test' >Click Me</button> <script> function test(evt) { var response = []; var pwd_p12 = '12345' respuesta = 'oscar' window.contenido_comprobante ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 451

hb_out.. exe crashed...

I still have this error maybe caused by this line:       @ nRow-0.2,  320 BTNBMP oBtnGetExchange ;              PROMPT "Aggiorna "  OF oDlgSub;              SIZE 120, 24 PIXEL FLAT GDIPLUS ;              BITMAP "BTN_INTERNET"    LEFT NOROUND ;              ACTION (nCambio:= G...
by Silvio.Falconi
Sat May 20, 2023 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_out.. exe crashed...
Replies: 10
Views: 421

Re: Bad look btnbmp disable()

Silvio.Falconi wrote:I have some btnbmp with pngs
when are disabled I see a bad btnbmp
but I think is for png file

Image


Dear Silvio,

How does the png file look right ? Please post it here, thanks
by Antonio Linares
Mon Mar 06, 2023 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 742

Re: RESUELTO ---> arreglo en BTN_ACTION

ya quedo resuelto y dejo la solución por si alguien la necesita. la solución fue con codeblock

Code: Select all  Expand view

function GenBlock( x )

return { || BTN_ACTIONP(x) }

 
by Male
Thu Mar 02, 2023 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO ---> arreglo en BTN_ACTION
Replies: 1
Views: 224

Bad look btnbmp disable()

I have some btnbmp with pngs
when are disabled I see a bad btnbmp
but I think is for png file

Image
by Silvio.Falconi
Wed Mar 01, 2023 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 742

RESUELTO ---> arreglo en BTN_ACTION

Estoy trabajando con PANEL, he creado los botones con datos de la base de datos productos. me podrán ayudar o indicarme como se puede hacer para que BTN_ACTION tome o se coloque el código del producto. SELECT 3 PRODUCTOS->(DBSETORDER(1)) nProc := 1 cBcod:=1 SET FILTER TO ITEM13 = "BEBIDA&quo...
by Male
Wed Feb 15, 2023 4:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RESUELTO ---> arreglo en BTN_ACTION
Replies: 1
Views: 224

Re: a Get on a buttonbar

... the second ComboBox option is 2 the procedure must insert before of third combobox this https://i.postimg.cc/RhQkv0cF/then.png two btn, a get ,two btn and the third combobox moved to dx
by Silvio.Falconi
Sat Oct 01, 2022 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Get on a buttonbar
Replies: 9
Views: 576

Re: two dimensional array

... order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do it ? I made for k=1 to 10 For j=1 to 9 @ nrow,ncol BTNBMP oBtnNum[k,j] PROMPT "C"+ltrim(str(k))+"R"+lTrim(str(j)) ...
by Silvio.Falconi
Fri Apr 01, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 345

Re: two dimensional array

... order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do it ? I made for k=1 to 10 For j=1 to 9 @ nrow,ncol BTNBMP oBtnNum[k,j] PROMPT "C"+ltrim(str(k))+"R"+lTrim(str(j)) ...
by dutch
Fri Apr 01, 2022 1:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 345

two dimensional array - resolved!!

... order to have the cCaption from 1 to 90 each row ten number but at the same time having each button recognizable for example oBtnNum[2,1 ] is the btn with the cCaption number 11 ( Col 1,Row 2) How do it ? I made for k=1 to 10 For j=1 to 9 @ nrow,ncol BTNBMP oBtnNum[k,j] PROMPT "C"+ltrim(str(k))+"R"+lTrim(str(j)) ...
by Silvio.Falconi
Wed Mar 30, 2022 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: two dimensional array - resolved!!
Replies: 5
Views: 345

Bug on Btnbmp ???

https://i.postimg.cc/yYkvZQDc/test-btn-err.png because buttons 1 and 3 that have pngs (or bitmaps) don't behave like the number 5 I have seen that when a button is disabled if it has a png or a bitmap it does not behave as when it ...
by Silvio.Falconi
Wed Nov 17, 2021 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Btnbmp ???
Replies: 5
Views: 429

Mostrar tooltip (c5) con formato celda xbrowse

... pregunta, por que parece que no tiene respuesta jejejejeje. Se puede utilizar c5tooltip, sobre las celdas del xbrowse? Funciona perfecto para los btn, pero intente colocarlo sobre el xbrowse y nada se revienta la aplicación. :( De antemano gracias // This sample shows how to easily implement 'tool-tips' ...
by leandro
Thu Sep 23, 2021 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar tooltip (c5) con formato celda xbrowse
Replies: 8
Views: 1081

Re: Enviar datos a un PRG

... <form action="save.prg?customer" method="post"> ... <button id="save" type="submit" class="btn btn-primary float-right">Save changes</button> todos los valores te llegan en un hash y accedes a ellos asi: ? AP_PostPairs()
by Antonio Linares
Mon Sep 20, 2021 5:29 am
 
Forum: mod_harbour
Topic: Enviar datos a un PRG
Replies: 1
Views: 454
Next

Return to advanced search