Search found 1856 matches: modified

Return to advanced search

Add a taskpanel on line

... by the end user? I did this test but it doesn't work because the oExbar doesn't refresh at init the taskpanel n. 2 is not showed explbar.prg modified #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local ...
by Silvio.Falconi
Fri Jan 05, 2024 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a taskpanel on line
Replies: 0
Views: 533

Re: Inserting a string with CRLF into a single-line TGet.

... write oGet1:bKeyDown :={ |k|If( k == ASC("V") .and. GetKeyState(VK_CONTROL ), Check CRL F(), ) } for each control if the method can be modified :KeyDown via Override ? With override, the change applies to all Gets and we need not write this for each Get. If you like, you can override ...
by nageswaragunupudi
Tue Dec 12, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 955

Re: Inserting a string with CRLF into a single-line TGet.

... write oGet1:bKeyDown :={ |k|If( k == ASC("V") .and. GetKeyState(VK_CONTROL ), Check CRL F(), ) } for each control if the method can be modified :KeyDown via Override ? 2. Will this function work when entering data from the clipboard via the context menu ? Can use :bChange and check ...
by Natter
Tue Dec 12, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 955

Re: Inserting a string with CRLF into a single-line TGet.

... " )   endif   FW_CopyToClipboard( cText )return nil  We are peeking into the ClipBoard and putting back modified string again into the clipboard just before the Windows OS reads it. Now Windows OS reads the modified string. Note: Limitations: 1. This is ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 955

Re: copy a row of xbrowse

... (like a record number). You might need to generate new unique IDs for the pasted rows. Here's an example of how you could modify your code: ### Modified Copy Functionality ```harbour // Inside PopMenu Function - Modify the "Copy" Menu Item MENUITEM "Copy" WHEN acopy==NIL ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 6078

Re: check on get

FWH provides a way for the last many years. if oGet:lChanged is true, the value is edited and modified. We can also check the original value with oGet:uOriginalValue. Nages, I not understood I tried to found the result of oGet:lchanged and give me no exist Error occurred ...
by Silvio.Falconi
Mon Nov 27, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4136

Re: check on get

FWH provides a way for the last many years. if oGet:lChanged is true, the value is edited and modified. We can also check the original value with oGet:uOriginalValue. Mister Rao: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36677&p=218742&hilit=oGet%3AuOriginalValue&sid=07c886246d7ffe73fed662e55bd3cb86&sid=c321ec65cbe0a0b68df11d3cba5138d3#p218742 ...
by karinha
Sat Nov 25, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4136

Re: check on get

FWH provides a way for the last many years.

if oGet:lChanged is true, the value is edited and modified.
We can also check the original value with oGet:uOriginalValue.
by nageswaragunupudi
Fri Nov 24, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4136

check on get

I would like to check if any get is modified during editing, if it is modified the procedure must ask the user to save or not when the user presses "Exit" I wanted to check if the gets have been modified I made #include"fivewin.ch"Function ...
by Silvio.Falconi
Fri Nov 24, 2023 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 4136

Re: Xlsxlibhb_ver2

karinha wrote:Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly.


What are your modifications? Can you share them? Anyway, the current xHarbour builds don't need any modifications. They work fine as they are now.
by Enrico Maria Giordano
Wed Nov 22, 2023 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9541

Re: Xlsxlibhb_ver2

... Enrico, these are my backup copies; It's my file cloud. I took it from where you indicated and modified it to work perfectly. Enrico, estas son mis copias de seguridad; Es mi nube de archivos. Lo tomé de donde indicaste y lo modifiqué para que ...
by karinha
Wed Nov 22, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9541

Re: whatsapp

... That is possible only due to some low level ( c language modules ) in FWH2310. So, that is not compatible with earlier versions. We provide here a modified version with which we can send messages and also some images optionally. This works with FWH2304. // whatsapp app must be installed and opened ...
by nageswaragunupudi
Sun Nov 19, 2023 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp
Replies: 9
Views: 1359

Re: Fwh 23.10 TGet another problem

Rick Lipkin wrote:Antonio

I have been able to download all the 2310 updates until today .. my FTDN must have just run out ... could you add a couple more days so I can get the latest 2310 ??

Thanks
Rick Lipkin


Dear Rick,

could you please try it again ? We haven't modified anything, it should work

many thanks
by Antonio Linares
Fri Nov 17, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 56627

Re: FWH 2310 Active X problem ?

Dear Tim,

I just sent you some FWH modified libs, please test them and let me know if the error gets solved

many thanks for your help
by Antonio Linares
Fri Nov 03, 2023 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 583

Re: SetAutoHelp

... UserHelp. I then changed the key settings to F2, and AutoHelp to UserHelp references. I included only the functions through IsHelpFile( ). I modified the call to SetUserHelp( ). I then linked in the new .prg. Now I have both context sensitive help for the manual on F1, and the User Entered ...
by TimStone
Fri Nov 03, 2023 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 208
PreviousNext

Return to advanced search