My condolences to the family.
Life teaches us the value of our journey. The satisfaction of being willing to help immortalizes our actions.
Search found 227 matches
- Mon May 05, 2025 12:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mr. Rao passed away @8.30 pm on 4/May/2025
- Replies: 45
- Views: 1718
- Thu Apr 03, 2025 6:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: UTF-8 con BOM
- Replies: 7
- Views: 2686
Re: UTF-8 con BOM
´
cHtml := Strtran(cHtml,_CodeUtf8Bom_,chr(239)+chr(187)+chr(191))
Error occurred at: 04/03/25, 09:18:56
Error description: Error BASE/1003 Variable does not exist: _CODEUTF8BOM_
Stack Calls
===========
Called from: Source\test.prg => HTML( 95 )
Called from: Source\test.prg => MAIN( 19 ...
- Mon Mar 31, 2025 10:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: UTF-8 con BOM
- Replies: 7
- Views: 2686
Re: UTF-8 con BOM
Try this
Code: Select all | Expand
TEXT INTO cHtml
_CodeUtf8Bom_
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
ENDTEXT
cHtml := Strtran(cHtml,_CodeUtf8Bom_,chr(239)+chr(187)+chr(191))
- Sat Mar 22, 2025 1:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADSODBC and OpenSSL
- Replies: 2
- Views: 1454
Re: ADSODBC and OpenSSL
Hi, it's better to use OleDb.
Look at this link which has options to connect to the AdvantageDatabase Server in several ways.
https://www.connectionstrings.com/sybase-advantage/
Look at this link which has options to connect to the AdvantageDatabase Server in several ways.
https://www.connectionstrings.com/sybase-advantage/
- Sun Nov 17, 2024 1:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: emulate CTRL+V
- Replies: 7
- Views: 1785
Re: emulate CTRL+V
Try using WScript
Code: Select all | Expand
lc_oShell := tOleAuto():New( "WScript.Shell" )
lc_oShell:SendKeys("^V")
- Sun Nov 10, 2024 12:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ButtonBmp does not work popup menus
- Replies: 7
- Views: 1283
Re: ButtonBmp does not work popup menus
How do I put a pop up menu on a button of the TButtonBmp class?
Only TBtnBmp supports oPopupMenu natively in addition to bAction.
TButtonBmp or its parent class TButton, do not natively support oPoupMenus.
In the case of these buttons, we can use ACTION clause to show popup menus.
This is a ...
Only TBtnBmp supports oPopupMenu natively in addition to bAction.
TButtonBmp or its parent class TButton, do not natively support oPoupMenus.
In the case of these buttons, we can use ACTION clause to show popup menus.
This is a ...
- Sat Nov 09, 2024 4:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ButtonBmp does not work popup menus
- Replies: 7
- Views: 1283
Re: ButtonBmp does not work popup menus
João, é ButtonBmp e não BtnBmp
John, it's ButtonBmp and not BtnBmp
John, it's ButtonBmp and not BtnBmp
- Thu Nov 07, 2024 8:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ButtonBmp does not work popup menus
- Replies: 7
- Views: 1283
ButtonBmp does not work popup menus
How do I put a pop up menu on a button of the TButtonBmp class?
I'm doing it like this:
MENU ::oMenuPlanejamentos POPUP 2015
MENUITEM lc_oaMnuItensPlanejamentos[1] Prompt "Imprimir Planejamento" ;
Resource "B16M_PRINTERNORMAL" ;
OF ::oMenuPlanejamentos
lc_oaMnuItensPlanejamentos[1 ...
I'm doing it like this:
MENU ::oMenuPlanejamentos POPUP 2015
MENUITEM lc_oaMnuItensPlanejamentos[1] Prompt "Imprimir Planejamento" ;
Resource "B16M_PRINTERNORMAL" ;
OF ::oMenuPlanejamentos
lc_oaMnuItensPlanejamentos[1 ...
- Fri Nov 01, 2024 1:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS Question
- Replies: 10
- Views: 2619
- Wed Oct 09, 2024 4:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: pixel on print
- Replies: 5
- Views: 844
Re: pixel on print
Hi Silvio, Try this way.
PRINT oPrn PREVIEW
nOffsetY := oPrn:nlogpixely()/2.54 // Offset verticale per i quadratini
nOffsetX := oPrn:nlogpixelx()/2.54 // Offset orizzontale per i quadratini
nPixelLarghezza := nOffsetX // Larghezza del pixel in mm
nPixelAltezza := nOffsetY // Altezza del pixel ...
PRINT oPrn PREVIEW
nOffsetY := oPrn:nlogpixely()/2.54 // Offset verticale per i quadratini
nOffsetX := oPrn:nlogpixelx()/2.54 // Offset orizzontale per i quadratini
nPixelLarghezza := nOffsetX // Larghezza del pixel in mm
nPixelAltezza := nOffsetY // Altezza del pixel ...
- Tue Oct 08, 2024 2:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 17798
Re: Browse of my ADO Class
Em Português
Grande José Quintas. Fico feliz de você adquirir o FW e participar desta maravilha de ferramenta conosco.
Uma instância multithreading cria outro processo de escalotamento na memória e os dialogos criados no FW tem como referência a instância do handle da janela principal WNDMAIN ...
Grande José Quintas. Fico feliz de você adquirir o FW e participar desta maravilha de ferramenta conosco.
Uma instância multithreading cria outro processo de escalotamento na memória e os dialogos criados no FW tem como referência a instância do handle da janela principal WNDMAIN ...
- Wed Aug 28, 2024 5:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView2 example using tMyEdgeWeb class
- Replies: 10
- Views: 3058
Re: WebView2 example using tMyEdgeWeb class
https://github.com/FiveTechSoft/FWH_tools/blob/master/GVContrib.7z
on EXE there is a virus
Avira blocked this file MyEdgeWebSample.exe
https://i.postimg.cc/rmv2FzPr/ss.png
https://i.postimg.cc/dtYgHMPw/s1.png
Hi Silvio.
If you have Visual Studio installed, just edit the BAT CompilaeMsvc ...
on EXE there is a virus
Avira blocked this file MyEdgeWebSample.exe
https://i.postimg.cc/rmv2FzPr/ss.png
https://i.postimg.cc/dtYgHMPw/s1.png
Hi Silvio.
If you have Visual Studio installed, just edit the BAT CompilaeMsvc ...
- Tue Aug 27, 2024 11:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView2 example using tMyEdgeWeb class
- Replies: 10
- Views: 3058
Re: WebView2 example using tMyEdgeWeb class
I have added another example using the tAwaitWeb class by Charles Kwon to fill in some elements of the page with values.
See the link below.
https://drive.google.com/file/d/1LuJ8vP ... sp=sharing
See the link below.
https://drive.google.com/file/d/1LuJ8vP ... sp=sharing
- Fri Aug 23, 2024 5:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView2 example using tMyEdgeWeb class
- Replies: 10
- Views: 3058
- Fri Aug 23, 2024 4:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: WebView2 example using tMyEdgeWeb class
- Replies: 10
- Views: 3058
Re: WebView2 example using tMyEdgeWeb class
Antonio, what's your email?Antonio Linares wrote:Dear Giovany,
The download url does not work properly.
Can you post the source code here ? thank you
I'll send it to you.