Search found 222 matches: clicks

Return to advanced search

Re: xbrowser, setorder DESC

If we use AUTOSORT clause while defining XBrowse, when the user clicks on a header, it automatically toggles sort ascending and descending.
by nageswaragunupudi
Mon Mar 11, 2024 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 260

Fivewin controls similar to javascript elements

... Programming: Message Queue: Windows applications operate on a message-driven architecture. The operating system dispatches messages (like mouse clicks, key presses, etc.) to applications, which are then handled by the application's message loop. This is somewhat analogous to events in the JavaScript ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1087

Re: Eliminate Editing Icons XBROWSE MySql

Detlef wrote:Hi Paul,
please be aware of double clicks inside xbrowse which will start editing.

Regards, Detlef


Code: Select all  Expand view
XBROWSER aData SETUP ( ;
 oBrw:oWnd:bInit := { |Self| ::oBar:Del( 5 ), ::oBar:Del( 5 ), ::oBar:Del( 5 ) }, ;
 oBrw:bLDblClick := nil )
by nageswaragunupudi
Tue Nov 07, 2023 2:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 334

Re: Eliminate Editing Icons XBROWSE MySql

Hi Paul,
please be aware of double clicks inside xbrowse which will start editing.

Regards, Detlef
by Detlef
Mon Nov 06, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 334

Re: Fivewin and ADO

... .T. Inline Edit of the cell is automatically available (whether oBrw:lFastEdit is .T. or .F. ) When the user presses Enter Key on a cell or double clicks on a cell, Inline Edit of the cell is automatically invoked. There is nothing the programmer needs to do for this. FASTEDIT. ( oBrw:lFastEdit ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3377

Re: CLASS modification

https://i.postimg.cc/3xG0q9Yd/gg.png I press on datepick must refresh the btnbmp If the user clicks on the datepick control it does not refresh the btnbmp control, however now the user has to move the mouse over the get control to refresh the btnbmp control. It ...
by Silvio.Falconi
Tue May 30, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1673

Re: create pdf

... I already do. I don't want a pdf immediately created but only if the user accepts the preview. So I had to call METHOD GenHaruPDF() if the user clicks the 'save as pdf file' button. When printing with oPrn:Say everything works fine. But print with oPrn:SayText crashes. Regards, Detlef
by Detlef
Sat May 13, 2023 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 878

Re: create pdf

... this code: TPrinter():lUseHaruPDF := .t. Please make sure you are using FWH libraries WITHOUT ANY MODIFICATIONS. Now, when the user clicks on the PDF button in Preview, the pdf is generated using HaruPDF. Once again we request you not to modify any part of FWH libraries
by nageswaragunupudi
Sat May 13, 2023 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 878

Re: BarMdi [ versión 4]

... alguna imagen? Gracias Jesús Marín Jesús, intenta ahora: https://mega.nz/file/8AsD0RhZ#TDy7Q3P-l1A_YyPKCSqL894D3z-vdgquLvxuwq4ouO8 Dos clicks en el link, ok? Regards, saludos. Joao Da un error al intentar descomprimir. Creo que será por seguridad. Prueba a renombrar los ficheros .exe ...
by JESUS MARIN
Mon Mar 27, 2023 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BarMdi [ versión 4]
Replies: 34
Views: 2750

Re: BarMdi [ versión 4]

JESUS MARIN wrote:Estimado Joao
No logro descomprimir el fichero.
¿puedes contarnos cómo has avanzado y poner alguna imagen?
Gracias

Jesús Marín


Jesús, intenta ahora:

https://mega.nz/file/8AsD0RhZ#TDy7Q3P-l1A_YyPKCSqL894D3z-vdgquLvxuwq4ouO8

Dos clicks en el link, ok?

Regards, saludos.
by karinha
Mon Mar 27, 2023 11:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BarMdi [ versión 4]
Replies: 34
Views: 2750

Re: What is the best PDF Printer Driver Windows to use with Five

Thank you, and good advice to preview, however this client runs a high volume shipping service and they do not like any additional clicks. If there is a way to be able to save this report as a pdf (naming it, and deciding where it lands on the drive) would greatly help. I have been using ...
by byron.hopp
Thu Jan 26, 2023 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 762

XBROWSE SetColumns()

... this popup displays, but once one field is changed, it closes. For a large database, when only a few fields are desired, this takes a lot of mouse clicks: Rt click the header, select the field and click to change it's status, then repeat. If one only wants to track, for example, 5 fields, but the ...
by TimStone
Fri Dec 09, 2022 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 535

Re: como EXPORTO a Excel usando PRINTER.PRG?

Because TReport deals with tables, it knows to export the contents of the table to Excel and has a built in ToExcel method. When the user clicks Excel button, this method is invoked. In case of TPrinter, programmer can print anything anywhere on the page. Printer class does not know how to ...
by nageswaragunupudi
Fri Dec 09, 2022 6:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como EXPORTO a Excel usando PRINTER.PRG?
Replies: 2
Views: 324

Re: Search for a number on xbrowse and highlight it

no it's not correct. I explain to you. at the beginning lnumber is true (.t.) so the button "N" is activated. in xbrowse when the user clicks a number the procedure has to fill the background with the corresponding color and the procedure works fine. For example, if there are numbers ...
by Silvio.Falconi
Wed Oct 12, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 612

Re: Dlg2Wnd

... visually much more comfortable. Now I'm looking for a way to covert this dialog to a window object. May be I will write a codeblock for right clicks of my components to display the exact coordinates. Those values I could use to design a window looking equal to that dialog. -Detlef
by Detlef
Tue Apr 12, 2022 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dlg2Wnd
Replies: 11
Views: 599
Next

Return to advanced search