Search found 4085 matches: message

Return to advanced search

Re: error to show pdf on dialog

... Dear Rao, Yes, but I need to open Max Window can see it not direct look. But I need to open PDF into Resource Dialog. but not open it. not error message. #INCLUDE "FIVEWIN.CH"FUNCTION MAIN()PUBLIC oActiveXPUBLIC oDlgDEFINE DIALOG oDlg RESOURCE "DIALOG_1"     ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 674

Re: WhatsApp tests

... goes into the chat of the called number but then does not send anything, while if you enter an incorrect number the number not found information message arrives
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 353

Re: Problem with valid email refresh btnbmp- RESOLVED

... the error and in fact it was for that library that was missing and I immediately notified Antonio Linares and I hope that Nageswarao reads this message. The missing library was hb_pCre.lib as can be seen from the figure below. https://i.postimg.cc/g2DKv3Ty/jjjjjjjjjjj.png
by Silvio.Falconi
Sun Apr 14, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2424

Re: compile errors

scratch the last message.
I forgot to update libcurl.dll

No errors now.

By adding this code, does it affect anything?

Code: Select all  Expand view

#pragma BEGINDUMP
void __get_std_stream() {}
void _chdir() {}
#pragma ENDDUMP
 
by Jeff Barnes
Thu Apr 11, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 297

Re: Google Graph extra graphic ? (Navaro)

... Can it be added to the FWH Lib ? Mr. Navaro ? https://developers.google.com/chart/interactive/docs/gallery/gauge Sorry dear Mark I didn't see the message when it was posted. Google removed support for google charts/images as you can see in the link I attached, although my library still works. ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2864

ADS with 64bit FWH Apps

... builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit receives a "cannot connect" error message on all versions prior to ADS 12. Does anyone else have experience with this issue running ADS ? This is not a FWH issue. My clients using the ...
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2298

Re: Alto de linea en LISTBOX

... OBJETO. listagen:nLineHeight := 80 && <<---- este es el alto de línea yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 977

Re: Alto de linea en LISTBOX

... OBJETO. listagen:nLineHeight := 80 && <<---- este es el alto de línea yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT Antonio: lo tengo definido asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 977

Re: FWH 24.02 new Class TWebView2

... using webview 2, I do not need to use webview.dll. I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ? Hola Natter. Para no usar la webview.dll cambia en el codigo esta linea: local oWebView := TWebView():New() ...
by csincuir
Sat Mar 16, 2024 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: FWH 24.02 new Class TWebView2

I understand that since version FWH2402, when using webview 2, I do not need to use webview.dll.
I have compiled an example chart.png from FWH2402. However, when I start, I get a call error message webview.dll Why ?
by Natter
Sat Mar 16, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: Window transition event

Dear Yuri, Use the WM_ACTIVATE message in the application's main window procedure. This message indicates window activation changes (activating/deactivating). Combine with the LOWORD of wParam to check the activation state (e.g., WA_INACTIVE ...
by Antonio Linares
Fri Mar 15, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Window transition event
Replies: 2
Views: 503

Re: Visual FiveWin?

... Sería interesante enviarle un email y saber si sigue con el desarrollo y de paso saber como está :-) muchas gracias Lástima: desde 2011 ninguna message. https://code.google.com/archive/p/visualfw/downloads ¿Patrick Fan sigue vivo? Gracias. Regards, saludos.
by karinha
Wed Mar 13, 2024 6:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual FiveWin?
Replies: 2
Views: 698

Re: New FWH 24.02

Antonio, While rebuilding my application with the new Harbour, I got this message: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.Error: Unresolved external '___get_std_stream' referenced from C:\SOFTWARE\HARBOUR\LIB\WIN\BCC\HBVM.LIB|fmError: ...
by driessen
Sat Mar 09, 2024 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7044

Re: Problem with alignment in SAY command

Hello Otto, Thank you for your message. That is exactly my problem. In my resource builder, the field is defined with right alignment. But in my application, the right alignment is ignored. And I don't know why. Which resource builder are ...
by karinha
Sat Mar 02, 2024 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 840

New FTDN February 2024 (FWH 24.02)

... on Windows. * Fix: function WinINet() was not properly working for xHarbour. Now it is ok. * Enhancement: Class TWebView() new METHOD End() and MESSAGE hWnd. * Samples\oemboxch.prg: How to view oem box chars in a Winodws application. * samples\mariabig.prg: Read and Browse table with 4.1 million ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205
Next

Return to advanced search