Search found 274 matches: sendmessage

Return to advanced search

Error en Listbox.

... .\source\classes\WBROWSE.PRG => TWBROWSE:HANDLEEVENT( 1635 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3154 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\WINDOW.PRG => (b)TWINDOW( 555 ) Called from: .\source\classes\WINDOW.PRG => TWBROWSE:SENDMSG( 0 ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 51

Re: Definir font richedit5

... ON INIT ( oMemo:LoadRtf( cText ), oMemo:PostMsg( WM_KEYDOWN, VK_HOME, 0 ) , BuildRichEditBar( oDlg, oMemo, { | c | cText := c } ), oDlg:ReSize(), SendMessage( oMemo:hWnd, EM_SETLANGOPTIONS, 0, nOr( IMF_SPELLCHECKING, IMF_TKBPREDICTION, IMF_TKBAUTOCORRECTION ) ) ) oFont:End() return lOk Así funciono ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 559

Re: Small Question about Word and FWH

... As IntPtr) As Boolean Dim cds As New CopyDataStruct() cds.dwData = IntPtr.Zero cds.lpData = String.Empty cds.cbData = 0 Dim result As IntPtr = SendMessage(hWnd, WM_COPYDATA, IntPtr.Zero, cds) If cds.cbData = 1 AndAlso cds.lpData <> String.Empty Then Return cds.lpData = "1" End ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1118

Re: De xHarbour a Harbour error en TWord

... .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1811 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3693 ) Called from: => SENDMESSAGE( 0 )
by Manuel Aranda
Sat Jul 15, 2023 7:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour error en TWord (Resuelto...casi)
Replies: 12
Views: 378

Re: De xHarbour a Harbour error en TWord

... .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1811 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3693 ) Called from: => SENDMESSAGE( 0 ) He revisado el código que me envías y no veo diferencias con el mío. ¿Has cambiado algo?
by Manuel Aranda
Fri Jul 14, 2023 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour error en TWord (Resuelto...casi)
Replies: 12
Views: 378

Re: Problem with OLE and Microsoft Word

Maybe, I didn't check, you can try

oWrd:=GetActiveObject(...
....................
SendMessage(oWrd:hWnd, VM_CLOSE)
by Natter
Fri Apr 07, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with OLE and Microsoft Word
Replies: 6
Views: 499

Re: How to fill edit box and click button in another application

...   // -> Title / Caption   nTo := FindWindowEx(hWnd, hWndChildAfter, lpszClass+Chr(0), lpszWindow)   IF !EMPTY(nTo)      SendMessage(nTo, BM_CLICK, 0, 0)   ENDIF for TEXT you have to look for "Edit" and use WM_TEXT with SendMessage() --- when have multiple ...
by Jimmy
Wed Feb 15, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to fill edit box and click button in another application
Replies: 13
Views: 842

Conversión varchar en datetime produjo valor fuera intervalo

... .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1781 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3559 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:COMMAND( 433 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\DIALOG.PRG ...
by gdeteran
Tue Dec 13, 2022 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conversión varchar en datetime produjo valor fuera intervalo
Replies: 2
Views: 302

Re: DLLCALL under Fivewin

... Called from TBUTTON:HANDLEEVENT(1811) in .\source\classes\CONTROL.PRG Called from _FWH(3681) in .\source\classes\WINDOW.PRG Called from SENDMESSAGE(0) Called from TDIALOG:COMMAND(504) in .\source\classes\DIALOG.PRG Called from TWINDOW:HANDLEEVENT(0) Called from TDIALOG:HANDLEEVENT(1220) ...
by Jimmy
Fri Dec 02, 2022 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2530

Re: error al personalizar hoja de excel despues de toexcel()

... .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1685 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3356 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:COMMAND( 424 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\DIALOG.PRG ...
by artu01
Wed Nov 23, 2022 3:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1077

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

hi Enrico,

Enrico Maria Giordano wrote:This is not tied to a particular compiler, this is the normal C cast (conversion to type).

i talk about Macro which "might" make Problem so HMG use SendMessage() which also work under FiveWin BCC / MSVC
by Jimmy
Sun Nov 06, 2022 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 293

Re: Error in database.prg?

... .\source\classes\BUTTONB.PRG => TBUTTONBMP:HANDLEEVENT( 261 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3513 ) Called from: => SENDMESSAGE( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:COMMAND( 433 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\DIALOG.PRG ...
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 943

DBCMD/2001 Workarea not in use: ORDKEYNO

... => TBUTTONBMP:HANDLEEVENT( 261 ) Llamado desde: .\source\classes\WINDOW.PRG => _FWH( 3388 ) Llamado desde: => SENDMESSAGE( 0 ) Llamado desde: .\source\classes\DIALOG.PRG => TDIALOG:COMMAND( 408 ) Llamado desde: => TWINDOW:HANDLEEVENT( 0 ) Llamado desde: ...
by mterraz
Thu Jan 20, 2022 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 3
Views: 347

Re: Spell CHecker

... blank screens. this line in Sample "enable" Spellchecker            MENUITEM "EM_SETLANGOPTIONS" ;               ACTION ( SendMessage( oRtf:hWnd, EM_SETLANGOPTIONS, 0, nOr( IMF_SPELLCHECKING, IMF_TKBPREDICTION, IMF_TKBAUTOCORRECTION ) ) ) I tried putting ...
by Jimmy
Tue Nov 30, 2021 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1986

Error log location

... hFont : 0] ( nCount : -1 ) <-TFONT:END(0) <-TBUTTON:DESTROY(0) <-TWINDOW:HANDLEEVENT(0) <-TBUTTON:HANDLEEVENT(0) <-_FWH(0) <-SENDMESSAGE(0) <-(b)TWINDOW(0) <-TMDICLIENT:SENDMSG(0) <-TMDICLIENT:CHILDCLOSE(0) Fixing the error is simple, that's not my question, what ...
by rhlawek
Thu Jun 24, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error log location
Replies: 4
Views: 427
Next

Return to advanced search