Search found 153 matches: shortcut

Return to advanced search

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: xbrowse problem with :bLClicked

> what is "KL" ? In the code snippet I provided, "KL" is a keyboard shortcut that is set using the SetKey() function. It's a way to delay the execution of the Edit_Comuni() function. When you set a keyboard shortcut using SetKey(), Harbour will ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: xbrowse problem with :bLClicked

... SetKey( "KL", {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) } ) }  This will set a keyboard shortcut "KL" to execute the `Edit_Comuni` function, which will be triggered after a short delay. I hope this helps! Let me know if you have ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: MEMO problem?

... Holmes podría hacerlo. jajajajaja. Gracias, thanks. Regards, Saludos. I'm not sure either. When doctors usually input text, they sometimes use shortcut keys to paste some text. Red box memo code and green box memo code same.
by richard-service
Sat Oct 28, 2023 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MEMO problem?
Replies: 3
Views: 293

Re: Using Windows Copilot from FWH apps!

Dear Otto,

Here it properly creates the EXE and runs fine

> Possibly it's being deleted by my antivirus software right away?

Yes, probably

> Antonio, do you think one can also query the responses?

We need to find the Windows Copilot keys shortcut to copy the responses
by Antonio Linares
Sat Oct 14, 2023 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Windows Copilot from FWH apps!
Replies: 6
Views: 578

Re: FW 23.07 Xbrowse, Cargos rather than Cargo

Code: Select all  Expand view
::Cargos := nil

is a shortcut for
Code: Select all  Expand view
AEval( ::aCols, { |o| o:Cargo := nil } )
by nageswaragunupudi
Fri Aug 11, 2023 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, Cargos rather than Cargo
Replies: 4
Views: 286

ampersand

... duda, cuando el string que se incluye en un Say contiene un ampersand &, no lo muestra correctamente ya que el say procesa el & como un shortcut del teclado, para mostrar el & hay que incluirlo 2 veces: Esto no se muestra bien: "hola & adios" Esto se muestra bien: "hola ...
by VictorCasajuana
Tue Jun 13, 2023 9:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ampersand
Replies: 11
Views: 474

[Solved ] create a desktop shortcut directly from the progra

Jimmy,

Thank you very much

it worked out

:D
by Ari
Mon May 08, 2023 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a desktop shortcut directly from the program
Replies: 11
Views: 2245

Re: create a desktop shortcut directly from the program

hi Ari, try this PROCEDURE MAINLOCAL cLinkTarget := Getenv("windir")+"\Notepad.exe"            // EXE, BATLOCAL cLinkFile   := Getenv("USERPROFILE")+"\Desktop\Test1.LNK" // where createLOCAL cWorkingDir := Getenv("USERPROFILE")...
by Jimmy
Mon May 08, 2023 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a desktop shortcut directly from the program
Replies: 11
Views: 2245

Re: create a desktop shortcut directly from the program

Jimmy, It didn't work, how do I put the parameters :?: cLinkTarget    := CurDrive() + ":" + DirWin() + "sisrevH.exe"cLinkFile      := "SisrevWin.lnk"cWorkingDir    := "c:\sisrev\win\" cDescr         := "Aplicativo"DXE_CreateLink( cLin...
by Ari
Mon May 08, 2023 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a desktop shortcut directly from the program
Replies: 11
Views: 2245

Re: create a desktop shortcut directly from the program

...           oShellLink:Arguments := cCmdArgs            oShellLink:Description := cDescr            oShellLink:ShowCommand := 1            // Shortcut Hotkey            IF !EMPTY( aHotKey ) .AND. VALTYPE( aHotKey ) = "A"               IF LEN( aHotKey ) = 2                  nLoByte ...
by Jimmy
Mon May 08, 2023 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a desktop shortcut directly from the program
Replies: 11
Views: 2245

Re: create a desktop shortcut directly from the program

Ramesh Babu, Alright?, this post is from 2011, and I tried to run it on Windows 7 32bits and I did as in the example, but it does not create the shortcut. Do you remember this post? :?: :roll: * =======================================================================================FUNCTION CriaLink()* ...
by Ari
Mon May 08, 2023 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a desktop shortcut directly from the program
Replies: 11
Views: 2245

Re: Multiple RTF controls each with its own bar

... 2 goals I would like to achieve with regards to the RTF control: 1. To have each oRtf have its own buttonbar 2. Each oRtf supports all the basic shortcut keys common in Windows when doing editing such as Ctrl+B for Bold, Ctrl-I for Italic, Ctrl-C for Copy, Ctrl-V for Paste, etc. Below is the ...
by hua
Tue Oct 18, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 465

Re: Shortcut keys to access menu

Thanks for the prompt reply Antonio :) 1. In this module (exe) of mine, pressing Alt+F works to immediately open the menu https://i.postimg.cc/QdYHqSGW/inv.gif 2. In this one, pressing Alt+F doesn't work. I have to press Alt first, then 'File' will be highlighted, only then can I pre...
by hua
Thu Sep 29, 2022 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut keys to access menu
Replies: 2
Views: 208

Re: Shortcut keys to access menu

Dear Hua,

> In one of my module

What is there is such module ? Please explain it or post a screenshot, thanks
by Antonio Linares
Thu Sep 29, 2022 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shortcut keys to access menu
Replies: 2
Views: 208
Next

Return to advanced search