Search found 545 matches: clicking

Return to advanced search

New: Read/Edit/Save XLSX files without Excel/ADO

... The browses are fully editable and the modified data can be saved to another xlsx file by clicking the Excel button. DATAS AND METHODS DATAS:DATA cXlsx          // xlsx filenameDATA nRows,nCols  // sizeDATA aHead  // header arrayDATA aStructDATA ...
by nageswaragunupudi
Tue Dec 24, 2024 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New: Read/Edit/Save XLSX files without Excel/ADO
Replies: 2
Views: 70

Re: xbrowse icon and filter

... be made in many combinations. Mostly I store filters that I made from option 2 and think of using more in the future, in the system of option 1 by clicking a hotkey
by Marc Venken
Mon Dec 16, 2024 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 256

Re: right-clicking on the TMenuItem

// C:\FWH\SAMPLES\TUTOR09.PRG// First works with browses#include "FiveWin.ch"STATIC oWndFUNCTION Main()   LOCAL oBar   SET _3DLOOK ON   DEFINE WINDOW oWnd FROM 1, 1 TO 22, 75 ;      TITLE "Using a FiveWin quick browse" ; ...
by karinha
Tue Nov 26, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

...     MENUITEM oItm PROMPT "First"          MENUITEM oItm PROMPT "Second"      ENDMENUENDMENU Cristobal, I need to handle right-clicking on the "First" or "Second" menu options. I don't understand how to use :bRButtonMenuUp it in this case. :(
by Natter
Tue Nov 26, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

Great !
by Natter
Fri Nov 22, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

Thanks, I'll be waiting ! Yes, I've already remembered it and it is indeed included in the Fivewin build Simply: oWnd:bRButtonMenuUp := { | nOrdItem, hMnu, nRow, nCol, o | MsgInfo( "Hello" ) }  These are the parameters you can receive in the codeblock    Eval( ::bRBu...
by cnavarro
Fri Nov 22, 2024 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

Thanks, I'll be waiting !
by Natter
Fri Nov 22, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

Natter wrote:Is it possible to handle right-clicking on the TMenuItem object ?


Hello
I implemented this in the menus a long time ago to account for this event, but I never got around to putting it into production.
I'll review my notes and let you know.
by cnavarro
Fri Nov 22, 2024 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

Sorry Natter, it was the only idea that occurred to me at the time. Comment what you would do differently, PLS. // C:\FWH\SAMPLES\NATTER3.PRG#include "Fivewin.ch"STATIC cName1FUNCTION Main()   LOCAL oWnd   cName1 := "Test"   DEFINE WINDOW oWn...
by karinha
Thu Nov 21, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

I didn't understand. How can I use SwapMouseButton(1 ) ? Any click (both right and left) on the TMenuItem object causes the selection of a menu option. I need to make this choice only on the left click. And use the right click for other purposes.
by Natter
Thu Nov 21, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

Re: right-clicking on the TMenuItem

Maybe:

Code: Select all  Expand view  RUN

   SwapMouseButton( 1 ) // For Left-handers
 


Regards, saludos.
by karinha
Thu Nov 21, 2024 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

right-clicking on the TMenuItem

Is it possible to handle right-clicking on the TMenuItem object ?
by Natter
Thu Nov 21, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 1141

xbrowse(autosort) + tdolphin - erro

... part of the query. SELECT p.key, p.data, c.name FROM orders AS p LEFT JOIN customers AS c ON(c.code=p.code) the browse works fine, however when clicking on the header (autosort) of the "key" column, an error is generated. Note: When clicking on the header of the 'key' column, internally ...
by MGA
Wed Nov 13, 2024 9:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse(autosort) + tdolphin - erro
Replies: 6
Views: 699

Re: Browse of my ADO Class

... tables on MySQL - current test is using MySQL, but could be done using DBF too. browses on folderex are to selected code. browse window is called clicking on button "view".
by JoséQuintas
Tue Oct 01, 2024 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 55
Views: 5197

Re: is there a Error in DrXlsx32.lib 32 Bit ?

... DBFCDXREQUEST DRXLSXfunction Main()   UseDrXlsx( .t. )   XBROWSER "CUSTOMER.DBF"return nil Clicking on the Excel button in xbrowser, generates xlsx file using DrXlsx2.lib
by nageswaragunupudi
Sat Sep 21, 2024 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: is there a Error in DrXlsx32.lib 32 Bit ?
Replies: 17
Views: 1807
Next

Return to advanced search