Search found 68 matches: dblclick

Searched query: dblclick

by Cgallegoa
Fri Nov 15, 2024 9:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic: CALENDAR DBLCLICK no funciona en FWH-24.09 ni 23.10
Replies: 1
Views: 380

CALENDAR DBLCLICK no funciona en FWH-24.09 ni 23.10

Hola,

Ni DBLCLICK ni ACTION funcionan en FWH-24.09 ni FWH-23.10. Cómo puedo hacerlo funcionar ?

#include "FiveWin.ch"
#include "calendar.ch"

FUNCTION Main()
LOCAL oWnd, oCal
LOCAL dDate1

SET DATE TO BRITISH
SET EPOCH TO 1980
dDate1 = Date()

DEFINE WINDOW oWnd TITLE "Test Calendar" FROM 0 ...
by karinha
Fri Oct 04, 2024 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2956

Re: GPF with FW August 2024

... COLUMNS 'First', 'City', 'Age', 'Salary' ;
PICTURES NIL, NIL, '999', '99,999,999.99' ;
OBJECT uData ;
AUTOSORT CELL LINES NOBORDER ;
ON DBLCLICK StampaFattura()

WITH OBJECT oBrw
:nStretchCol := STRETCHCOL_WIDEST
:CreateFromCode()
END

@ 210, 270 BUTTON 'Close' SIZE 40, 14 PIXEL OF ...
by Maurizio
Fri Oct 04, 2024 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2956

Re: GPF with FW August 2024

... COLUMNS 'First', 'City', 'Age', 'Salary' ;
PICTURES nil, nil, '999', '99,999,999.99' ;
OBJECT uData ;
AUTOSORT CELL LINES NOBORDER ;
ON DBLCLICK StampaFattura()

WITH OBJECT oBrw
:nStretchCol := STRETCHCOL_WIDEST
:CreateFromCode()
END

@ 210,270 BUTTON 'Close' SIZE 40,14 PIXEL OF oDlgMain ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2956

GPF with FW August 2024

... COLUMNS 'First', 'City', 'Age', 'Salary' ;
PICTURES nil, nil, '999', '99,999,999.99' ;
OBJECT uData ;
AUTOSORT CELL LINES NOBORDER ;
ON DBLCLICK StampaFattura()

WITH OBJECT oBrw
:nStretchCol := STRETCHCOL_WIDEST
:CreateFromCode()
END

@ 210,270 BUTTON 'Close' SIZE 40,14 PIXEL OF ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 541

Re: TUrlLink on Xbrowse

... viewtopic.php?f=6&t=37846
seem me the Solution which use a "Trick" (blue Color) to show URL
https://hymplus.com/forofw/xbrowse_url_3.png
when DblClick on Cell you can open a "extra" Dialog using TURLLink()

---

as i know it is not possible to use a "external" Object as Column for XBROWSE
Default ...
by Jimmy
Thu Feb 29, 2024 5:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 541

Re: TUrlLink on Xbrowse

... viewtopic.php?f=6&t=37846
seem me the Solution which use a "Trick" (blue Color) to show URL
https://hymplus.com/forofw/xbrowse_url_3.png
when DblClick on Cell you can open a "extra" Dialog using TURLLink()

---

as i know it is not possible to use a "external" Object as Column for XBROWSE
Default ...
by Jimmy
Thu Dec 14, 2023 4:59 am
Forum: FiveWin para Harbour/xHarbour
Topic: winexec ó ShellExecute
Replies: 8
Views: 1574

Re: winexec ó ShellExecute

hi,
when DblClick in Explorer on a *.BMP it will open *.BMP with associate App like Paint
Winexec() "just" call "special" EXE while ShellExecute() is use with associate File
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 451

Ayuda, busqueda incremental

... Discont", "Código", "Cód.Barra" , ;
oemtoansi( "Descripci¢n" ), "Ult. Proveedor", ;
"costo" , ;
"UM", , "Ult.Modif" ;
LINES CELL font ofont ON dblCLICK ( lsavek := .t., oDlgSTK:End() )

obrw:bKeyDown = { | nKey, nCol, nFlags | iif( nKey = K_ENTER, ( lsavek := .t., oDlgSTK:End() ), ) }
oBrw ...
by jpcavagnaro
Thu Nov 09, 2023 8:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Título listbox
Replies: 5
Views: 552

Título listbox

... Fields( "rubro" ):Value, 3 ), ;
oemtoansi( oRSRub:Fields( "descri" ):Value ) ;
HEADERS oemtoansi( "N£mero" ), oemtoansi( "Descripci¢n" ) ; // ON dblCLICK (editrubro(olbx,.F.), olbx:Refresh());
ID 181 OF oDlg ;
font ofont1


oLbx:nClrBackHead:=nRgb(0,130,250)
oLbx:nClrForeHead:=nRgb(0,0,0)
oLbx ...
by Jimmy
Wed Sep 27, 2023 7:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 1274

Re: Request : function GetSerialCol()

... saw it before, GREAT :)

---

:nEditTypes := EDIT_GET
have no Effect in Sample (can edit but does not save)

Question : how can i redirect Dblclick to "edit" :?:

have try
:bLDblClick := :EditSource()
but it gave me Error

----

when press Button "add new" it crash
Error description: Error ...
by Jimmy
Fri Jul 21, 2023 6:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER aList TITLE "Double-Click to Open" SETUP()
Replies: 6
Views: 625

XBROWSER aList TITLE "Double-Click to Open" SETUP()

hi,

how can i use Keyboard ENTER instead of "DblClick" :?:
by Jimmy
Tue Jul 11, 2023 9:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 5064

Re: build Import LIB from LibPQ.DLL

hi,
After this fix, running fwh\samples\pgre01.prg:
i have "import" Customer.DBF into PostgreSQL and can XBROWSER it
when "dblclick" to "edit" and want "save" it i got this Error Message
https://i.postimg.cc/mg9JB3wh/Edit-Customer.jpg
but it is "wrong" :
... SET married = `Homer 2` WHERE id ...
by jose_murugosa
Mon Jul 10, 2023 5:10 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Función con xbrowse y xedit
Replies: 5
Views: 590

Re: Función con xbrowse y xedit

... decir el equivalente a un RecordSet de la clase TDolphin.
Gracias a tu ayuda y algo de sudor ahora el browse funciona perfectamente.
En el método dblclick de este browse he llamado la función FW_Record, con el fin de poder editar el registro en el que me encuentro por ese medio.
Pero me despliega la ...
by Detlef
Sun May 28, 2023 7:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 3803

Re: calendar not run ( DBLCLICK)

Many thanks, Silvio.